jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
hasso | f695b01 | 2005-04-02 19:03:39 +0000 | [diff] [blame^] | 3 | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib \ |
| 4 | @ISIS_TOPOLOGY_INCLUDES@ |
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 |
hasso | f695b01 | 2005-04-02 19:03:39 +0000 | [diff] [blame^] | 10 | SUBDIRS = @ISIS_TOPOLOGY_DIR@ |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 11 | |
| 12 | libisis_a_SOURCES = \ |
| 13 | isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \ |
| 14 | isis_tlv.c isisd.c isis_misc.c isis_network.c isis_zebra.c isis_dr.c \ |
| 15 | isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \ |
| 16 | isis_spf.c isis_route.c isis_routemap.c |
| 17 | |
| 18 | |
| 19 | noinst_HEADERS = \ |
| 20 | isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \ |
| 21 | isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \ |
| 22 | 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] | 23 | iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \ |
| 24 | include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 25 | |
| 26 | isisd_SOURCES = \ |
| 27 | isis_main.c $(libisis_a_SOURCES) |
| 28 | |
hasso | f695b01 | 2005-04-02 19:03:39 +0000 | [diff] [blame^] | 29 | isisd_LDADD = @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@ |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 30 | |
paul | 41ad878 | 2003-12-30 11:09:00 +0000 | [diff] [blame] | 31 | examplesdir = $(exampledir) |
| 32 | dist_examples_DATA = isisd.conf.sample |