File: Makefile.am

package info (click to toggle)
iml 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: sh: 19,923; ansic: 6,900; makefile: 73
file content (19 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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-largeentry


test_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)