📄 makefile.in
字号:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(top_srcdir)/config/automake/installperms.am $(top_srcdir)/config/automake/precompile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu amplot/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu amplot/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-sbinSCRIPTS: $(sbin_SCRIPTS) @$(NORMAL_INSTALL) test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" @list='$(sbin_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \ $(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \ else :; fi; \ doneuninstall-sbinSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(sbin_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \ rm -f "$(DESTDIR)$(sbindir)/$$f"; \ donemostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsinstall-amplotDATA: $(amplot_DATA) @$(NORMAL_INSTALL) test -z "$(amplotdir)" || $(MKDIR_P) "$(DESTDIR)$(amplotdir)" @list='$(amplot_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(amplotDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(amplotdir)/$$f'"; \ $(amplotDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(amplotdir)/$$f"; \ doneuninstall-amplotDATA: @$(NORMAL_UNINSTALL) @list='$(amplot_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(amplotdir)/$$f'"; \ rm -f "$(DESTDIR)$(amplotdir)/$$f"; \ donetags: TAGSTAGS:ctags: CTAGSCTAGS:distdir: $(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; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hookcheck-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-localcheck: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-amall-am: Makefile $(SCRIPTS) $(DATA)installdirs: for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amplotdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ doneinstall: $(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) -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." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)@WANT_INSTALLPERMS_FALSE@install-exec-hook:@WANT_INSTALLPERMS_FALSE@install-data-hook:clean: clean-amclean-am: clean-generic clean-libtool mostlyclean-amdistclean: distclean-am -rm -f Makefiledistclean-am: clean-am distclean-genericdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-amplotDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hookinstall-dvi: install-dvi-aminstall-exec-am: install-sbinSCRIPTS @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-exec-hookinstall-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 -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-generic mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-amplotDATA uninstall-sbinSCRIPTS.MAKE: install-am install-data-am install-exec-am install-strip.PHONY: all all-am check check-am check-local clean clean-generic \ clean-libtool dist-hook distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-amplotDATA install-data \ install-data-am install-data-hook install-dvi install-dvi-am \ install-exec install-exec-am install-exec-hook install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-sbinSCRIPTS install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am uninstall uninstall-am uninstall-amplotDATA \ uninstall-sbinSCRIPTS# Perl%: %.pl $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< chmod a+x $@%.pl: %.pl.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$<%.pm: %.pm.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$<# Shell%: %.sh $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< chmod a+x $@%.sh: %.sh.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$<# Awk%: %.awk $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$< chmod a+x $@%.awk: %.awk.in $(top_builddir)/config.status $(top_builddir)/config.status --file=$@:$<# syntax-check perl scripts on 'make check'check-perl: $(CHECK_PERL) @CHECK_PERL="$(CHECK_PERL)"; \ if test -n "$(PERL)"; then \ for perlobj in $$CHECK_PERL; do \ $(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \ done; \ ficheck-local: check-perlcheck-shell: $(CHECK_SHELL) @CHECK_SHELL="$(CHECK_SHELL)"; \ if test -n "$$CHECK_SHELL"; then \ if test -n "$(BASH)"; then \ for shobj in $$CHECK_SHELL; do \ if $(BASH) -n $$shobj; then \ echo "$$shobj syntax OK"; \ else \ echo "$$shobj syntax error"; \ exit 1; \ fi; \ done; \ else \ echo "No 'bash' available -- cannot syntax-check shell scripts"; \ fi; \ ficheck-local: check-shell# make sure that the sources for all shell and perl scripts get included# in the distributiondist-scripts: SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \ for script in $$SCRIPTS_PERL; do \ test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \ done; \ for script in $$SCRIPTS_SHELL; do \ test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \ done; \ for script in $$SCRIPTS_AWK; do \ test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \ done; \ for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \ test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \ done; \ truedist-hook: dist-scripts@WANT_INSTALLPERMS_TRUE@installperms-exec:@WANT_INSTALLPERMS_TRUE@ @installperms="$(INSTALLPERMS_exec)"; \@WANT_INSTALLPERMS_TRUE@ test -n "$$installperms" && echo "Setting installation permissions on executables"; \@WANT_INSTALLPERMS_TRUE@ dest=; chown=; chmod=; \@WANT_INSTALLPERMS_TRUE@ for cmd in $$installperms; do \@WANT_INSTALLPERMS_TRUE@ case "$$cmd" in \@WANT_INSTALLPERMS_TRUE@ chown=amanda) \@WANT_INSTALLPERMS_TRUE@ echo " ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \@WANT_INSTALLPERMS_TRUE@ dest=*|chown=*|chmod=*) \@WANT_INSTALLPERMS_TRUE@ echo " ($$cmd)"; eval $$cmd;; \@WANT_INSTALLPERMS_TRUE@ *) pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \@WANT_INSTALLPERMS_TRUE@ if test -n "$$chown"; then \@WANT_INSTALLPERMS_TRUE@ echo chown "$$chown" "$$pa"; \@WANT_INSTALLPERMS_TRUE@ chown "$$chown" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@ fi; \@WANT_INSTALLPERMS_TRUE@ if test -n "$$chmod"; then \@WANT_INSTALLPERMS_TRUE@ echo chmod "$$chmod" "$$pa"; \@WANT_INSTALLPERMS_TRUE@ chmod "$$chmod" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@ fi; \@WANT_INSTALLPERMS_TRUE@ esac; \@WANT_INSTALLPERMS_TRUE@ done@WANT_INSTALLPERMS_TRUE@installperms-data:@WANT_INSTALLPERMS_TRUE@ @installperms="$(INSTALLPERMS_data)"; \@WANT_INSTALLPERMS_TRUE@ test -n "$$installperms" && echo "Setting installation permissions on data"; \@WANT_INSTALLPERMS_TRUE@ dest=; chown=; chmod=; \@WANT_INSTALLPERMS_TRUE@ for cmd in $$installperms; do \@WANT_INSTALLPERMS_TRUE@ case "$$cmd" in \@WANT_INSTALLPERMS_TRUE@ chown=amanda) \@WANT_INSTALLPERMS_TRUE@ echo " ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \@WANT_INSTALLPERMS_TRUE@ dest=*|chown=*|chmod=*) \@WANT_INSTALLPERMS_TRUE@ echo " ($$cmd)"; eval $$cmd;; \@WANT_INSTALLPERMS_TRUE@ *) pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \@WANT_INSTALLPERMS_TRUE@ if test -n "$$chown"; then \@WANT_INSTALLPERMS_TRUE@ echo chown "$$chown" "$$pa"; \@WANT_INSTALLPERMS_TRUE@ chown "$$chown" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@ fi; \@WANT_INSTALLPERMS_TRUE@ if test -n "$$chmod"; then \@WANT_INSTALLPERMS_TRUE@ echo chmod "$$chmod" "$$pa"; \@WANT_INSTALLPERMS_TRUE@ chmod "$$chmod" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@ fi; \@WANT_INSTALLPERMS_TRUE@ esac; \@WANT_INSTALLPERMS_TRUE@ done@WANT_INSTALLPERMS_TRUE@install-exec-hook: installperms-exec@WANT_INSTALLPERMS_TRUE@install-data-hook: installperms-data# A rule to make precompiler output from C files. This is not used during# ordinary builds, but but can very useful in debugging problems on strange# architectures. With this rule, we can ask users to 'make foo.i' and send# the result to us.## It touches some automake internals ($COMPILE), but since it's not# build-critical, that's OK.%.i : %.c $(COMPILE) -E -o $@ $<amplot.gp: amplot.g cat $(srcdir)/amplot.g > amplot.gp.new echo "pause -1;" >> amplot.gp.new rm -f amplot.gp mv amplot.gp.new amplot.gp# 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 + -