makefile
来自「基于4个mips核的noc设计」· 代码 · 共 1,699 行 · 第 1/5 页
TXT
1,699 行
# 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)/gaspkglibdir = $(libdir)/gaspkgincludedir = $(includedir)/gastop_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-elfALL_OBJ_DEPS = ../bfd/bfd.hAS = @AS@BFDLIB = ../bfd/libbfd.laCATALOGS = CATOBJEXT = .gmoCC = gccCXX = @CXX@CXXCPP = @CXXCPP@DATADIRNAME = shareDLLTOOL = @DLLTOOL@EXEEXT = GCJ = @GCJ@GCJFLAGS = @GCJFLAGS@GDBINIT = .gdbinitGMOFILES = GMSGFMT = /usr/bin/msgfmtGT_NO = GT_YES = #YES#INCLUDE_LOCALE_H = #include <locale.h>INSTOBJEXT = .moINTLDEPS = INTLOBJS = LIBM = LIBTOOL = $(SHELL) $(top_builddir)/libtoolLN_S = ln -sMAINT = #MAKEINFO = makeinfoMKINSTALLDIRS = $(srcdir)/../../mkinstalldirsMSGFMT = /usr/bin/msgfmtOBJDUMP = @OBJDUMP@OBJEXT = oOPCODES_LIB = ../opcodes/libopcodes.laPACKAGE = gasPOFILES = POSUB = poRANLIB = ranlibSTRIP = stripUSE_INCLUDED_LIBINTL = noUSE_NLS = yesVERSION = 2.11.2atof = ieeecgen_cpu_prefix = extra_objects = itbl-parse.o itbl-lex.o itbl-ops.o e-mipself.oinstall_tooldir = install-exec-tooldirl = obj_format = elftarget_cpu_type = mipste_file = genericINTLLIBS = AUTOMAKE_OPTIONS = cygnus dejagnuSUBDIRS = doc potooldir = $(exec_prefix)/$(target_alias)YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`WARN_CFLAGS = -W -WallAM_CFLAGS = $(WARN_CFLAGS)MKDEP = gcc -MMTARG_CPU = mipsTARG_CPU_C = $(srcdir)/config/tc-mips.cTARG_CPU_O = tc-mips.oTARG_CPU_H = $(srcdir)/config/tc-mips.hOBJ_FORMAT_C = $(srcdir)/config/obj-elf.cOBJ_FORMAT_O = obj-elf.oOBJ_FORMAT_H = $(srcdir)/config/obj-elf.hTARG_ENV_H = $(srcdir)/config/te-generic.hATOF_TARG_C = $(srcdir)/config/atof-ieee.cATOF_TARG_O = atof-ieee.o# use mips for refering to configured target nameIT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h IT_SRCS = itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.cIT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-mips.hIT_OBJS = itbl-parse.o itbl-lex.o itbl-ops.o# CPU types. This is only used for dependency information.CPU_TYPES = \ a29k \ alpha \ arc \ arm \ avr \ cris \ d10v \ d30v \ fr30 \ h8300 \ h8500 \ hppa \ ia64 \ i370 \ i386 \ i860 \ i960 \ m32r \ m68hc11 \ m68k \ m88k \ mcore \ mips \ mn10200 \ mn10300 \ ns32k \ pj \ ppc \ sh \ sparc \ tahoe \ tic30 \ tic54x \ tic80 \ vax \ w65 \ v850 \ z8k# Object format types. This is only used for dependency information.# We deliberately omit SOM, since it does not work as a cross assembler.OBJ_FORMATS = \ aout \ bout \ coff \ ecoff \ elf \ evax \ hp300 \ ieee \ vms# This is an sh case which sets valid according to whether the CPU# type in the shell variable c and the OS type in the shell variable o# are supported. This helps cuts down on the amount of dependency# information.CPU_OBJ_VALID = \ valid= ; \ case $$o in \ aout) \ case $$c in \ a29k | arm | cris | i386 | m68k | mips | ns32k | sparc | tahoe | tic30 | vax) \ valid=yes ;; \ esac ;; \ bout) \ case $$c in \ i960) valid=yes ;; \ esac ;; \ coff) valid=yes; \ case $$c in \ cris | i860) \ valid= ;; \ esac ;; \ ecoff) \ case $$c in \ mips | alpha) valid=yes ;; \ esac ;; \ elf) valid=yes ;; \ evax) \ case $$c in \ alpha) valid=yes ;; \ esac ;; \ hp300) \ case $$c in \ m68k) valid=yes ;; \ esac ;; \ vms) \ case $$c in \ vax) valid=yes ;; \ esac ;; \ esac;# These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case.MULTI_CPU_TYPES = i386 mips crisMULTI_CPU_OBJ_VALID = \ valid= ; \ case $$o in \ aout) \ case $$c in \ i386 | cris) valid=yes ;; \ esac ;; \ coff) \ case $$c in \ i386 | mips) valid=yes ;; \ esac ;; \ ecoff) \ case $$c in \ mips) valid=yes ;; \ esac ;; \ elf) valid=yes ;; \ esac;# Regular source files.GAS_CFILES = \ app.c \ as.c \ atof-generic.c \ bignum-copy.c \ cond.c \ depend.c \ dwarf2dbg.c \ ecoff.c \ ehopt.c \ expr.c \ flonum-copy.c \ flonum-konst.c \ flonum-mult.c \ frags.c \ hash.c \ input-file.c \ input-scrub.c \ listing.c \ literal.c \ macro.c \ messages.c \ output-file.c \ read.c \ sb.c \ stabs.c \ subsegs.c \ symbols.c \ write.cCFILES = $(GAS_CFILES) gasp.c itbl-ops.cHFILES = \ as.h \ asintl.h \ bignum.h \ bit_fix.h \ cgen.h \ dwarf2dbg.h \ ecoff.h \ emul-target.h \ emul.h \ expr.h \ flonum.h \ frags.h \ hash.h \ input-file.h \ itbl-ops.h \ listing.h \ macro.h \ obj.h \ output-file.h \ read.h \ sb.h \ struc-symbol.h \ subsegs.h \ symbols.h \ tc.h \ write.h# CPU files in config.TARGET_CPU_CFILES = \ config/tc-a29k.c \ config/tc-alpha.c \ config/tc-arc.c \
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?