paul | 41c14a1 | 2004-07-26 19:27:51 +0000 | [diff] [blame] | 1 | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib |
| 2 | DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" |
| 3 | |
paul | 1d2c893 | 2005-04-22 00:54:44 +0000 | [diff] [blame] | 4 | noinst_PROGRAMS = testsig testbuffer testmemory heavy heavythread |
paul | 41c14a1 | 2004-07-26 19:27:51 +0000 | [diff] [blame] | 5 | testsig_SOURCES = test-sig.c |
paul | 4dcadf7 | 2005-04-13 03:31:35 +0000 | [diff] [blame] | 6 | testbuffer_SOURCES = test-buffer.c |
| 7 | testmemory_SOURCES = test-memory.c |
paul | 1d2c893 | 2005-04-22 00:54:44 +0000 | [diff] [blame] | 8 | heavy_SOURCES = heavy.c |
| 9 | heavythread_SOURCES = heavy-thread.c |
paul | 41c14a1 | 2004-07-26 19:27:51 +0000 | [diff] [blame] | 10 | |
| 11 | testsig_LDADD = ../lib/libzebra.la @LIBCAP@ |
paul | 4dcadf7 | 2005-04-13 03:31:35 +0000 | [diff] [blame] | 12 | testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@ |
| 13 | testmemory_LDADD = ../lib/libzebra.la @LIBCAP@ |
paul | 1d2c893 | 2005-04-22 00:54:44 +0000 | [diff] [blame] | 14 | heavy_LDADD = ../lib/libzebra.la @LIBCAP@ |
| 15 | heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm |