Annotation of embedaddon/quagga/tests/Makefile.am, revision 1.1.1.1

1.1       misho       1: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
                      2: DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
                      3: 
                      4: AM_CFLAGS = $(PICFLAGS)
                      5: AM_LDFLAGS = $(PILDFLAGS)
                      6: 
                      7: noinst_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \
                      8:                aspathtest testprivs teststream testbgpcap ecommtest \
                      9:                testbgpmpattr testchecksum
                     10: 
                     11: testsig_SOURCES = test-sig.c
                     12: testbuffer_SOURCES = test-buffer.c
                     13: testmemory_SOURCES = test-memory.c
                     14: testprivs_SOURCES = test-privs.c
                     15: teststream_SOURCES = test-stream.c
                     16: heavy_SOURCES = heavy.c main.c
                     17: heavywq_SOURCES = heavy-wq.c main.c
                     18: heavythread_SOURCES = heavy-thread.c main.c
                     19: aspathtest_SOURCES = aspath_test.c
                     20: testbgpcap_SOURCES = bgp_capability_test.c
                     21: ecommtest_SOURCES = ecommunity_test.c
                     22: testbgpmpattr_SOURCES =  bgp_mp_attr_test.c
                     23: testchecksum_SOURCES = test-checksum.c
                     24: 
                     25: testsig_LDADD = ../lib/libzebra.la @LIBCAP@
                     26: testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
                     27: testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
                     28: testprivs_LDADD = ../lib/libzebra.la @LIBCAP@
                     29: teststream_LDADD = ../lib/libzebra.la @LIBCAP@
                     30: heavy_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
                     31: heavywq_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
                     32: heavythread_LDADD = ../lib/libzebra.la @LIBCAP@ -lm
                     33: aspathtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a
                     34: testbgpcap_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a
                     35: ecommtest_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a
                     36: testbgpmpattr_LDADD = ../lib/libzebra.la @LIBCAP@ -lm ../bgpd/libbgp.a
                     37: testchecksum_LDADD = ../lib/libzebra.la @LIBCAP@ 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>