blob: 9c3033906db1e05ae309e1b4f5eb926b460d024f [file] [log] [blame]
jardineb5d44e2003-12-23 08:09:43 +00001## Process this file with automake to produce Makefile.in.
2
hassof695b012005-04-02 19:03:39 +00003INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib \
4 @ISIS_TOPOLOGY_INCLUDES@
jardineb5d44e2003-12-23 08:09:43 +00005DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
6INSTALL_SDATA=@INSTALL@ -m 600
7LIBS = @LIBS@
Paul P Komkoff Jr46bc0e42008-08-13 16:17:04 +01008
9AM_CFLAGS = $(PICFLAGS)
10AM_LDFLAGS = $(PILDFLAGS)
11
jardineb5d44e2003-12-23 08:09:43 +000012noinst_LIBRARIES = libisis.a
13sbin_PROGRAMS = isisd
paula8f03df2005-04-10 15:58:10 +000014SUBDIRS = topology
jardineb5d44e2003-12-23 08:09:43 +000015
Paul Jakma238497f2007-08-07 18:49:18 +000016isis_method = @ISIS_METHOD@
17
jardineb5d44e2003-12-23 08:09:43 +000018libisis_a_SOURCES = \
19 isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
Paul Jakma238497f2007-08-07 18:49:18 +000020 isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
jardineb5d44e2003-12-23 08:09:43 +000021 isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
22 isis_spf.c isis_route.c isis_routemap.c
23
24
25noinst_HEADERS = \
26 isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
27 isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
28 isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
paul41ad8782003-12-30 11:09:00 +000029 iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \
30 include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
jardineb5d44e2003-12-23 08:09:43 +000031
32isisd_SOURCES = \
33 isis_main.c $(libisis_a_SOURCES)
34
Paul Jakma238497f2007-08-07 18:49:18 +000035isisd_LDADD = $(isis_method) @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@
36
37isisd_DEPENDENCIES = $(isis_method)
38
39EXTRA_DIST = isis_bpf.c isis_dlpi.c isis_pfpacket.c
jardineb5d44e2003-12-23 08:09:43 +000040
paul41ad8782003-12-30 11:09:00 +000041examplesdir = $(exampledir)
42dist_examples_DATA = isisd.conf.sample