blob: bfe2e947793bffa898bc7a4a4f35d8f5e6f144aa [file] [log] [blame]
jardineb5d44e2003-12-23 08:09:43 +00001## Process this file with automake to produce Makefile.in.
2
David Lamparter237aac52014-06-28 22:23:10 +02003AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib \
hassof695b012005-04-02 19:03:39 +00004 @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
Paul Jakma52c0bc72015-08-20 21:30:17 +01009AM_CFLAGS = $(WERROR)
Paul P Komkoff Jr46bc0e42008-08-13 16:17:04 +010010
jardineb5d44e2003-12-23 08:09:43 +000011noinst_LIBRARIES = libisis.a
12sbin_PROGRAMS = isisd
paula8f03df2005-04-10 15:58:10 +000013SUBDIRS = topology
jardineb5d44e2003-12-23 08:09:43 +000014
15libisis_a_SOURCES = \
16 isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
Paul Jakma238497f2007-08-07 18:49:18 +000017 isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
jardineb5d44e2003-12-23 08:09:43 +000018 isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
David Lamparter3732cba2016-07-29 16:19:40 +020019 isis_spf.c isis_redist.c isis_route.c isis_routemap.c isis_te.c \
20 isis_vty.c
jardineb5d44e2003-12-23 08:09:43 +000021
22
23noinst_HEADERS = \
24 isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
25 isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
26 isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
Christian Frankeacf98652015-11-12 14:24:22 +010027 iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_redist.h \
Olivier Dugeon4f593572016-04-19 19:03:05 +020028 isis_route.h isis_routemap.h isis_te.h \
paul41ad8782003-12-30 11:09:00 +000029 include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
jardineb5d44e2003-12-23 08:09:43 +000030
31isisd_SOURCES = \
David Lamparter745bf052010-02-02 21:49:35 +010032 isis_main.c $(libisis_a_SOURCES) \
33 isis_bpf.c isis_dlpi.c isis_pfpacket.c
jardineb5d44e2003-12-23 08:09:43 +000034
David Lamparter745bf052010-02-02 21:49:35 +010035isisd_LDADD = @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@
jardineb5d44e2003-12-23 08:09:43 +000036
paul41ad8782003-12-30 11:09:00 +000037examplesdir = $(exampledir)
38dist_examples_DATA = isisd.conf.sample