makefile.in

来自「基于4个mips核的noc设计」· IN 代码 · 共 1,696 行 · 第 1/5 页

IN
1,696
字号
	config/tc-arm.c \	config/tc-avr.c \	config/tc-cris.c \	config/tc-d10v.c \	config/tc-d30v.c \	config/tc-fr30.c \	config/tc-h8300.c \	config/tc-h8500.c \	config/tc-hppa.c \	config/tc-ia64.c \	config/tc-i370.c \	config/tc-i386.c \	config/tc-i860.c \	config/tc-i960.c \	config/tc-m32r.c \	config/tc-m68hc11.c \	config/tc-m68k.c \	config/tc-m88k.c \	config/tc-mcore.c \	config/tc-mips.c \	config/tc-mn10200.c \	config/tc-mn10300.c \	config/tc-ns32k.c \	config/tc-pj.c \	config/tc-ppc.c \	config/tc-sh.c \	config/tc-sparc.c \	config/tc-tahoe.c \	config/tc-tic30.c \	config/tc-tic54x.c \	config/tc-tic80.c \	config/tc-vax.c \	config/tc-w65.c \	config/tc-v850.c \	config/tc-z8k.cTARGET_CPU_HFILES = \	config/tc-a29k.h \	config/tc-alpha.h \	config/tc-arc.h \	config/tc-arm.h \	config/tc-avr.h \	config/tc-cris.h \	config/tc-d10v.h \	config/tc-d30v.h \	config/tc-fr30.h \	config/tc-h8300.h \	config/tc-h8500.h \	config/tc-hppa.h \	config/tc-ia64.h \	config/tc-i370.h \	config/tc-i386.h \	config/tc-i860.h \	config/tc-i960.h \	config/tc-m32r.h \	config/tc-m68hc11.h \	config/tc-m68k.h \	config/tc-m88k.h \	config/tc-mcore.h \	config/tc-mips.h \	config/tc-mn10200.h \	config/tc-mn10300.h \	config/tc-ns32k.h \	config/tc-pj.h \	config/tc-ppc.h \	config/tc-sh.h \	config/tc-sparc.h \	config/tc-tahoe.h \	config/tc-tic30.h \	config/tc-tic54x.h \	config/tc-tic80.h \	config/tc-vax.h \	config/tc-w65.h \	config/tc-v850.h \	config/tc-z8k.h# OBJ files in configOBJ_FORMAT_CFILES = \	config/obj-aout.c \	config/obj-bout.c \	config/obj-coff.c \	config/obj-ecoff.c \	config/obj-elf.c \	config/obj-evax.c \	config/obj-hp300.c \	config/obj-ieee.c \	config/obj-som.c \	config/obj-vms.cOBJ_FORMAT_HFILES = \	config/obj-aout.h \	config/obj-bout.h \	config/obj-coff.h \	config/obj-ecoff.h \	config/obj-elf.h \	config/obj-evax.h \	config/obj-hp300.h \	config/obj-ieee.h \	config/obj-som.h \	config/obj-vms.h# Emulation header files in configTARG_ENV_HFILES = \	config/te-386bsd.h \	config/te-aux.h \	config/te-delta.h \	config/te-delt88.h \	config/te-dpx2.h \	config/te-dynix.h \	config/te-epoc-pe.h \	config/te-generic.h \	config/te-go32.h \	config/te-hp300.h \	config/te-hppa.h \	config/te-hppa64.h \	config/te-hppalinux64.h \	config/te-i386aix.h \	config/te-ic960.h \	config/te-linux.h \	config/te-lnews.h \	config/te-lynx.h \	config/te-mach.h \	config/te-macos.h \	config/te-nbsd.h \	config/te-nbsd532.h \	config/te-pc532mach.h \	config/te-pe.h \	config/te-ppcnw.h \	config/te-psos.h \	config/te-riscix.h \	config/te-sparcaout.h \	config/te-sun3.h \	config/te-svr4.h \	config/te-sysv32.h \	config/te-tmips.h# Multi files in configMULTI_CFILES = \	config/e-crisaout.c \	config/e-criself.c \	config/e-i386aout.c \	config/e-i386coff.c \	config/e-i386elf.c \	config/e-mipsecoff.c \	config/e-mipself.cCONFIG_OBJS = \	$(TARG_CPU_O) \	$(OBJ_FORMAT_O) \	$(ATOF_TARG_O) \	$(extra_objects)GENERIC_OBJS = \	app.o \	as.o \	atof-generic.o \	bignum-copy.o \	cond.o \	depend.o \	dwarf2dbg.o \	ehopt.o \	expr.o \	flonum-konst.o \	flonum-copy.o \	flonum-mult.o \	frags.o \	hash.o \	input-file.o \	input-scrub.o \	literal.o \	messages.o \	output-file.o \	read.o \	subsegs.o \	symbols.o \	write.o \	listing.o \	ecoff.o \	stabs.o \	sb.o \	macro.oOBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \	$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \	$(HFILES) $(CFILES) $(GAS_CFILES)noinst_PROGRAMS = as-new gasp-newnoinst_SCRIPTS = $(GDBINIT)EXTRA_SCRIPTS = .gdbinitEXTRA_DIST = make-gas.comDISTSTUFF = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.cDISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h# Now figure out from those variables how to compile and link.BASEDIR = $(srcdir)/..BFDDIR = $(BASEDIR)/bfdINCDIR = $(BASEDIR)/include# This is the variable actually used when we compile.# Specify the directories to be searched for header files.# Both . and srcdir are used, in that order,# so that tm.h and config.h will be found in the compilation# subdirectory rather than in the source directory.INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) -I$(srcdir)/../intl -I../intl -DLOCALEDIR="\"$(prefix)/share/locale\""# This should be parallel to INCLUDES, but should replace $(srcdir)# with $${srcdir}, and should work in a subdirectory.  This is used# when building dependencies, because the dependency building is done# in a subdirectory.DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd -I$${srcdir}/../intl -I../../intl -DLOCALEDIR="\"$(prefix)/share/locale\""# How to link with both our special library facilities# and the system's installed libraries.GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a# Files to be copied away after each stage in building.STAGESTUFF = *.o $(noinst_PROGRAMS)as_new_SOURCES = $(GAS_CFILES)as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \	$(extra_objects) $(GASLIBS) $(INTLLIBS) $(LIBM)as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \	$(extra_objects) $(GASLIBS) $(INTLDEPS)gasp_new_SOURCES = gasp.c macro.c sb.c hash.cgasp_new_LDADD = ../libiberty/libiberty.a $(INTLLIBS)gasp_new_DEPENDENCIES = ../libiberty/libiberty.a $(INTLDEPS)EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \          echo $${rootme}/../expect/expect ; \          else echo expect ; fi`RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \		echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \	   fi`RUNTESTFLAGS = # The m68k operand parser.EXTRA_as_new_SOURCES = config/m68k-parse.y# stand-alone itbl assembler & disassemblerEXTRA_PROGRAMS = itbl-testitbl_test_SOURCES = itbl-parse.y itbl-lex.litbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@# CGEN interface.CGEN_CPU_PREFIX = @cgen_cpu_prefix@# Remake the info files.MOSTLYCLEANFILES = $(STAGESTUFF) core stamp-mk.com \	testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \	testsuite/site.exp site.bak site.exp stage stage1 stage2CLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIRagainst = stage2DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \	$(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.DEPTC_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.hDEPTC_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \  $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.hDEPTC_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h $(INCDIR)/opcode/a29k.hDEPTC_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \  subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \  $(INCDIR)/opcode/alpha.h $(srcdir)/config/atof-vax.cDEPTC_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \  subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/opcode/alpha.h \  $(srcdir)/config/atof-vax.cDEPTC_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \  $(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \  $(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(srcdir)/config/atof-vax.cDEPTC_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \  subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \  $(INCDIR)/opcode/alpha.h $(srcdir)/config/atof-vax.cDEPTC_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \  struc-symbol.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h \  $(srcdir)/../opcodes/arc-ext.h $(INCDIR)/elf/arc.h \  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.hDEPTC_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h struc-symbol.h \  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h \  $(srcdir)/../opcodes/arc-ext.h $(INCDIR)/elf/arc.h \  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.hDEPTC_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.hDEPTC_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \  $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?