blob: 7993643dcc89bf4ebbf7f64ba9925dd080698106 [file] [log] [blame]
jardineb5d44e2003-12-23 08:09:43 +00001## Process this file with automake to produce Makefile.in.
2
3# INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -Itopology
hasso2d582282005-03-28 15:29:07 +00004INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
jardineb5d44e2003-12-23 08:09:43 +00005DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
6INSTALL_SDATA=@INSTALL@ -m 600
7LIBS = @LIBS@
8noinst_LIBRARIES = libisis.a
9sbin_PROGRAMS = isisd
10
11libisis_a_SOURCES = \
12 isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
13 isis_tlv.c isisd.c isis_misc.c isis_network.c isis_zebra.c isis_dr.c \
14 isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
15 isis_spf.c isis_route.c isis_routemap.c
16
17
18noinst_HEADERS = \
19 isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
20 isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
21 isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
paul41ad8782003-12-30 11:09:00 +000022 iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \
23 include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
jardineb5d44e2003-12-23 08:09:43 +000024
25isisd_SOURCES = \
26 isis_main.c $(libisis_a_SOURCES)
27
gdtb7a97f82004-07-23 16:23:56 +000028isisd_LDADD = ../lib/libzebra.la @LIBCAP@
jardineb5d44e2003-12-23 08:09:43 +000029
paul41ad8782003-12-30 11:09:00 +000030examplesdir = $(exampledir)
31dist_examples_DATA = isisd.conf.sample