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

📄 makefile.in

📁 libxml,在UNIX/LINUX下非常重要的一个库,为XML相关应用提供方便.目前上载的是最新版本,若要取得最新版本,请参考里面的readme.
💻 IN
📖 第 1 页 / 共 2 页
字号:
	  case "$$ext" in \	    1*) ;; \	    *) ext='1' ;; \	  esac; \	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \	  inst=`echo $$inst | sed -e 's/^.*\///'`; \	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \	done# This directory's subdirectories are mostly independent; you can cd# into them and run `make' without going through this Makefile.# To change the values of `make' variables: instead of editing Makefiles,# (1) if the variable is set in `config.status', edit `config.status'#     (which will cause the Makefiles to be regenerated when you run `make');# (2) otherwise, pass the desired values on the `make' command line.$(RECURSIVE_TARGETS):	@set fnord $$MAKEFLAGS; amf=$$2; \	dot_seen=no; \	target=`echo $@ | sed s/-recursive//`; \	list='$(SUBDIRS)'; for subdir in $$list; do \	  echo "Making $$target in $$subdir"; \	  if test "$$subdir" = "."; then \	    dot_seen=yes; \	    local_target="$$target-am"; \	  else \	    local_target="$$target"; \	  fi; \	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \	done; \	if test "$$dot_seen" = "no"; then \	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \	fi; test -z "$$fail"mostlyclean-recursive clean-recursive distclean-recursive \maintainer-clean-recursive:	@set fnord $$MAKEFLAGS; amf=$$2; \	dot_seen=no; \	case "$@" in \	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \	  *) list='$(SUBDIRS)' ;; \	esac; \	rev=''; for subdir in $$list; do \	  if test "$$subdir" = "."; then :; else \	    rev="$$subdir $$rev"; \	  fi; \	done; \	rev="$$rev ."; \	target=`echo $@ | sed s/-recursive//`; \	for subdir in $$rev; do \	  echo "Making $$target in $$subdir"; \	  if test "$$subdir" = "."; then \	    local_target="$$target-am"; \	  else \	    local_target="$$target"; \	  fi; \	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \	done && test -z "$$fail"tags-recursive:	list='$(SUBDIRS)'; for subdir in $$list; do \	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \	donectags-recursive:	list='$(SUBDIRS)'; for subdir in $$list; do \	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \	doneID: $(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: TAGSTAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \	  include_option=--etags-include; \	  empty_fix=.; \	else \	  include_option=--include; \	  empty_fix=; \	fi; \	list='$(SUBDIRS)'; for subdir in $$list; do \	  if test "$$subdir" = .; then :; else \	    test ! -f $$subdir/TAGS || \	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \	  fi; \	done; \	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; }'`; \	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: ctags-recursive $(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 "$(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)	$(mkdir_p) $(distdir)/html $(distdir)/tutorial $(distdir)/tutorial/images $(distdir)/tutorial/images/callouts	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \	list='$(DISTFILES)'; for file in $$list; do \	  case $$file in \	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \	  esac; \	  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"; \	    $(mkdir_p) "$(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; \	done	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \	  if test "$$subdir" = .; then :; else \	    test -d "$(distdir)/$$subdir" \	    || $(mkdir_p) "$(distdir)/$$subdir" \	    || exit 1; \	    distdir=`$(am__cd) $(distdir) && pwd`; \	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \	    (cd $$subdir && \	      $(MAKE) $(AM_MAKEFLAGS) \	        top_distdir="$$top_distdir" \	        distdir="$$distdir/$$subdir" \	        distdir) \	      || exit 1; \	  fi; \	donecheck-am: all-amcheck: check-recursiveall-am: Makefile $(MANS)installdirs: installdirs-recursiveinstalldirs-am:	for dir in "$(DESTDIR)$(man1dir)"; 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: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 clean-local mostlyclean-amdistclean: distclean-recursive	-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-data-local install-maninstall-exec-am:install-info: install-info-recursiveinstall-man: install-man1installcheck-am:maintainer-clean: maintainer-clean-recursive	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-generic \	maintainer-clean-localmostlyclean: mostlyclean-recursivemostlyclean-am: mostlyclean-generic mostlyclean-libtoolpdf: pdf-recursivepdf-am:ps: ps-recursiveps-am:uninstall-am: uninstall-info-am uninstall-manuninstall-info: uninstall-info-recursiveuninstall-man: uninstall-man1.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \	clean clean-generic clean-libtool clean-local clean-recursive \	ctags ctags-recursive distclean distclean-generic \	distclean-libtool distclean-recursive distclean-tags distdir \	dvi dvi-am html html-am info info-am install install-am \	install-data install-data-am install-data-local install-exec \	install-exec-am install-info install-info-am install-man \	install-man1 install-strip installcheck installcheck-am \	installdirs installdirs-am maintainer-clean \	maintainer-clean-generic maintainer-clean-local \	maintainer-clean-recursive mostlyclean mostlyclean-generic \	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \	tags tags-recursive uninstall uninstall-am uninstall-info-am \	uninstall-man uninstall-man1all: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.hweb: $(PAGES)../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml	-@(if [ -x $(XSLTPROC) ] ; then \	  echo "Rebuilding the elfgcchack.h header" ; \	  $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \	  if [ "`diff -q elfgcchack.h ../elfgcchack.h`" ] ; then \	    echo "updating ../elfgcchack.h"; \	    cp elfgcchack.h ../elfgcchack.h; \	  fi ; rm -f elfgcchack.h ;  fi );$(PAGES): xml.html site.xsl	-@(if [ -x $(XSLTPROC) ] ; then \	  echo "Rebuilding the HTML Web pages from xml.html" ; \	  $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );	-@(if [ -x $(XMLLINT) ] ; then \	  echo "Validating the HTML Web pages" ; \	  $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );$(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html	-@(if [ -x $(XSLTPROC) ] ; then \	  $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html > $(top_builddir)/NEWS ; fi );libxml2.xsa: $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html	-@(if [ -x $(XSLTPROC) ] ; then \	  echo "Rebuilding the NEWS file" ; \	  $(XSLTPROC) --nonet $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html > libxml2.xsa ; fi );$(APIPAGES): libxml2-api.xml libxml2-refs.xml $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/api.xsl	-@(if [ -x $(XSLTPROC) ] ; then \	  echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \	  $(XSLTPROC) --nonet --html $(top_srcdir)/doc/api.xsl \	                     $(top_srcdir)/doc/xml.html ; fi );	-@(if [ -x $(XMLLINT) ] ; then \	  echo "Validating the HTML API pages" ; \	  $(XMLLINT) --nonet --valid --noout API*.html ; fi );$(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl	-@(if [ -x $(XSLTPROC) ] ; then \	  echo "Rebuilding the HTML pages from the XML API" ; \	  $(XSLTPROC) --nonet $(srcdir)/newapi.xsl libxml2-api.xml ; fi )	-@(if [ -x $(XMLLINT) ] ; then \	  echo "Validating the resulting XHTML pages" ; \	  $(XMLLINT) --nonet --valid --noout html/*.html ; fi );wiki: libxml2-api.xml $(srcdir)/wiki.xsl	-@(if [ -x $(XSLTPROC) ] ; then \		echo "Rebuilding the wiki HTML pages from the XML API" ; \		$(XSLTPROC) --nonet $(srcdir)/wiki.xsl libxml2-api.xml; fi )$(WIN32_DIR)/libxml2.def.src: libxml2-api.xml	-@(if [ -x $(XSLTPROC) ] ; then \	  $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \	  --nonet $(WIN32_DIR)/defgen.xsl libxml2-api.xml ; fi )libxml2-api.xml libxml2-refs.xml: apibuild.py ../include/libxml/*.h ../*.c	-(./apibuild.py)	-@(cd .. ; $(MAKE) rebuild_testapi)xmllint.1: xmllint.xml	-@($(XSLTPROC) --nonet xmllint.xml)xmlcatalog.1: xmlcatalog_man.xml	-@($(XSLTPROC) --nonet xmlcatalog_man.xml)clean-local:	rm -f *~ *.bak *.hierarchy *.signals *-unused.txtmaintainer-clean-local: clean-local	rm -rf libxml-decl-list.txt libxml-decl.txt rebuild: api allinstall-data-local: 	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)	-@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html	-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html	-@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html	-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(HTML_DIR)/html	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial	-@INSTALL@ -m 0644 $(srcdir)/tutorial/*.* \		$(DESTDIR)$(HTML_DIR)/tutorial	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial/images	-@INSTALL@ -m 0644 $(srcdir)/tutorial/images/*.* \		$(DESTDIR)$(HTML_DIR)/tutorial/images	$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts	-@INSTALL@ -m 0644 $(srcdir)/tutorial/images/callouts/*.* \		$(DESTDIR)$(HTML_DIR)/tutorial/images/callouts.PHONY : html xml templates scan# 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 + -