makefile.in

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

IN
1,696
字号
# 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 = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = .ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = @build_alias@build_triplet = @build@host_alias = @host_alias@host_triplet = @host@target_alias = @target_alias@target_triplet = @target@ALL_OBJ_DEPS = @ALL_OBJ_DEPS@AS = @AS@BFDLIB = @BFDLIB@CATALOGS = @CATALOGS@CATOBJEXT = @CATOBJEXT@CC = @CC@CXX = @CXX@CXXCPP = @CXXCPP@DATADIRNAME = @DATADIRNAME@DLLTOOL = @DLLTOOL@EXEEXT = @EXEEXT@GCJ = @GCJ@GCJFLAGS = @GCJFLAGS@GDBINIT = @GDBINIT@GMOFILES = @GMOFILES@GMSGFMT = @GMSGFMT@GT_NO = @GT_NO@GT_YES = @GT_YES@INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@INSTOBJEXT = @INSTOBJEXT@INTLDEPS = @INTLDEPS@INTLOBJS = @INTLOBJS@LIBM = @LIBM@LIBTOOL = @LIBTOOL@LN_S = @LN_S@MAINT = @MAINT@MAKEINFO = @MAKEINFO@MKINSTALLDIRS = @MKINSTALLDIRS@MSGFMT = @MSGFMT@OBJDUMP = @OBJDUMP@OBJEXT = @OBJEXT@OPCODES_LIB = @OPCODES_LIB@PACKAGE = @PACKAGE@POFILES = @POFILES@POSUB = @POSUB@RANLIB = @RANLIB@STRIP = @STRIP@USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@USE_NLS = @USE_NLS@VERSION = @VERSION@atof = @atof@cgen_cpu_prefix = @cgen_cpu_prefix@extra_objects = @extra_objects@install_tooldir = @install_tooldir@l = @l@obj_format = @obj_format@target_cpu_type = @target_cpu_type@te_file = @te_file@INTLLIBS = @INTLLIBS@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 @YACC@ ; fi`LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`WARN_CFLAGS = @WARN_CFLAGS@AM_CFLAGS = $(WARN_CFLAGS)MKDEP = gcc -MMTARG_CPU = @target_cpu_type@TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.cTARG_CPU_O = tc-@target_cpu_type@.oTARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.hOBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.cOBJ_FORMAT_O = obj-@obj_format@.oOBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.hTARG_ENV_H = $(srcdir)/config/te-@te_file@.hATOF_TARG_C = $(srcdir)/config/atof-@atof@.cATOF_TARG_O = atof-@atof@.o# use @target_cpu_type@ 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-@target_cpu_type@.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 + -
显示快捷键?