📄 makefile.in
字号:
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-noinstPROGRAMS:clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)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:test_A001: $(test_A001_OBJECTS) $(test_A001_DEPENDENCIES) @rm -f test_A001 $(CXXLINK) $(test_A001_LDFLAGS) $(test_A001_OBJECTS) $(test_A001_LDADD) $(LIBS)test_A002: $(test_A002_OBJECTS) $(test_A002_DEPENDENCIES) @rm -f test_A002 $(CXXLINK) $(test_A002_LDFLAGS) $(test_A002_OBJECTS) $(test_A002_LDADD) $(LIBS)test_B001: $(test_B001_OBJECTS) $(test_B001_DEPENDENCIES) @rm -f test_B001 $(CXXLINK) $(test_B001_LDFLAGS) $(test_B001_OBJECTS) $(test_B001_LDADD) $(LIBS)test_B002: $(test_B002_OBJECTS) $(test_B002_DEPENDENCIES) @rm -f test_B002 $(CXXLINK) $(test_B002_LDFLAGS) $(test_B002_OBJECTS) $(test_B002_LDADD) $(LIBS)test_B003: $(test_B003_OBJECTS) $(test_B003_DEPENDENCIES) @rm -f test_B003 $(CXXLINK) $(test_B003_LDFLAGS) $(test_B003_OBJECTS) $(test_B003_LDADD) $(LIBS)test_B004: $(test_B004_OBJECTS) $(test_B004_DEPENDENCIES) @rm -f test_B004 $(CXXLINK) $(test_B004_LDFLAGS) $(test_B004_OBJECTS) $(test_B004_LDADD) $(LIBS)test_B005: $(test_B005_OBJECTS) $(test_B005_DEPENDENCIES) @rm -f test_B005 $(CXXLINK) $(test_B005_LDFLAGS) $(test_B005_OBJECTS) $(test_B005_LDADD) $(LIBS)test_B006: $(test_B006_OBJECTS) $(test_B006_DEPENDENCIES) @rm -f test_B006 $(CXXLINK) $(test_B006_LDFLAGS) $(test_B006_OBJECTS) $(test_B006_LDADD) $(LIBS)test_B007: $(test_B007_OBJECTS) $(test_B007_DEPENDENCIES) @rm -f test_B007 $(CXXLINK) $(test_B007_LDFLAGS) $(test_B007_OBJECTS) $(test_B007_LDADD) $(LIBS)test_E001: $(test_E001_OBJECTS) $(test_E001_DEPENDENCIES) @rm -f test_E001 $(CXXLINK) $(test_E001_LDFLAGS) $(test_E001_OBJECTS) $(test_E001_LDADD) $(LIBS)test_E002: $(test_E002_OBJECTS) $(test_E002_DEPENDENCIES) @rm -f test_E002 $(CXXLINK) $(test_E002_LDFLAGS) $(test_E002_OBJECTS) $(test_E002_LDADD) $(LIBS)test_E003: $(test_E003_OBJECTS) $(test_E003_DEPENDENCIES) @rm -f test_E003 $(CXXLINK) $(test_E003_LDFLAGS) $(test_E003_OBJECTS) $(test_E003_LDADD) $(LIBS)test_E004: $(test_E004_OBJECTS) $(test_E004_DEPENDENCIES) @rm -f test_E004 $(CXXLINK) $(test_E004_LDFLAGS) $(test_E004_OBJECTS) $(test_E004_LDADD) $(LIBS)test_G001: $(test_G001_OBJECTS) $(test_G001_DEPENDENCIES) @rm -f test_G001 $(CXXLINK) $(test_G001_LDFLAGS) $(test_G001_OBJECTS) $(test_G001_LDADD) $(LIBS)test_H001: $(test_H001_OBJECTS) $(test_H001_DEPENDENCIES) @rm -f test_H001 $(CXXLINK) $(test_H001_LDFLAGS) $(test_H001_OBJECTS) $(test_H001_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 = testdistdir: $(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; \ donetest_A001.o: test_A001.cpp ../config.h ../src/linear/gala.h \ ../src/util/RCMatrix.h ../src/util/RCArray.htest_A002.o: test_A002.cpp ../config.h ../src/util/zdouble.htest_B001.o: test_B001.cpp ../src/specfns/specfns.h \ ../src/specfns/specfns_protos.htest_B002.o: test_B002.cpp ../src/specfns/specfns.h \ ../src/specfns/specfns_protos.htest_B003.o: test_B003.cpp ../src/specfns/specfns.h \ ../src/specfns/specfns_protos.htest_B004.o: test_B004.cpp ../src/specfns/specfns.h \ ../src/specfns/specfns_protos.htest_B005.o: test_B005.cpp ../src/specfns/specfns.h \ ../src/specfns/specfns_protos.htest_B006.o: test_B006.cpp ../src/specfns/specfns.h \ ../src/specfns/specfns_protos.htest_B007.o: test_B007.cpp ../src/util/Random.h ../src/specfns/specfns.h \ ../src/specfns/specfns_protos.htest_E001.o: test_E001.cpp ../config.h ../src/stats/descriptive.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.htest_E002.o: test_E002.cpp ../config.h ../src/containers/HoleSet.h \ ../src/util/DataConverter.h ../src/containers/DataSet.h \ ../src/util/Random.h ../src/containers/RealSet.h \ ../src/util/stringtools.h ../src/util/RCArray.h \ ../src/util/Permutation.h ../src/util/Exception.htest_E003.o: test_E003.cpp ../src/containers/DateSet.h \ ../src/util/RCArray.h ../src/util/Exception.h \ ../src/util/DataConverter.h ../src/containers/DataSet.h \ ../src/util/Random.htest_E004.o: test_E004.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 \ ../src/containers/RealSet.h ../src/util/RCArray.h \ ../src/util/Permutation.htest_G001.o: test_G001.cpp ../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/LinearRegression.h \ ../src/util/ConfInt.htest_H001.o: test_H001.cpp ../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/bootstrap.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 + -