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 | 1f377b0 | 2005-09-10 18:00:11 +0000 | [diff] [blame] | 4 | noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \ |
Paul Jakma | 6d58272 | 2007-08-06 15:21:45 +0000 | [diff] [blame] | 5 | aspathtest testprivs teststream testbgpcap |
paul | 41c14a1 | 2004-07-26 19:27:51 +0000 | [diff] [blame] | 6 | testsig_SOURCES = test-sig.c |
paul | 4dcadf7 | 2005-04-13 03:31:35 +0000 | [diff] [blame] | 7 | testbuffer_SOURCES = test-buffer.c |
| 8 | testmemory_SOURCES = test-memory.c |
paul | 84771ee | 2005-10-11 03:48:28 +0000 | [diff] [blame] | 9 | testprivs_SOURCES = test-privs.c |
paul | 067fca8 | 2006-01-10 14:49:04 +0000 | [diff] [blame] | 10 | teststream_SOURCES = test-stream.c |
paul | 9f3f7a1 | 2005-04-25 16:42:24 +0000 | [diff] [blame] | 11 | heavy_SOURCES = heavy.c main.c |
| 12 | heavywq_SOURCES = heavy-wq.c main.c |
| 13 | heavythread_SOURCES = heavy-thread.c main.c |
paul | 1f377b0 | 2005-09-10 18:00:11 +0000 | [diff] [blame] | 14 | aspathtest_SOURCES = aspath_test.c |
Paul Jakma | 6d58272 | 2007-08-06 15:21:45 +0000 | [diff] [blame] | 15 | testbgpcap_SOURCES = bgp_capability_test.c |
paul | 41c14a1 | 2004-07-26 19:27:51 +0000 | [diff] [blame] | 16 | |
| 17 | testsig_LDADD = ../lib/libzebra.la @LIBCAP@ |
paul | 4dcadf7 | 2005-04-13 03:31:35 +0000 | [diff] [blame] | 18 | testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@ |
| 19 | testmemory_LDADD = ../lib/libzebra.la @LIBCAP@ |
paul | 84771ee | 2005-10-11 03:48:28 +0000 | [diff] [blame] | 20 | testprivs_LDADD = ../lib/libzebra.la @LIBCAP@ |
paul | 067fca8 | 2006-01-10 14:49:04 +0000 | [diff] [blame] | 21 | teststream_LDADD = ../lib/libzebra.la @LIBCAP@ |
paul | 9f3f7a1 | 2005-04-25 16:42:24 +0000 | [diff] [blame] | 22 | heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm |
| 23 | heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm |
paul | 1d2c893 | 2005-04-22 00:54:44 +0000 | [diff] [blame] | 24 | heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm |
paul | 1f377b0 | 2005-09-10 18:00:11 +0000 | [diff] [blame] | 25 | aspathtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a |
Paul Jakma | 6d58272 | 2007-08-06 15:21:45 +0000 | [diff] [blame] | 26 | testbgpcap_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a |