📄 makefile.am
字号:
## $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -