makefile.in

来自「在Linux RedHat 6.0 下的 KDevelop 1.1上开发的表格驱」· IN 代码 · 共 379 行

IN
379
字号
# 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.####### kdevelop will overwrite this part!!! (begin)##########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 = :CC = @CC@CXX = @CXX@LEX = @LEX@MAKEINFO = @MAKEINFO@PACKAGE = @PACKAGE@VERSION = @VERSION@YACC = @YACC@bin_PROGRAMS = tdasmtdasm_SOURCES = instrtogenerate.cc debuglog.cc opervalueoption.cc opervaluepattern.cc opernumeric.cc operandbase.cc codeatom.cc output.cc targetcode.cc compiler.cc operoption.cc execpattern.cc operand.cc bitfield.cc instruction.cc executable.cc expression.cc number.cc printyylex.sed tablelex.ll tablecomp.yy tdasm.cc table.cc source.cc pattern.cc error.cc enum.cc context.cc allowed.cc tdasm_LDADD = printyylex.o####### kdevelop will overwrite this part!!! (end)############EXTRA_DIST = allowed.cc allowed.h context.cc context.h enum.cc enum.h error.cc error.h exception.h number.h operandbase.h pattern.cc pattern.h printyylex.h smartptr.h source.cc source.h symbol.h table.cc table.h tdasm.cc tostr.h tablecomp.yy tablelex.ll printyylex.sed expression.h number.cc expression.cc executable.cc executable.h instruction.cc instruction.h bitfield.cc bitfield.h execpattern.h operand.cc operand.h execpattern.cc operoption.cc operoption.h compiler.cc compiler.h targetcode.cc targetcode.h output.cc output.h bytedef.h codeatom.cc codeatom.h operandbase.cc opernumeric.cc opernumeric.h opervaluepattern.cc opervaluepattern.h opervalueoption.cc opervalueoption.h Make.bat MyMakefile Make debuglog.cc debuglog.h instrtogenerate.cc instrtogenerate.h  printyylex.cc tablecomp.hmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = ../config.hCONFIG_CLEAN_FILES = PROGRAMS =  $(bin_PROGRAMS)DEFS = @DEFS@ -I. -I$(srcdir) -I..CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@tdasm_OBJECTS =  instrtogenerate.o debuglog.o opervalueoption.o \opervaluepattern.o opernumeric.o operandbase.o codeatom.o output.o \targetcode.o compiler.o operoption.o execpattern.o operand.o bitfield.o \instruction.o executable.o expression.o number.o tablelex.o tablecomp.o \tdasm.o table.o source.o pattern.o error.o enum.o context.o allowed.otdasm_DEPENDENCIES =  printyylex.otdasm_LDFLAGS = CXXFLAGS = @CXXFLAGS@CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)CXXLD = $(CXX)CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@LEXLIB = @LEXLIB@CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@DIST_COMMON =  Makefile.am Makefile.in tablecomp.cc tablelex.ccDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --bestSOURCES = $(tdasm_SOURCES)OBJECTS = $(tdasm_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .cc .ll .o .s .yy$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps tdasm/MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-binPROGRAMS:clean-binPROGRAMS:	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)distclean-binPROGRAMS:maintainer-clean-binPROGRAMS:install-binPROGRAMS: $(bin_PROGRAMS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(bindir)	@list='$(bin_PROGRAMS)'; for p in $$list; do \	  if test -f $$p; then \	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \	  else :; fi; \	doneuninstall-binPROGRAMS:	@$(NORMAL_UNINSTALL)	list='$(bin_PROGRAMS)'; for p in $$list; do \	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \	done.c.o:	$(COMPILE) -c $<.s.o:	$(COMPILE) -c $<.S.o:	$(COMPILE) -c $<mostlyclean-compile:	-rm -f *.o core *.coreclean-compile:distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:tdasm: $(tdasm_OBJECTS) $(tdasm_DEPENDENCIES)	@rm -f tdasm	$(CXXLINK) $(tdasm_LDFLAGS) $(tdasm_OBJECTS) $(tdasm_LDADD) $(LIBS).cc.o:	$(CXXCOMPILE) -c $<.ll.cc:	$(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@.yy.cc:	$(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.cc	if test -f y.tab.h; then \	if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \	else :; fitablecomp.hh: tablecomp.cctags: TAGSID: $(HEADERS) $(SOURCES) $(LISP)	list='$(SOURCES) $(HEADERS)'; \	unique=`for i in $$list; do echo $$i; done | \	  awk '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	here=`pwd` && cd $(srcdir) \	  && mkid -f$$here/ID $$unique $(LISP)TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)'; \	unique=`for i in $$list; do echo $$i; done | \	  awk '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags:	-rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = tdasmdistdir: $(DISTFILES)	@for file in $(DISTFILES); do \	  d=$(srcdir); \	  if test -d $$d/$$file; then \	    cp -pr $$/$$file $(distdir)/$$file; \	  else \	    test -f $(distdir)/$$file \	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \	    || cp -p $$d/$$file $(distdir)/$$file || :; \	  fi; \	doneallowed.o: allowed.cc allowed.hbitfield.o: bitfield.cc bitfield.h bytedef.h tostr.hcodeatom.o: codeatom.cc codeatom.h bitfield.h bytedef.h expression.h \	number.h tostr.h pattern.h symbol.h context.h allowed.hcompiler.o: compiler.cc compiler.h context.h allowed.h table.h symbol.h \	tostr.h number.h bytedef.h instrtogenerate.h codeatom.h \	bitfield.h source.h targetcode.h instruction.h execpattern.h \	pattern.h debuglog.hcontext.o: context.cc context.h allowed.h debuglog.hdebuglog.o: debuglog.cc debuglog.h exception.henum.o: enum.cc enum.h operandbase.h symbol.h context.h allowed.h \	tostr.h number.h bytedef.h error.h smartptr.h expression.h \	pattern.h debuglog.herror.o: error.cc error.hexecpattern.o: execpattern.cc error.h executable.h execpattern.h \	pattern.h symbol.h context.h allowed.h tostr.h debuglog.hexecutable.o: executable.cc exception.h expression.h number.h tostr.h \	bytedef.h pattern.h symbol.h context.h allowed.h executable.h \	instrtogenerate.h codeatom.h bitfield.hexpression.o: expression.cc exception.h expression.h number.h tostr.h \	bytedef.h pattern.h symbol.h context.h allowed.h operandbase.h \	debuglog.hinstrtogenerate.o: instrtogenerate.cc error.h expression.h number.h \	tostr.h bytedef.h pattern.h symbol.h context.h allowed.h \	instrtogenerate.h codeatom.h bitfield.h targetcode.hinstruction.o: instruction.cc instruction.h execpattern.h pattern.h \	symbol.h context.h allowed.h tostr.hnumber.o: number.cc number.h tostr.h bytedef.h bitfield.hoperandbase.o: operandbase.cc operandbase.h symbol.h context.h allowed.h \	tostr.h number.h bytedef.h expression.h pattern.h debuglog.hoperand.o: operand.cc operand.h operandbase.h symbol.h context.h \	allowed.h tostr.h number.h bytedef.h execpattern.h pattern.h \	debuglog.hopernumeric.o: opernumeric.cc opernumeric.h operandbase.h symbol.h \	context.h allowed.h tostr.h number.h bytedef.h expression.h \	pattern.h debuglog.hoperoption.o: operoption.cc operoption.h operandbase.h symbol.h \	context.h allowed.h tostr.h number.h bytedef.h executable.h \	debuglog.hopervalueoption.o: opervalueoption.cc opervalueoption.h operandbase.h \	symbol.h context.h allowed.h tostr.h number.h bytedef.h \	operoption.h debuglog.hopervaluepattern.o: opervaluepattern.cc opervaluepattern.h operandbase.h \	symbol.h context.h allowed.h tostr.h number.h bytedef.h \	execpattern.h pattern.h error.h debuglog.h expression.houtput.o: output.cc output.h bitfield.h bytedef.h exception.hpattern.o: pattern.cc error.h pattern.h symbol.h context.h allowed.h \	tostr.h operandbase.h number.h bytedef.h opernumeric.h \	executable.h debuglog.hprintyylex.o: printyylex.cc tablecomp.hsource.o: source.cc exception.h source.h context.h allowed.htablecomp.o: tablecomp.cc error.h number.h tostr.h bytedef.h enum.h \	operandbase.h symbol.h context.h allowed.h pattern.h \	expression.h executable.h table.h instruction.h execpattern.h \	instrtogenerate.h codeatom.h bitfield.h operand.h operoption.h \	opernumeric.h opervaluepattern.h opervalueoption.h printyylex.htablelex.o: tablelex.cc exception.h number.h tostr.h bytedef.h \	tablecomp.htable.o: table.cc operandbase.h symbol.h context.h allowed.h tostr.h \	number.h bytedef.h instruction.h execpattern.h pattern.h \	table.htargetcode.o: targetcode.cc targetcode.h codeatom.h bitfield.h bytedef.h \	error.h expression.h number.h tostr.h pattern.h symbol.h \	context.h allowed.h output.h exception.h debuglog.htdasm.o: tdasm.cc table.h symbol.h context.h allowed.h tostr.h number.h \	bytedef.h error.h exception.h source.h output.h bitfield.h \	targetcode.h codeatom.h compiler.h debuglog.hinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am: install-binPROGRAMSinstall-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am: uninstall-binPROGRAMSuninstall: uninstall-amall-am: Makefile $(PROGRAMS)all-redirect: all-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:	$(mkinstalldirs)  $(DESTDIR)$(bindir)mostlyclean-generic:clean-generic:distclean-generic:	-rm -f Makefile $(CONFIG_CLEAN_FILES)	-rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:	-test -z "tablelexlltablecomphhtablecompcc" || rm -f tablelexll tablecomphh tablecompccmostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \		mostlyclean-tags mostlyclean-genericmostlyclean: mostlyclean-amclean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \		mostlyclean-amclean: clean-amdistclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \		distclean-generic clean-amdistclean: distclean-ammaintainer-clean-am:  maintainer-clean-binPROGRAMS \		maintainer-clean-compile maintainer-clean-tags \		maintainer-clean-generic distclean-am	@echo "This command is intended for maintainers to use;"	@echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile tags mostlyclean-tags distclean-tags \clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \check-am installcheck-am installcheck install-exec-am install-exec \install-data-am install-data install-am install uninstall-am uninstall \all-redirect all-am all installdirs mostlyclean-generic \distclean-generic clean-generic maintainer-clean-generic clean \mostlyclean distclean maintainer-cleantablecomp.h : tablecomp.cctablelex.cc : tablecomp.hprintyylex.cc : printyylex.sed tablecomp.h	sed -f printyylex.sed <tablecomp.h >printyylex.cc# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

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