⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 这是linux下 MiniGUI的一个程序
💻
字号:
# Makefile.in generated by automake 1.6.3 from Makefile.am.# jiazhuqi/Editor/Duplex/Makefile.  Generated from Makefile.in by configure.# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002# 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/includepkgdatadir = $(datadir)/mdepkglibdir = $(libdir)/mdepkgincludedir = $(includedir)/mdetop_builddir = ../../..ACLOCAL = ${SHELL} /root/1.5.3/mde-1.5.3/missing --run aclocal-1.6AUTOCONF = ${SHELL} /root/1.5.3/mde-1.5.3/missing --run autoconfAUTOMAKE = ${SHELL} /root/1.5.3/mde-1.5.3/missing --run automake-1.6AUTOHEADER = ${SHELL} /root/1.5.3/mde-1.5.3/missing --run autoheaderam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = /usr/bin/install -cINSTALL_PROGRAM = ${INSTALL}INSTALL_DATA = ${INSTALL} -m 644install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_SCRIPT = ${INSTALL}INSTALL_HEADER = $(INSTALL_DATA)transform = s,x,x,NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = build_triplet = i686-pc-linux-gnuhost_alias = host_triplet = i686-pc-linux-gnutarget_alias = target_triplet = i686-pc-linux-gnuEXEEXT = OBJEXT = oPATH_SEPARATOR = :AMTAR = ${SHELL} /root/1.5.3/mde-1.5.3/missing --run tarAWK = gawkCC = gccDEPDIR = .depsINSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -sPACKAGE = mdeSTRIP = VERSION = 1.5.3am__include = includeam__quote = install_sh = /root/1.5.3/mde-1.5.3/install-shnoinst_PROGRAMS = DuplexEditorDuplexEditor_SOURCES = DuplexEditor.c ControlResource.c DuplexEditor.h ControlInput.c ControlOutput.cDuplexEditor_LDADD = -lmgextsubdir = jiazhuqi/Editor/Duplexmkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_CLEAN_FILES =noinst_PROGRAMS = DuplexEditor$(EXEEXT)PROGRAMS = $(noinst_PROGRAMS)am_DuplexEditor_OBJECTS = DuplexEditor.$(OBJEXT) \	ControlResource.$(OBJEXT) ControlInput.$(OBJEXT) \	ControlOutput.$(OBJEXT)DuplexEditor_OBJECTS = $(am_DuplexEditor_OBJECTS)DuplexEditor_DEPENDENCIES =DuplexEditor_LDFLAGS =DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mde\" -DVERSION=\"1.5.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MINIGUI_COMMON_H=1 -DHAVE_DECL__LITE_VERSION=1 -DHAVE_DECL__STAND_ALONE=0 -DHAVE_DECL__USE_NEWGAL=1 -DHAVE_DECL__HAVE_MATH_LIB=1 -DHAVE_DECL__PNG_FILE_SUPPORT=0 -DHAVE_DECL__JPG_FILE_SUPPORT=0 -DHAVE_DECL__TYPE1_SUPPORT=0 -DHAVE_DECL__TTF_SUPPORT=0 DEFAULT_INCLUDES =  -I. -I$(srcdir)CPPFLAGS = LDFLAGS = LIBS =  -lminigui -lmdepcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfilesDEP_FILES = ./$(DEPDIR)/ControlInput.Po \	./$(DEPDIR)/ControlOutput.Po \	./$(DEPDIR)/ControlResource.Po \	./$(DEPDIR)/DuplexEditor.PoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@CFLAGS = -g -O2 -Wall -Wstrict-prototypes -pipeDIST_SOURCES = $(DuplexEditor_SOURCES)DIST_COMMON = Makefile.am Makefile.inSOURCES = $(DuplexEditor_SOURCES)all: all-am.SUFFIXES:.SUFFIXES: .c .o .obj$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  jiazhuqi/Editor/Duplex/MakefileMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)clean-noinstPROGRAMS:	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)DuplexEditor$(EXEEXT): $(DuplexEditor_OBJECTS) $(DuplexEditor_DEPENDENCIES) 	@rm -f DuplexEditor$(EXEEXT)	$(LINK) $(DuplexEditor_LDFLAGS) $(DuplexEditor_OBJECTS) $(DuplexEditor_LDADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.cinclude ./$(DEPDIR)/ControlInput.Poinclude ./$(DEPDIR)/ControlOutput.Poinclude ./$(DEPDIR)/ControlResource.Poinclude ./$(DEPDIR)/DuplexEditor.Podistclean-depend:	-rm -rf ./$(DEPDIR).c.o:	source='$<' object='$@' libtool=no \	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \	$(CCDEPMODE) $(depcomp) \	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<.c.obj:	source='$<' object='$@' libtool=no \	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \	$(CCDEPMODE) $(depcomp) \	$(COMPILE) -c `cygpath -w $<`CCDEPMODE = depmode=gcc3uninstall-info-am:ETAGS = etagsETAGSFLAGS =tags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	mkid -fID $$uniqueTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(ETAGS_ARGS)$$tags$$unique" \	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATHDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)top_distdir = ../../..distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)distdir: $(DISTFILES)	@list='$(DISTFILES)'; for file in $$list; do \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \	    dir="/$$dir"; \	    $(mkinstalldirs) "$(distdir)$$dir"; \	  else \	    dir=''; \	  fi; \	  if test -d $$d/$$file; then \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	donecheck-am: all-amcheck: check-amall-am: Makefile $(PROGRAMS)installdirs:install: install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:distclean-generic:	-rm -f Makefile $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."clean: clean-amclean-am: clean-generic clean-noinstPROGRAMS mostlyclean-amdistclean: distclean-amdistclean-am: clean-am distclean-compile distclean-depend \	distclean-generic distclean-tagsdvi: dvi-amdvi-am:info: info-aminfo-am:install-data-am:install-exec-am:install-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-ammaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-genericuninstall-am: uninstall-info-am.PHONY: GTAGS all all-am check check-am clean clean-generic \	clean-noinstPROGRAMS distclean distclean-compile \	distclean-depend distclean-generic distclean-tags distdir dvi \	dvi-am info info-am install install-am install-data \	install-data-am install-exec install-exec-am install-info \	install-info-am install-man install-strip installcheck \	installcheck-am installdirs maintainer-clean \	maintainer-clean-generic mostlyclean mostlyclean-compile \	mostlyclean-generic tags uninstall uninstall-am \	uninstall-info-am# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -