File: Makefile.am

package info (click to toggle)
njamd 0.9.3pre2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,704 kB
  • ctags: 1,056
  • sloc: ansic: 9,367; sh: 7,921; makefile: 121; perl: 52
file content (13 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
CFLAGS := @CFLAGS@
EXTRA_DIST = README run_tests.pl

noinst_PROGRAMS = allocfree  realloc memalign dblfree  overflow  postfree  underflow alignment dltest file-mmap signal xstructor

LDFLAGS = -L$(top_srcdir)/src/lib
LDADD = -lnjamd
dltest_LDADD = @LPTHREAD@
dltest_CFLAGS = -pthread
dltest_LDFLAGS = -pthread

TESTS_ENVIRONMENT = LD_LIBRARY_PATH=$(top_srcdir)/src/lib/.libs
TESTS = allocfree realloc memalign overflow underflow dblfree postfree alignment dltest file-mmap signal xstructor