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

📄 makefile.in

📁 非常著名的曲线拟合程序
💻 IN
📖 第 1 页 / 共 2 页
字号:
	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)distclean-binPROGRAMS:maintainer-clean-binPROGRAMS:install-binPROGRAMS: $(bin_PROGRAMS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(bindir)	@list='$(bin_PROGRAMS)'; for p in $$list; do \	  if test -f $$p; then \	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \	  else :; fi; \	doneuninstall-binPROGRAMS:	@$(NORMAL_UNINSTALL)	list='$(bin_PROGRAMS)'; for p in $$list; do \	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \	donegooseshell: $(gooseshell_OBJECTS) $(gooseshell_DEPENDENCIES)	@rm -f gooseshell	$(CXXLINK) $(gooseshell_LDFLAGS) $(gooseshell_OBJECTS) $(gooseshell_LDADD) $(LIBS).cpp.o:	$(CXXCOMPILE) -c $<.cpp.lo:	$(LTCXXCOMPILE) -c $<install-libgoose_guileincludeHEADERS: $(libgoose_guileinclude_HEADERS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libgoose_guileincludedir)	@list='$(libgoose_guileinclude_HEADERS)'; for p in $$list; do \	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgoose_guileincludedir)/$$p"; \	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgoose_guileincludedir)/$$p; \	doneuninstall-libgoose_guileincludeHEADERS:	@$(NORMAL_UNINSTALL)	list='$(libgoose_guileinclude_HEADERS)'; for p in $$list; do \	  rm -f $(DESTDIR)$(libgoose_guileincludedir)/$$p; \	donetags: TAGSID: $(HEADERS) $(SOURCES) $(LISP)	list='$(SOURCES) $(HEADERS)'; \	unique=`for i in $$list; do echo $$i; done | \	  awk '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	here=`pwd` && cd $(srcdir) \	  && mkid -f$$here/ID $$unique $(LISP)TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)'; \	unique=`for i in $$list; do echo $$i; done | \	  awk '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags:	-rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = src/guiledistdir: $(DISTFILES)	@for file in $(DISTFILES); do \	  d=$(srcdir); \	  if test -d $$d/$$file; then \	    cp -pr $$/$$file $(distdir)/$$file; \	  else \	    test -f $(distdir)/$$file \	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \	    || cp -p $$d/$$file $(distdir)/$$file || :; \	  fi; \	doneAsciiImport_smob.lo AsciiImport_smob.o : AsciiImport_smob.cpp \	../../src/containers/AsciiImport.h \	../../src/containers/DataSet.h ../../src/util/Random.h \	../../src/util/DataConverter.h ../../src/util/stringtools.h \	../../src/containers/ColumnDivider.h \	../../src/containers/AsciiReader.h \	../../src/util/WarningController.h ../../src/util/Exception.h \	../../src/util/Progress.h guilegoose.h ../../src/util/ConfInt.h \	../../src/containers/RealSet.h ../../src/util/RCArray.h \	../../src/util/Permutation.h ../../src/stats/LinearRegression.hConfInt_smob.lo ConfInt_smob.o : ConfInt_smob.cpp \	../../src/util/ConfInt.h guilegoose.h \	../../src/containers/RealSet.h ../../src/util/stringtools.h \	../../src/util/RCArray.h ../../src/util/Permutation.h \	../../src/util/Random.h ../../src/util/Exception.h \	../../src/containers/DataSet.h ../../src/util/DataConverter.h \	../../src/stats/LinearRegression.hLinearRegression_smob.lo LinearRegression_smob.o : \	LinearRegression_smob.cpp ../../src/stats/LinearRegression.h \	../../src/containers/RealSet.h ../../src/util/stringtools.h \	../../src/util/RCArray.h ../../src/util/Permutation.h \	../../src/util/Random.h ../../src/util/Exception.h \	../../src/containers/DataSet.h ../../src/util/DataConverter.h \	../../src/util/ConfInt.h guilegoose.h snarf.h \	LinearRegression_smob.xRandom_smob.lo Random_smob.o : Random_smob.cpp ../../src/util/Random.h \	guilegoose.h ../../src/util/ConfInt.h \	../../src/containers/RealSet.h ../../src/util/stringtools.h \	../../src/util/RCArray.h ../../src/util/Permutation.h \	../../src/util/Exception.h ../../src/containers/DataSet.h \	../../src/util/DataConverter.h \	../../src/stats/LinearRegression.h snarf.h Random_smob.xRealSet_smob.lo RealSet_smob.o : RealSet_smob.cpp \	../../src/containers/RealSet.h ../../src/util/stringtools.h \	../../src/util/RCArray.h ../../src/util/Permutation.h \	../../src/util/Random.h ../../src/util/Exception.h \	../../src/containers/DataSet.h ../../src/util/DataConverter.h \	../../src/stats/descriptive.h guilegoose.h \	../../src/util/ConfInt.h ../../src/stats/LinearRegression.h \	snarf.h RealSet_smob.xbootstrap_wrap.lo bootstrap_wrap.o : bootstrap_wrap.cpp \	../../src/stats/bootstrap.h ../../src/containers/RealSet.h \	../../src/util/stringtools.h ../../src/util/RCArray.h \	../../src/util/Permutation.h ../../src/util/Random.h \	../../src/util/Exception.h ../../src/containers/DataSet.h \	../../src/util/DataConverter.h guilegoose.h \	../../src/util/ConfInt.h ../../src/stats/LinearRegression.h \	snarf.h bootstrap_wrap.xgooseshell.o: gooseshell.cpp guilegoose.h ../../src/util/ConfInt.h \	../../src/containers/RealSet.h ../../src/util/stringtools.h \	../../src/util/RCArray.h ../../src/util/Permutation.h \	../../src/util/Random.h ../../src/util/Exception.h \	../../src/containers/DataSet.h ../../src/util/DataConverter.h \	../../src/stats/LinearRegression.hguilegoose.lo guilegoose.o : guilegoose.cpp guilegoose.h \	../../src/util/ConfInt.h ../../src/containers/RealSet.h \	../../src/util/stringtools.h ../../src/util/RCArray.h \	../../src/util/Permutation.h ../../src/util/Random.h \	../../src/util/Exception.h ../../src/containers/DataSet.h \	../../src/util/DataConverter.h \	../../src/stats/LinearRegression.hpest_wrap.lo pest_wrap.o : pest_wrap.cpp \	../../src/stats/parametric_estimation.h \	../../src/util/ConfInt.h ../../src/containers/RealSet.h \	../../src/util/stringtools.h ../../src/util/RCArray.h \	../../src/util/Permutation.h ../../src/util/Random.h \	../../src/util/Exception.h ../../src/containers/DataSet.h \	../../src/util/DataConverter.h guilegoose.h \	../../src/stats/LinearRegression.h snarf.h pest_wrap.xspecfns_smob.lo specfns_smob.o : specfns_smob.cpp \	../../src/specfns/specfns.h ../../src/specfns/specfns_protos.h \	guilegoose.h ../../src/util/ConfInt.h \	../../src/containers/RealSet.h ../../src/util/stringtools.h \	../../src/util/RCArray.h ../../src/util/Permutation.h \	../../src/util/Random.h ../../src/util/Exception.h \	../../src/containers/DataSet.h ../../src/util/DataConverter.h \	../../src/stats/LinearRegression.hinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am: install-libLTLIBRARIES install-binPROGRAMSinstall-exec: install-exec-aminstall-data-am: install-libgoose_guileincludeHEADERS install-data-localinstall-data: install-data-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \		uninstall-libgoose_guileincludeHEADERSuninstall: uninstall-amall-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)all-redirect: all-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \		$(DESTDIR)$(libgoose_guileincludedir)mostlyclean-generic:clean-generic:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic:	-rm -f Makefile $(CONFIG_CLEAN_FILES)	-rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:	-test -z "$(BUILT_SOURCES)$(MAINTAINERCLEANFILES)" || rm -f $(BUILT_SOURCES) $(MAINTAINERCLEANFILES)mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \		mostlyclean-libtool mostlyclean-binPROGRAMS \		mostlyclean-tags mostlyclean-genericmostlyclean: mostlyclean-amclean-am:  clean-libLTLIBRARIES clean-compile clean-libtool \		clean-binPROGRAMS clean-tags clean-generic \		mostlyclean-amclean: clean-amdistclean-am:  distclean-libLTLIBRARIES distclean-compile \		distclean-libtool distclean-binPROGRAMS distclean-tags \		distclean-generic clean-am	-rm -f libtooldistclean: distclean-ammaintainer-clean-am:  maintainer-clean-libLTLIBRARIES \		maintainer-clean-compile maintainer-clean-libtool \		maintainer-clean-binPROGRAMS maintainer-clean-tags \		maintainer-clean-generic distclean-am	@echo "This command is intended for maintainers to use;"	@echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \distclean-compile clean-compile maintainer-clean-compile \mostlyclean-libtool distclean-libtool clean-libtool \maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \install-binPROGRAMS uninstall-libgoose_guileincludeHEADERS \install-libgoose_guileincludeHEADERS tags mostlyclean-tags \distclean-tags clean-tags maintainer-clean-tags distdir info-am info \dvi-am dvi check check-am installcheck-am installcheck install-exec-am \install-exec install-data-local install-data-am install-data install-am \install uninstall-am uninstall all-redirect all-am all installdirs \mostlyclean-generic distclean-generic clean-generic \maintainer-clean-generic clean mostlyclean distclean maintainer-clean# just use `make CC=g++' and the revised guile-snarf which uses ${CC} will work# for C++ prototype extraction%.x: %.cpp	$(CXX) -E -DSCM_MAGIC_SNARFER $(INCLUDES) $< | awk 'BEGIN{foo=0} /%%%start/{foo=1} foo==1{print $0}/%%%end/{foo=0}' | sed -e 's/.*\%\%\%start//g' | sed -e 's/\%\%\%end.*//g' > $@#install .scm filesinstall-data-local:	$(mkinstalldirs) $(goosemoduledir)	$(INSTALL_DATA) $(srcdir)/gooseboot.scm  $(goosemoduledir)/gooseboot.scm	$(INSTALL_DATA) $(srcdir)/Random_smob.scm  $(goosemoduledir)/Random_smob.scm	$(INSTALL_DATA) $(srcdir)/RealSet_smob.scm  $(goosemoduledir)/RealSet_smob.scm# 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 + -