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

📄 makefile.in

📁 GNU libtool 是一个通用库支持脚本
💻 IN
📖 第 1 页 / 共 3 页
字号:
	        $(distuninstallcheck_listfiles) ; \	        exit 1; } >&2distcleancheck: distclean	@if test '$(srcdir)' = . ; then \	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \	  exit 1 ; \	fi	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \	  || { echo "ERROR: files left in build directory after distclean:" ; \	       $(distcleancheck_listfiles) ; \	       exit 1; } >&2check-am: all-amcheck: check-recursiveall-am: Makefile $(SCRIPTS) $(DATA)installdirs: installdirs-recursiveinstalldirs-am:	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(ltdldatadir)" "$(DESTDIR)$(pkgdatadir)"; do \	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \	doneinstall: install-recursiveinstall-exec: install-exec-recursiveinstall-data: install-data-recursiveuninstall: uninstall-recursiveinstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-recursiveinstall-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:clean-generic:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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-recursiveclean-am: clean-generic clean-libtool mostlyclean-amdistclean: distclean-recursive	-rm -f $(am__CONFIG_DISTCLEAN_FILES)	-rm -f Makefiledistclean-am: clean-am distclean-generic distclean-libtool \	distclean-tagsdvi: dvi-recursivedvi-am:html: html-recursiveinfo: info-recursiveinfo-am:install-data-am: install-aclocalDATA install-ltdldataDATA \	install-pkgdataDATA	@$(NORMAL_INSTALL)	$(MAKE) $(AM_MAKEFLAGS) install-data-hookinstall-dvi: install-dvi-recursiveinstall-exec-am: install-binSCRIPTSinstall-html: install-html-recursiveinstall-info: install-info-recursiveinstall-man:install-pdf: install-pdf-recursiveinstall-ps: install-ps-recursiveinstallcheck-am:maintainer-clean: maintainer-clean-recursive	-rm -f $(am__CONFIG_DISTCLEAN_FILES)	-rm -rf $(top_srcdir)/autom4te.cache	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-recursivemostlyclean-am: mostlyclean-generic mostlyclean-libtoolpdf: pdf-recursivepdf-am:ps: ps-recursiveps-am:uninstall-am: uninstall-aclocalDATA uninstall-binSCRIPTS \	uninstall-local uninstall-ltdldataDATA uninstall-pkgdataDATA.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \	install-data-am install-strip.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \	all all-am am--refresh check check-am clean clean-generic \	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \	distclean-generic distclean-libtool distclean-tags \	distcleancheck distdir distuninstallcheck dvi dvi-am html \	html-am info info-am install install-aclocalDATA install-am \	install-binSCRIPTS install-data install-data-am \	install-data-hook install-dvi install-dvi-am install-exec \	install-exec-am install-html install-html-am install-info \	install-info-am install-ltdldataDATA install-man install-pdf \	install-pdf-am install-pkgdataDATA install-ps install-ps-am \	install-strip installcheck installcheck-am installdirs \	installdirs-am maintainer-clean maintainer-clean-generic \	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \	ps ps-am tags tags-recursive uninstall uninstall-aclocalDATA \	uninstall-am uninstall-binSCRIPTS uninstall-local \	uninstall-ltdldataDATA uninstall-pkgdataDATAlibtool: $(srcdir)/ltmain.sh $(top_builddir)/configure.ac	$(SHELL) $(top_builddir)/config.status --recheck	chmod +x $@libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status	CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) $(top_builddir)/config.status	chmod +x $@$(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(TSDEPS)	-rm -f ltmain.shT	date=`$(SHELL) $(srcdir)/mkstamp < $(srcdir)/ChangeLog` && \	sed -e 's/@''PACKAGE@/@PACKAGE@/' -e 's/@''VERSION@/@VERSION@/' \	    -e "s%@""TIMESTAMP@%$$date%" $(srcdir)/ltmain.in > ltmain.shT	mv -f ltmain.shT $@ || \	(rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT)	cp $@ $(srcdir)/libltdl/# All our rules should depend on these demo files.all-recursive: $(srcdir)/libltdl/acinclude.m4 $(ACINCLUDE_M4_LIST)@srcdir@/libltdl/acinclude.m4: $(srcdir)/libtool.m4 $(srcdir)/ltdl.m4	-rm -f $@ $@T	cat $(srcdir)/libtool.m4 $(srcdir)/ltdl.m4 > $@T	mv $@T $@@ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4	-rm -f $@ $@T	cat $(srcdir)/libtool.m4 > $@T	mv $@T $@.PHONY: configure-subdirsconfigure-subdirs distdir: $(DIST_MAKEFILE_LIST)@DIST_MAKEFILE_LIST@:	dir=`echo $@ | sed 's,^[^/]*$$,.,;s,/[^/]*$$,,'`; \	test -d $$dir || mkdir $$dir || exit 1; \	abs_srcdir=`cd $(top_srcdir) && pwd`; \	(cd $$dir && $$abs_srcdir/$$dir/configure) || exit 1# Create and install libltdlinstall-data-hook:	chmod +x $(DESTDIR)$(pkgdatadir)/config.guess	chmod +x $(DESTDIR)$(pkgdatadir)/config.sub	chmod +x $(DESTDIR)$(pkgdatadir)/install-sh	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/config.guess	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/config.sub	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/install-sh	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/configure	chmod +x $(DESTDIR)$(pkgdatadir)/libltdl/missing# Uninstall libltdluninstall-local:	-rm -rf $(DESTDIR)$(pkgdatadir)/libltdl.PHONY: cvs-releasecvs-release: version-check prev-tarball cvs-news fetch cvs-commit cvs-dist deltas web-manual	@tarname="$(PACKAGE)-$(VERSION).tar.gz"; \	diffname="$(PACKAGE)-$(LASTRELEASE)-$(VERSION).diff.gz"; \	xdeltaname="$(PACKAGE)-$(LASTRELEASE)-$(VERSION).xdelta"; \	echo " *** Upload $$tarname, $$tarname.sig,";\	echo " *** $$tarname.directive.asc, $$diffname,"; \	echo " *** $$diffname.sig, $$diffname.directive.asc,"; \	echo " *** $$xdeltaname, $$xdeltaname.sig and";\	echo " *** $$xdeltaname.directive.asc to either"	echo " *** /incoming/alpha or /incoming/ftp on ftp-upload.gnu.org."	echo " *** You might need to upload manual.html to webcvs/libtool.".PHONY: version-checkversion-check:	@case $(VERSION) in \	*[acegikmoqsuwy]) \	  echo "Version \`$(VERSION)' is not a releasable version, please read:"; \	  echo "    http://www.gnu.org/software/libtool/contribute.html"; \	  exit 1; \	  ;; \	esac.PHONY: prev-tarballprev-tarball:	@if test -z "$(LASTRELEASE)"; \		then echo "LASTRELEASE is not set"; exit 1; fi	@ofile="$(PACKAGE)-$(LASTRELEASE).tar.gz"; \	if test -f $$ofile; then :; \	else echo "Cannot make deltas without $$ofile"; exit 1; fi.PHONY: timestamps update-timestampstimestamps: update-timestampsupdate-timestamps:	@if (cd $(srcdir) && test -d CVS && \	    $(CVS) -n update $(TSDEPS_DIST) | grep '^M'); then \		echo "Cannot make cvs-dist before commit"; exit 1; else :; fi.PHONY: cvs-newscvs-news:	@if sed '1,2d;3q' $(srcdir)/NEWS | grep -e "$(VERSION)" >/dev/null; \	then :; \	else \	  echo "NEWS not updated; not releasing" 1>&2; \	  exit 1; \	fi.PHONY: fetchfetch:	rm -rf Fetchdir > /dev/null 2>&1	mkdir Fetchdir	(cd Fetchdir && \	$(WGETSGO)/autoconf/autoconf/INSTALL; \	$(WGETSGO)/automake/automake/lib/install-sh; \	$(WGETSGO)/config/config/config.guess; \	$(WGETSGO)/config/config/config.sub; \	$(WGETSGO)/texinfo/texinfo/doc/texinfo.tex )	@stat=0; for file in $(FETCHFILES); do \	  fetchedfile=Fetchdir/`echo $$file | sed 's,.*/,,g'`; \	  if diff -u $(srcdir)/$$file $$fetchedfile \	    >>Fetchdir/update.patch 2>/dev/null; then :; \	  else \	    stat=1; \	    echo "Updating $(srcdir)/$$file..."; \	    cp $$fetchedfile $(srcdir)/$$file; \	  fi; \	done; \	test $$stat = 1 && \	  echo "See Fetchdir/update.patch for a log of the changes."; \	exit $$stat.PHONY: cvs-commitcvs-commit: cvs-news	cd $(srcdir) && $(SHELL) ./commit.PHONY: cvs-distcvs-dist: cvs-news timestamps	$(MAKE) distcheck	cd $(srcdir) \	  && $(CVS) -q tag -c `echo "release-$(VERSION)" | sed 's/\./-/g'`	ofile="$(PACKAGE)-$(VERSION).tar.gz"; \	$(GPG) --detach-sign $$ofile \	&& echo "directory: libtool" > $$ofile.directive \	&& $(GPG) --clearsign $$ofile.directive \	&& rm -f $$ofile.directive.PHONY: new-tarballnew-tarball:	@ofile="$(PACKAGE)-$(VERSION).tar.gz"; \	if test -f $$ofile; then :; \	else echo "Cannot make deltas without $$ofile"; exit 1; fi.PHONY: got-xdeltagot-xdelta:	@if ($(XDELTA) --version 2>&1 | grep version)>/dev/null 2>/dev/null; \	then :;\	else \	  echo "Get xdelta from http://sourceforge.net/projects/xdelta."; \	  exit 1; \	fi.PHONY: deltasdeltas: delta-diff delta-xdelta.PHONY: delta-diffdelta-diff: prev-tarball new-tarball	rm -rf delta-diff	mkdir delta-diff	ofile="../$(PACKAGE)-$(LASTRELEASE)-$(VERSION).diff.gz"; \	cd delta-diff \	&& tar xzf "../$(PACKAGE)-$(LASTRELEASE).tar.gz" \	&& tar xzf "../$(PACKAGE)-$(VERSION).tar.gz" \	&& $(DIFF) $(DIFF_OPTIONS) \		$(PACKAGE)-$(LASTRELEASE) $(PACKAGE)-$(VERSION) \		| GZIP=$(GZIP_ENV) gzip -c > $$ofile \	&& $(GPG) --detach-sign $$ofile \	&& echo "directory: libtool" > $$ofile.directive \	&& $(GPG) --clearsign $$ofile.directive \	&& rm -f $$ofile.directive	rm -rf delta-diff.PHONY: delta-xdeltadelta-xdelta: prev-tarball new-tarball got-xdelta	ofile="$(PACKAGE)-$(LASTRELEASE)-$(VERSION).xdelta"; \	( test -z `$(XDELTA) delta $(XDELTA_OPTIONS) \	    $(PACKAGE)-$(LASTRELEASE).tar.gz $(PACKAGE)-$(VERSION).tar.gz \	    $$ofile 2>&1` \	  && : ) \	&& $(GPG) --detach-sign $$ofile \	&& echo "directory: libtool" > $$ofile.directive \	&& $(GPG) --clearsign $$ofile.directive \	&& rm -f $$ofile.directive.PHONY: web-manualweb-manual:	$(MAKEINFO) -I $(top_srcdir)/doc --html --no-split -o manual.html \	$(top_srcdir)/doc/libtool.texi# 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 + -