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

📄 makefile.in

📁 gnu tar 源码包。 tar 软件是 Unix 系统下的一个打包软件
💻 IN
📖 第 1 页 / 共 5 页
字号:
.c.obj:@am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\@am__fastdepCC_TRUE@	mv -f $$depbase.Tpo $$depbase.Po@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`.y.c:	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)ID: $(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; nonemtpy = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	mkid -fID $$uniquetags: TAGSTAGS:  $(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; nonempty = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \	  test -n "$$unique" || unique=$$empty_fix; \	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	    $$tags $$unique; \	fictags: CTAGSCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	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; nonempty = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	test -z "$(CTAGS_ARGS)$$tags$$unique" \	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 GPATH tagsdistdir: $(DISTFILES)	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	list='$(DISTFILES)'; \	  dist_files=`for file in $$list; do echo $$file; done | \	  sed -e "s|^$$srcdirstrip/||;t" \	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \	case $$dist_files in \	  */*) $(MKDIR_P) `echo "$$dist_files" | \			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \			   sort -u` ;; \	esac; \	for file in $$dist_files; do \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  if test -d $$d/$$file; then \	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \	    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: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) check-amall-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) all-localinstalldirs:install: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) 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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)clean-generic:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)	-rm -f uniwidth/$(DEPDIR)/$(am__dirstamp)	-rm -f uniwidth/$(am__dirstamp)	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."	-rm -f getdate.c	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)clean: clean-amclean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \	mostlyclean-amdistclean: distclean-am	-rm -rf $(DEPDIR) ./$(DEPDIR) uniwidth/$(DEPDIR)	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-dvi: install-dvi-aminstall-exec-am: install-exec-localinstall-html: install-html-aminstall-info: install-info-aminstall-man:install-pdf: install-pdf-aminstall-ps: install-ps-aminstallcheck-am:maintainer-clean: maintainer-clean-am	-rm -rf $(DEPDIR) ./$(DEPDIR) uniwidth/$(DEPDIR)	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \	mostlyclean-localpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-local.MAKE: install-am install-strip.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \	clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \	ctags distclean distclean-compile distclean-generic \	distclean-tags distdir dvi dvi-am html html-am info info-am \	install install-am install-data install-data-am install-dvi \	install-dvi-am install-exec install-exec-am install-exec-local \	install-html install-html-am install-info install-info-am \	install-man install-pdf install-pdf-am install-ps \	install-ps-am install-strip installcheck installcheck-am \	installdirs maintainer-clean maintainer-clean-generic \	mostlyclean mostlyclean-compile mostlyclean-generic \	mostlyclean-local pdf pdf-am ps ps-am tags uninstall \	uninstall-am uninstall-local# We need the following in order to create <alloca.h> when the system# doesn't have one that works with the given compiler.alloca.h: alloca.in.h	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \	  cat $(srcdir)/alloca.in.h; \	} > $@-t	mv -f $@-t $@# Retrieve values of the variables through 'configure' followed by# 'make', not directly through 'configure', so that a user who# sets some of these variables consistently on the 'make' command# line gets correct results.## One advantage of this approach, compared to the classical# approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,# is that it protects against the use of undefined variables.# If, say, $(libdir) is not set in the Makefile, LIBDIR is not# defined by this module, and code using LIBDIR gives a# compilation error.## Another advantage is that 'make' output is shorter.## Listed in the same order as the GNU makefile conventions.# The Automake-defined pkg* macros are appended, in the order# listed in the Automake 1.10a+ documentation.configmake.h: Makefile	rm -f $@-t $@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \	  echo '#define PREFIX "$(prefix)"'; \	  echo '#define EXEC_PREFIX "$(exec_prefix)"'; \	  echo '#define BINDIR "$(bindir)"'; \	  echo '#define SBINDIR "$(sbindir)"'; \	  echo '#define LIBEXECDIR "$(libexecdir)"'; \	  echo '#define DATAROOTDIR "$(datarootdir)"'; \	  echo '#define DATADIR "$(datadir)"'; \	  echo '#define SYSCONFDIR "$(sysconfdir)"'; \	  echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \	  echo '#define LOCALSTATEDIR "$(localstatedir)"'; \	  echo '#define INCLUDEDIR "$(includedir)"'; \	  echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \	  echo '#define DOCDIR "$(docdir)"'; \	  echo '#define INFODIR "$(infodir)"'; \	  echo '#define HTMLDIR "$(htmldir)"'; \	  echo '#define DVIDIR "$(dvidir)"'; \	  echo '#define PDFDIR "$(pdfdir)"'; \	  echo '#define PSDIR "$(psdir)"'; \	  echo '#define LIBDIR "$(libdir)"'; \	  echo '#define LISPDIR "$(lispdir)"'; \	  echo '#define LOCALEDIR "$(localedir)"'; \	  echo '#define MANDIR "$(mandir)"'; \	  echo '#define MANEXT "$(manext)"'; \	  echo '#define PKGDATADIR "$(pkgdatadir)"'; \	  echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \	  echo '#define PKGLIBDIR "$(pkglibdir)"'; \	  echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \	} | sed '/""/d' > $@-t	mv $@-t $@# We need the following in order to create <dirent.h> when the system# doesn't have one that works with the given compiler.dirent.h: dirent.in.h	rm -f $@-t $@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \	  sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \	      -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \	      -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \	      < $(srcdir)/dirent.in.h; \	} > $@-t	mv $@-t $@# We need the following in order to create <fcntl.h> when the system# doesn't have one that works with the given compiler.fcntl.h: fcntl.in.h	rm -f $@-t $@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \	  sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \	      -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \	      < $(srcdir)/fcntl.in.h; \	} > $@-t	mv $@-t $@# We need the following in order to create <float.h> when the system# doesn't have one that works with the given compiler.float.h: float.in.h	rm -f $@-t $@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \	  sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \	      < $(srcdir)/float.in.h; \	} > $@-t	mv $@-t $@# We need the following in order to create <fnmatch.h> when the system# doesn't have one that supports the required API.fnmatch.h: fnmatch.in.h	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \

⌨️ 快捷键说明

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