jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
| 3 | # INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -Itopology |
hasso | 2d58228 | 2005-03-28 15:29:07 +0000 | [diff] [blame^] | 4 | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 5 | DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" |
| 6 | INSTALL_SDATA=@INSTALL@ -m 600 |
| 7 | LIBS = @LIBS@ |
| 8 | noinst_LIBRARIES = libisis.a |
| 9 | sbin_PROGRAMS = isisd |
| 10 | |
| 11 | libisis_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 | |
| 18 | noinst_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 \ |
paul | 41ad878 | 2003-12-30 11:09:00 +0000 | [diff] [blame] | 22 | 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 |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 24 | |
| 25 | isisd_SOURCES = \ |
| 26 | isis_main.c $(libisis_a_SOURCES) |
| 27 | |
gdt | b7a97f8 | 2004-07-23 16:23:56 +0000 | [diff] [blame] | 28 | isisd_LDADD = ../lib/libzebra.la @LIBCAP@ |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 29 | |
paul | 41ad878 | 2003-12-30 11:09:00 +0000 | [diff] [blame] | 30 | examplesdir = $(exampledir) |
| 31 | dist_examples_DATA = isisd.conf.sample |