makefile
来自「基于4个mips核的noc设计」· 代码 · 共 1,746 行 · 第 1/5 页
TXT
1,746 行
# Generated automatically from Makefile.in by configure.# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = /bin/shsrcdir = .top_srcdir = .prefix = /usr/localexec_prefix = ${prefix}bindir = ${exec_prefix}/binsbindir = ${exec_prefix}/sbinlibexecdir = ${exec_prefix}/libexecdatadir = ${prefix}/sharesysconfdir = ${prefix}/etcsharedstatedir = ${prefix}/comlocalstatedir = ${prefix}/varlibdir = ${exec_prefix}/libinfodir = ${prefix}/infomandir = ${prefix}/manincludedir = ${prefix}/includeoldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/ldpkglibdir = $(libdir)/ldpkgincludedir = $(includedir)/ldtop_builddir = .ACLOCAL = aclocalAUTOCONF = autoconfAUTOMAKE = automakeAUTOHEADER = autoheaderINSTALL = /usr/bin/install -cINSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = ${INSTALL} -m 644INSTALL_SCRIPT = ${INSTALL_PROGRAM}transform = s,^,mips-,; NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = i686-pc-linux-gnubuild_triplet = i686-pc-linux-gnuhost_alias = i686-pc-linux-gnuhost_triplet = i686-pc-linux-gnutarget_alias = mipstarget_triplet = mips-mips-elfAS = @AS@CATALOGS = CATOBJEXT = .gmoCC = gccCC_FOR_BUILD = @CC_FOR_BUILD@CXXCPP = @CXXCPP@DATADIRNAME = shareDLLTOOL = @DLLTOOL@EMULATION_LIBPATH = elf32ebmipEXEEXT = EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@GCJ = @GCJ@GCJFLAGS = @GCJFLAGS@GMOFILES = GMSGFMT = /usr/bin/msgfmtGT_NO = GT_YES = #YES#HDEFINES = INCLUDE_LOCALE_H = #include <locale.h>INSTOBJEXT = .moINTLDEPS = INTLOBJS = LIBTOOL = $(SHELL) $(top_builddir)/libtoolLN_S = ln -sMAINT = #MAKEINFO = makeinfoMKINSTALLDIRS = $(srcdir)/../../mkinstalldirsMSGFMT = /usr/bin/msgfmtNATIVE_LIB_DIRS = OBJDUMP = @OBJDUMP@OBJEXT = oPACKAGE = ldPOFILES = POSUB = poRANLIB = ranlibSTRINGIFY = astring.sedSTRIP = stripUSE_INCLUDED_LIBINTL = noUSE_NLS = yesVERSION = 2.11.2l = INTLLIBS = AUTOMAKE_OPTIONS = cygnus dejagnuSUBDIRS = potooldir = $(exec_prefix)/$(target_alias)YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo bison -y; fi`YFLAGS = -dLEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo flex; fi`WARN_CFLAGS = -W -WallAM_CFLAGS = $(WARN_CFLAGS)# We put the scripts in the directory $(scriptdir)/ldscripts.# We can't put the scripts in $(datadir) because the SEARCH_DIR# directives need to be different for native and cross linkers.scriptdir = $(tooldir)/libEMUL = elf32ebmipEMULATION_OFILES = eelf32ebmip.oEMUL_EXTRA_OFILES = # Search path to override the default search path for -lfoo libraries.# If LIB_PATH is empty, the ones in the script (if any) are left alone.# (The default is usually /lib:/usr/lib:/usr/local/lib, unless building# a cross-linker, in which case the default is empty. See genscripts.sh.)# Otherwise, they are replaced with the ones given in LIB_PATH,# which may have the form: LIB_PATH=/lib:/usr/local/libLIB_PATH = BASEDIR = $(srcdir)/..BFDDIR = $(BASEDIR)/bfdINCDIR = $(BASEDIR)/includeMKDEP = gcc -MM# What version of the manual to buildDOCVER = gen#stuff for self hosting (can be overridden in config file).HOSTING_CRT0 = -dynamic-linker `fgrep ld-linux.so \`${CC} --print-file-name=specs\` | sed -e "s,.*-dynamic-linker[ ][ ]*\(.*/ld-linux.so..\).*,\1,"` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} --print-file-name=crtbegin.o; fi`HOSTING_LIBS = `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi` -L`dirname \`${CC} --print-file-name=libc.so\`` -lc `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi` `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`HOSTING_EMU = -m $(EMUL)# Setup the testing framework, if you have oneEXPECT = `if [ -f $$r/../expect/expect ] ; \ then echo $$r/../expect/expect ; \ else echo expect ; fi`RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \ then echo $${srcroot}/../dejagnu/runtest ; \ else echo runtest ; fi`RUNTESTFLAGS = CC_FOR_TARGET = ` \ if [ -f $$r/../gcc/xgcc ] ; then \ if [ -f $$r/../newlib/Makefile ] ; then \ echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ else \ echo $$r/../gcc/xgcc -B$$r/../gcc/; \ fi; \ else \ if [ "i686-pc-linux-gnu" = "mips-mips-elf" ] ; then \ echo $(CC); \ else \ echo gcc | sed '$(transform)'; \ fi; \ fi`CXX = gccCXX_FOR_TARGET = ` \ if [ -f $$r/../gcc/xgcc ] ; then \ if [ -f $$r/../newlib/Makefile ] ; then \ echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ else \ echo $$r/../gcc/xgcc -B$$r/../gcc/; \ fi; \ else \ if [ "i686-pc-linux-gnu" = "mips-mips-elf" ] ; then \ echo $(CXX); \ else \ echo gcc | sed '$(transform)'; \ fi; \ fi`noinst_PROGRAMS = ld-newinfo_TEXINFOS = ld.texinfonoinst_TEXINFOS = ldint.texinfoman_MANS = ld.1INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(prefix)/share/locale\""BFDLIB = ../bfd/libbfd.laLIBIBERTY = ../libiberty/libiberty.aALL_EMULATIONS = \ ea29k.o \ eaixppc.o \ eaixrs6.o \ ealpha.o \ earcelf.o \ earm_epoc_pe.o \ earmaoutb.o \ earmaoutl.o \ earmcoff.o \ earmelf.o \ earmelf_linux.o \ earmelf_oabi.o \ earmnbsd.o \ earmpe.o \ eavr1200.o \ eavr23xx.o \ eavr4433.o \ eavr44x4.o \ eavr85xx.o \ eavrmega103.o \ eavrmega161.o \ eavrmega603.o \ ecoff_sparc.o \ ecrisaout.o \ ecriself.o \ ecrislinux.o \ ed10velf.o \ ed30v_e.o \ ed30v_o.o \ ed30velf.o \ edelta68.o \ eebmon29k.o \ eelf32_i960.o \ eelf32_i860.o \ eelf32_sparc.o \ eelf32b4300.o \ eelf32bmip.o \ eelf32bmipn32.o \ eelf32btsmip.o \ eelf32ltsmip.o \ eelf32ebmip.o \ eelf32elmip.o \ eelf32fr30.o \ eelf32i370.o \ eelf32l4300.o \ eelf32lmip.o \ eelf32lppc.o \ eelf32lppcsim.o \ eelf32mcore.o \ eelf32ppc.o \ eelf32ppclinux.o \ eelf32ppcsim.o \ eelf_i386.o \ eelf_i386_be.o \ eelf_i386_chaos.o \ egld960.o \ egld960coff.o \ eh8300.o \ eh8300h.o \ eh8300s.o \ eh8500.o \ eh8500b.o \ eh8500c.o \ eh8500m.o \ eh8500s.o \ ehp300bsd.o \ ehp3hpux.o \ ehppaelf.o \ ehppalinux.o \ ei386aout.o \ ei386beos.o \ ei386bsd.o \ ei386coff.o \ ei386go32.o \ ei386linux.o \ ei386lynx.o \ ei386mach.o \ ei386moss.o \ ei386msdos.o \ ei386nbsd.o \ ei386nw.o \ ei386pe.o \ ei386pe_posix.o \ elnk960.o \ em68hc11elf.o \ em68hc11elfb.o \ em68hc12elf.o \ em68hc12elfb.o \ em68k4knbsd.o \ em68kaout.o \ em68kaux.o \ em68kcoff.o \ em68kelf.o \ em68klinux.o \ em68klynx.o \ em68knbsd.o \ em68kpsos.o \ em88kbcs.o \ emcorepe.o \ emipsbig.o \ emipsbsd.o \ emipsidt.o \ emipsidtl.o \ emipslit.o \ emipslnews.o \ emipspe.o \ enews.o \ ens32knbsd.o \ epc532macha.o \ epjelf.o \ epjlelf.o \ eppcmacos.o \ eppcnw.o \ eppcpe.o \ eriscix.o \ esa29200.o \ esh.o \ eshelf.o \ eshelf_linux.o \ eshlelf_linux.o \ eshl.o \ eshlelf.o \ eshpe.o \ esparcaout.o \ esparclinux.o \ esparclynx.o \ esparcnbsd.o \ est2000.o \ esun3.o \ esun4.o \ etic30aout.o \ etic30coff.o \ etic54xcoff.o \ etic80coff.o \ evanilla.o \ evax.o \ evsta.o \ ew65.o \ ez8001.o \ ez8002.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?