?? makefile.in
字號:
@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; \ done -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir)dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir)dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir)dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir)dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir)dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir)dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir)# This target untars the dist file and tries a VPATH configuration. Then# it guarantees that the distribution is self-contained by making another# tarfile.distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && cd $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(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 $(HEADERS) config.hinstalldirs: installdirs-recursiveinstalldirs-am: for dir in "$(DESTDIR)$(pkgincludedir)"; 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-hdr \ distclean-libtool distclean-tagsdvi: dvi-recursivedvi-am:html: html-recursiveinfo: info-recursiveinfo-am:install-data-am: install-pkgincludeHEADERSinstall-exec-am:install-info: install-info-recursiveinstall-man:installcheck-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-info-am uninstall-pkgincludeHEADERSuninstall-info: uninstall-info-recursive.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ check-am clean clean-generic clean-libtool clean-recursive \ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ dist-shar dist-tarZ dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-recursive distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-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-pkgincludeHEADERS install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic 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-pkgincludeHEADERSinstall_files: always @$(MAKE) $(AM_MAKEFLAGS) DESTDIR=$(PWD)/staging install; \ cd $(PWD)/staging; \ find . ! -type d -print | \ $(AWK) '/^\.\/usr\/local\/lib/ { \ sub( /\.\/usr\/local\/lib/, "%{_libdir}" ); } \ /^\.\/usr\/local\/bin/ { \ sub( /\.\/usr\/local\/bin/, "%{_bindir}" ); } \ /^\.\/usr\/local\/include/ { \ sub( /\.\/usr\/local\/include/, "%{_includedir}" ); } \ /^\.\/usr\/local\/share/ { \ sub( /\.\/usr\/local\/share/, "%{_datadir}" ); } \ /^\.\/usr\/local/ { \ sub( /\.\/usr\/local/, "%{_prefix}" ); } \ /^\./ { sub( /\./, "" ); } \ /./ { print; }' > $(PWD)/install_files.tmp; \ rm -rf $(PWD)/staging @if test -f "install_files"; then \ diff install_files.tmp install_files >& /dev/null; \ if test $$? -eq 1; then \ mv install_files.tmp install_files; \ else \ rm -f install_files.tmp; \ fi \ else \ mv install_files.tmp install_files; \ fialways:dist-src: dist-all list='$(EXTRA_SRC_DISTS)'; \ for dist in $$list; do \ $(MAKE) $(AM_MAKEFLAGS) dist-$$dist; \ donedist-bin: list='$(EXTRA_BIN_DISTS)'; \ for dist in $$list; do \ $(MAKE) $(AM_MAKEFLAGS) dist-$$dist; \ donedist2 dist-all2: dist-src dist-bin $(UPLOAD_BIN) $(UPLOAD_SRC): TYPE=`echo "$@" | $(SED) -e 's/upload-//'`; \ DIST="dist-$${TYPE}"; \ $(MAKE) $(AM_MAKEFLAGS) $${DIST}; \ list='$(UPLOAD_TARGETS)'; \ pattern=`echo "^{$${TYPE}=>"`; \ for dist in $$list; do \ echo $$dist | grep "^{$${TYPE}=>" >& /dev/null; \ if test "$$?" -eq "0"; then \ TARGET=`echo "$$dist" | $(AWK) -v pattern=$$pattern '{ sub( pattern, ""); sub( /}$$/, "" ); print; }'`; \ fi \ done; \ ncftpput -v upload.sourceforge.net /incoming $$TARGETupload-src: $(UPLOAD_SRC)upload-bin: $(UPLOAD_BIN)upload: upload-src upload-binbranch-major: commit @ver=`echo "@VERSION@" | sed s/\\\\.[0-9][0-9]*\\\\.[0-9][0-9]*$$//`; \ tag=`echo "@PACKAGE@-$$ver"`; \ echo ""; \ echo "Creating major brach: $$tag"; \ cvs tag -b "$$tag"; \ echo "Use 'cvs co -r $$tag @PACKAGE@' to access the branch"; \ echo ""; \ $(AWK) -f @srcdir@/config.aux/rel.awk -v change=1 @srcdir@/configure.ac > configure.tmp; \ touch @srcdir@/commitlog if test "$$USERNAME" = ""; then \ USERNAME="$$USER"; fi; \ if test "$$USEREMAIL" = ""; then \ USEREMAIL="sserver-admin@lists.sf.net"; fi; \ DATE=`date +"%Y-%m-%d"`; \ LOGHEADER=`echo -e "$$DATE\t$$USERNAME\t<$$USEREMAIL>\n"`; \ echo -e "$$LOGHEADER\n\n\t* ./configure.ac\n\tCreated major branch: $$tag\n\tUse 'cvs co -r $$tag @PACKAGE@' to access the branch" \ | cat - @srcdir@/commitlog > commitlog.tmp @mv commitlog.tmp @srcdir@/commitlog @mv configure.tmp @srcdir@/configure.ac @$(MAKE) $(AM_MAKEFLAGS) commitbranch-minor: commit @ver=`echo "@VERSION@" | sed s/\\\\.[0-9][0-9]*$$//`; \ tag=`echo "@PACKAGE@-$$ver" | sed s/\\\\./_/g`; \ echo ""; \ echo "Creating minor brach: $$tag"; \ cvs tag -b "$$tag"; \ echo "Use 'cvs co -r $$tag @PACKAGE@' to access the branch"; \ echo ""; \ $(AWK) -f @srcdir@/config.aux/rel.awk -v change=2 @srcdir@/configure.ac > configure.tmp; \ touch @srcdir@/commitlog if test "$$USERNAME" = ""; then \ USERNAME="$$USER"; fi; \ if test "$$USEREMAIL" = ""; then \ USEREMAIL="sserver-admin@lists.sf.net"; fi; \ DATE=`date +"%Y-%m-%d"`; \ LOGHEADER=`echo -e "$$DATE\t$$USERNAME\t<$$USEREMAIL>\n"`; \ echo -e "$$LOGHEADER\n\n\t* ./configure.ac\n\tCreated minor branch: $$tag\n\tUse 'cvs co -r $$tag @PACKAGE@' to access the branch" \ | cat - @srcdir@/commitlog > commitlog.tmp @mv commitlog.tmp @srcdir@/commitlog @mv configure.tmp @srcdir@/configure.ac @$(MAKE) $(AM_MAKEFLAGS) commitrelease: update distcheck add_rel commit tagquick-release: update add_rel commit tagtag: do_tag inc_reldo_tag: @tag=`echo @PACKAGE@-@VERSION@ | sed s/\\\\./_/g`; \ echo "tagging release with $$tag"; \ echo `cvs tag $$tag`; \ echo "You can access this release by running:"; \ echo " cvs co -r $$tag -d @PACKAGE@-@VERSION@ @PACKAGE@"; \ echo "The release will then be available in the @PACKAGE@-@VERSION@ directory";add_rel: touch @srcdir@/commitlog if test "$$USERNAME" = ""; then \ USERNAME="$$USER"; fi; \ if test "$$USEREMAIL" = ""; then \ USEREMAIL="sserver-admin@lists.sf.net"; fi; \ DATE=`date +"%Y-%m-%d"`; \ LOGHEADER=`echo -e "$$DATE\t$$USERNAME\t<$$USEREMAIL>\n"`; \ echo -e "$$LOGHEADER\n\n\t* ./configure.ac\n\tReleased @PACKAGE@-@VERSION@\n\tYou can access this release by running:\n\t\tcvs co -r $$tag -d @PACKAGE@-@VERSION@ @PACKAGE@\n\tThe release will then be available in the @PACKAGE@-@VERSION@ directory" \ | cat - @srcdir@/commitlog > commitlog.tmp mv commitlog.tmp @srcdir@/commitloginc_rel: $(AWK) -f @srcdir@/config.aux/rel.awk -v change=3 @srcdir@/configure.ac > configure.tmp; mv configure.tmp @srcdir@/configure.ac $(MAKE) $(AM_MAKEFLAGS) commitupdate: @cvs -z9 updatecommit: update commitlog @cat @srcdir@/commitlog @srcdir@/ChangeLog > ChangeLog.tmp @mv ChangeLog.tmp @srcdir@/ChangeLog @cvs -z9 commit -F commitlog @rm -f commitlogcommitlog: $(DISTFILES) @if test "$$USERNAME" = ""; then \ USERNAME="$$USER"; \ fi; \ if test "$$USEREMAIL" = ""; then \ USEREMAIL="sserver-admin@lists.sf.net"; \ fi; \ DATE=`date +"%Y-%m-%d"`; \ cvs -z9 diff -u --brief 2>&1 | $(AWK) \ -v title="/* -*-change-log-*- */\n$$DATE\t$$USERNAME\t<$$USEREMAIL>\n" \ 'BEGIN { print title; } \ /^Index/ { print "\t* ./" $$2 } \ /^cvs server: .* is a new entry/ { print "\t* ./" $$3 } \ END { print ""; }' \ > commitlog.tmp @if test -s commitlog.tmp; then \ if test -f @srcdir@/commitlog; then \ cat @srcdir@/commitlog >> commitlog.tmp; \ fi; \ mv commitlog.tmp @srcdir@/commitlog; \ if test -n "$(CVSEDITOR)"; then $(CVSEDITOR) @srcdir@/commitlog; \ elif test -n "$(VISUAL)"; then $(VISUAL) @srcdir@/commitlog; \ elif test -n "$(EDITOR)"; then $(EDITOR) @srcdir@/commitlog; \ else \ EDITOR=`which vi`; \ if test -n "$$EDITOR" && test -x "$$EDITOR"; then \ $$EDITOR @srcdir@/commitlog; \ else \ echo ""; \ echo "Cannot find an editor."; \ echo "Please edit @srcdir@/commitlog manually\n"; \ exit 1; \ fi; \ fi; \ $(AWK) 'BEGIN { first=1; } /\/\* -\*-change-log-\*- \*\// { $$0 = ""; } // { if( first==1 && $$0 == "" ) { first=0; } else { print; } }' @srcdir@/commitlog > commitlog.tmp; \ mv commitlog.tmp @srcdir@/commitlog; \ fidoc: doc-recursivedoc-recursive: cd doc && $(MAKE) $(AM_MAKEFLAGS) doc# 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 + -