blob: 859facd61170e764c0ba74bd57c437ca50779a17 [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@
8noinst_LIBRARIES = libisis.a
9sbin_PROGRAMS = isisd
paula8f03df2005-04-10 15:58:10 +000010SUBDIRS = topology
jardineb5d44e2003-12-23 08:09:43 +000011
Paul Jakma238497f2007-08-07 18:49:18 +000012isis_method = @ISIS_METHOD@
13
jardineb5d44e2003-12-23 08:09:43 +000014libisis_a_SOURCES = \
15 isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
Paul Jakma238497f2007-08-07 18:49:18 +000016 isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
jardineb5d44e2003-12-23 08:09:43 +000017 isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
18 isis_spf.c isis_route.c isis_routemap.c
19
20
21noinst_HEADERS = \
22 isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
23 isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
24 isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
paul41ad8782003-12-30 11:09:00 +000025 iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \
26 include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
jardineb5d44e2003-12-23 08:09:43 +000027
28isisd_SOURCES = \
29 isis_main.c $(libisis_a_SOURCES)
30
Paul Jakma238497f2007-08-07 18:49:18 +000031isisd_LDADD = $(isis_method) @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@
32
33isisd_DEPENDENCIES = $(isis_method)
34
35EXTRA_DIST = isis_bpf.c isis_dlpi.c isis_pfpacket.c
jardineb5d44e2003-12-23 08:09:43 +000036
paul41ad8782003-12-30 11:09:00 +000037examplesdir = $(exampledir)
38dist_examples_DATA = isisd.conf.sample