⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 IML package provides efficient routines to solve nonsingular systems of linear equations, certifie
💻 AM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -