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

📄 makefile.in

📁 非常著名的曲线拟合程序
💻 IN
📖 第 1 页 / 共 2 页
字号:
distclean-noinstPROGRAMS:maintainer-clean-noinstPROGRAMS:.c.o:	$(COMPILE) -c $<.s.o:	$(COMPILE) -c $<.S.o:	$(COMPILE) -c $<mostlyclean-compile:	-rm -f *.o core *.coreclean-compile:distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:.c.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<.s.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo:	$(LIBTOOL) --mode=compile $(COMPILE) -c $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:maintainer-clean-libtool:gala1: $(gala1_OBJECTS) $(gala1_DEPENDENCIES)	@rm -f gala1	$(CXXLINK) $(gala1_LDFLAGS) $(gala1_OBJECTS) $(gala1_LDADD) $(LIBS)gausskd: $(gausskd_OBJECTS) $(gausskd_DEPENDENCIES)	@rm -f gausskd	$(CXXLINK) $(gausskd_LDFLAGS) $(gausskd_OBJECTS) $(gausskd_LDADD) $(LIBS)jack_test: $(jack_test_OBJECTS) $(jack_test_DEPENDENCIES)	@rm -f jack_test	$(CXXLINK) $(jack_test_LDFLAGS) $(jack_test_OBJECTS) $(jack_test_LDADD) $(LIBS)linreg: $(linreg_OBJECTS) $(linreg_DEPENDENCIES)	@rm -f linreg	$(CXXLINK) $(linreg_LDFLAGS) $(linreg_OBJECTS) $(linreg_LDADD) $(LIBS)perm1: $(perm1_OBJECTS) $(perm1_DEPENDENCIES)	@rm -f perm1	$(CXXLINK) $(perm1_LDFLAGS) $(perm1_OBJECTS) $(perm1_LDADD) $(LIBS)rand1: $(rand1_OBJECTS) $(rand1_DEPENDENCIES)	@rm -f rand1	$(CXXLINK) $(rand1_LDFLAGS) $(rand1_OBJECTS) $(rand1_LDADD) $(LIBS)random_bench: $(random_bench_OBJECTS) $(random_bench_DEPENDENCIES)	@rm -f random_bench	$(CXXLINK) $(random_bench_LDFLAGS) $(random_bench_OBJECTS) $(random_bench_LDADD) $(LIBS)shapiro_wilks: $(shapiro_wilks_OBJECTS) $(shapiro_wilks_DEPENDENCIES)	@rm -f shapiro_wilks	$(CXXLINK) $(shapiro_wilks_LDFLAGS) $(shapiro_wilks_OBJECTS) $(shapiro_wilks_LDADD) $(LIBS)test_ascii_import: $(test_ascii_import_OBJECTS) $(test_ascii_import_DEPENDENCIES)	@rm -f test_ascii_import	$(CXXLINK) $(test_ascii_import_LDFLAGS) $(test_ascii_import_OBJECTS) $(test_ascii_import_LDADD) $(LIBS)test_gof: $(test_gof_OBJECTS) $(test_gof_DEPENDENCIES)	@rm -f test_gof	$(CXXLINK) $(test_gof_LDFLAGS) $(test_gof_OBJECTS) $(test_gof_LDADD) $(LIBS)test_matrix: $(test_matrix_OBJECTS) $(test_matrix_DEPENDENCIES)	@rm -f test_matrix	$(CXXLINK) $(test_matrix_LDFLAGS) $(test_matrix_OBJECTS) $(test_matrix_LDADD) $(LIBS)test_normal_ci: $(test_normal_ci_OBJECTS) $(test_normal_ci_DEPENDENCIES)	@rm -f test_normal_ci	$(CXXLINK) $(test_normal_ci_LDFLAGS) $(test_normal_ci_OBJECTS) $(test_normal_ci_LDADD) $(LIBS)test_regression: $(test_regression_OBJECTS) $(test_regression_DEPENDENCIES)	@rm -f test_regression	$(CXXLINK) $(test_regression_LDFLAGS) $(test_regression_OBJECTS) $(test_regression_LDADD) $(LIBS)test_runs: $(test_runs_OBJECTS) $(test_runs_DEPENDENCIES)	@rm -f test_runs	$(CXXLINK) $(test_runs_LDFLAGS) $(test_runs_OBJECTS) $(test_runs_LDADD) $(LIBS)tiny: $(tiny_OBJECTS) $(tiny_DEPENDENCIES)	@rm -f tiny	$(CXXLINK) $(tiny_LDFLAGS) $(tiny_OBJECTS) $(tiny_LDADD) $(LIBS)wilcoxon_table: $(wilcoxon_table_OBJECTS) $(wilcoxon_table_DEPENDENCIES)	@rm -f wilcoxon_table	$(CXXLINK) $(wilcoxon_table_LDFLAGS) $(wilcoxon_table_OBJECTS) $(wilcoxon_table_LDADD) $(LIBS).cpp.o:	$(CXXCOMPILE) -c $<.cpp.lo:	$(LTCXXCOMPILE) -c $<tags: 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 = examplesdistdir: $(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; \	donegala1.o: gala1.cpp ../config.h ../src/util/Random.h ../src/linear/gala.h \	../src/util/RCMatrix.h ../src/util/RCArray.hgausskd.o: gausskd.cpp ../config.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/KernelDE.h \	../src/stats/MetaCurve.hjack_test.o: jack_test.cpp ../config.h ../src/stats/jackknife.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.hlinreg.o: linreg.cpp ../config.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.h \	../src/util/ConfInt.hperm1.o: perm1.cpp ../config.h ../src/util/Permutation.h \	../src/util/RCArray.h ../src/util/Random.h \	../src/util/Exception.hrand1.o: rand1.cpp ../config.h ../src/util/Random.hrandom_bench.o: random_bench.cpp ../config.h ../src/util/Random.hshapiro_wilks.o: shapiro_wilks.cpp ../src/util/Random.h \	../src/stats/normality_testing.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.htest_ascii_import.o: test_ascii_import.cpp ../config.h \	../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.htest_gof.o: test_gof.cpp ../config.h ../src/util/Random.h \	../src/stats/fit.htest_matrix.o: test_matrix.cpp ../config.h ../src/util/Random.h \	../src/linear/gala.h ../src/util/RCMatrix.h \	../src/util/RCArray.htest_normal_ci.o: test_normal_ci.cpp ../config.h ../src/util/Random.h \	../src/stats/descriptive.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/parametric_estimation.h ../src/util/ConfInt.htest_regression.o: test_regression.cpp ../config.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.h ../src/util/ConfInt.h \	../src/stats/PolynomialRegression.htest_runs.o: test_runs.cpp ../config.h ../src/util/Random.h \	../src/stats/runs.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.htiny.o: tiny.cpp ../config.h ../src/util/Random.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/runs.h \	../src/util/ConfInt.hwilcoxon_table.o: wilcoxon_table.cpp ../src/specfns/specfns.h \	../src/specfns/specfns_protos.h ../src/stats/wilcoxon.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.hinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am:install-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am:uninstall: uninstall-amall-am: Makefile $(PROGRAMS)all-redirect: all-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:mostlyclean-generic:clean-generic:distclean-generic:	-rm -f Makefile $(CONFIG_CLEAN_FILES)	-rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \		mostlyclean-libtool mostlyclean-tags \		mostlyclean-genericmostlyclean: mostlyclean-amclean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \		clean-generic mostlyclean-amclean: clean-amdistclean-am:  distclean-noinstPROGRAMS distclean-compile \		distclean-libtool distclean-tags distclean-generic \		clean-am	-rm -f libtooldistclean: distclean-ammaintainer-clean-am:  maintainer-clean-noinstPROGRAMS \		maintainer-clean-compile maintainer-clean-libtool \		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-noinstPROGRAMS distclean-noinstPROGRAMS \clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile mostlyclean-libtool distclean-libtool \clean-libtool maintainer-clean-libtool 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-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# 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 + -