makefile.am

来自「非常著名的曲线拟合程序」· AM 代码 · 共 57 行

AM
57
字号
## $Id: Makefile.am,v 1.6 1999/06/03 19:27:22 trow Exp $ #### Include from the src directoryINCLUDES = \	$(GLIB_CFLAGS) \	-I$(top_srcdir)/src/specfns \	-I$(top_srcdir)/src/util \	-I$(top_srcdir)/src/linear \	-I$(top_srcdir)/src/containers \	-I$(top_srcdir)/src/stats \	-I$(includedir)	LDADD = \	$(GLIB_LIBS) \	$(top_builddir)/src/specfns/libgoose-specfns.la \	$(top_builddir)/src/util/libgoose-util.la \	$(top_builddir)/src/linear/libgoose-linear.la \	$(top_builddir)/src/containers/libgoose-containers.la \	$(top_builddir)/src/stats/libgoose-stats.lanoinst_PROGRAMS =  \	gala1 \	gausskd \	jack_test \	linreg \	perm1 \	rand1 \	random_bench \	shapiro_wilks \	test_ascii_import	\	test_gof \	test_matrix \	test_normal_ci \	test_regression \	test_runs \	tiny \	wilcoxon_tablegala1_SOURCES = gala1.cppgausskd_SOURCES = gausskd.cppjack_test_SOURCES = jack_test.cpplinreg_SOURCES = linreg.cppperm1_SOURCES = perm1.cpprand1_SOURCES = rand1.cpprandom_bench_SOURCES = random_bench.cppshapiro_wilks_SOURCES = shapiro_wilks.cpptest_ascii_import_SOURCES = test_ascii_import.cpptest_gof_SOURCES = test_gof.cpptest_matrix_SOURCES = test_matrix.cpptest_normal_ci_SOURCES = test_normal_ci.cpptest_regression_SOURCES = test_regression.cpptest_runs_SOURCES = test_runs.cpptiny_SOURCES = tiny.cppwilcoxon_table_SOURCES = wilcoxon_table.cpp## $Id: Makefile.am,v 1.6 1999/06/03 19:27:22 trow Exp $ ##

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?