makefile.am

来自「IML package provides efficient routines 」· AM 代码 · 共 20 行

AM
20
字号
AM_CFLAGS = -I/$(top_srcdir)/src  $(GMP_CFLAGS) $(ATLAS_CFLAGS)TESTLIB = $(top_builddir)/src/libiml.la $(ATLAS_LIBS) $(GMP_LIBS)TESTS = test-smallentry$(EXEEXT) test-largeentry$(EXEEXT)EXTRA_PROGRAMS = test-smallentry test-largeentrytest_smallentry_SOURCES = test-smallentry.c test_smallentry_CFLAGS = $(AM_CFLAGS)test_smallentry_LDADD = $(TESTLIB)test_largeentry_SOURCES = test-largeentry.c test_largeentry_CFLAGS = $(AM_CFLAGS)test_largeentry_LDADD = $(TESTLIB)

⌨️ 快捷键说明

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