makefile.am

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

AM
56
字号
## $Id: Makefile.am,v 1.9 1999/07/20 20:09:36 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.laEXTRA_DIST = runtests.pl READMEnoinst_PROGRAMS = \	test_A001 \	test_A002 \	test_B001 \	test_B002 \	test_B003 \	test_B004 \	test_B005 \	test_B006 \	test_B007 \	test_E001 \	test_E002 \	test_E003 \	test_E004 \	test_G001 \	test_H001test_A001_SOURCES = test_A001.cpptest_A002_SOURCES = test_A002.cpptest_B001_SOURCES = test_B001.cpptest_B002_SOURCES = test_B002.cpptest_B003_SOURCES = test_B003.cpptest_B004_SOURCES = test_B004.cpptest_B005_SOURCES = test_B005.cpptest_B006_SOURCES = test_B006.cpptest_B007_SOURCES = test_B007.cpptest_E001_SOURCES = test_E001.cpptest_E002_SOURCES = test_E002.cpptest_E003_SOURCES = test_E003.cpptest_E004_SOURCES = test_E004.cpptest_G001_SOURCES = test_G001.cpptest_H001_SOURCES = test_H001.cpp## $Id: Makefile.am,v 1.9 1999/07/20 20:09:36 trow Exp $ ##

⌨️ 快捷键说明

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