blob: de183913c47abdbffe89071834c37a3716bb98ac [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with automake to produce Makefile.in.
2
3INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6
7noinst_LIBRARIES = libospf6.a
8sbin_PROGRAMS = ospf6d
9
10libospf6_a_SOURCES = \
hasso508e53e2004-05-18 18:57:06 +000011 ospf6_network.c ospf6_message.c ospf6_lsa.c ospf6_lsdb.c \
12 ospf6_top.c ospf6_area.c ospf6_interface.c ospf6_neighbor.c \
13 ospf6_flood.c ospf6_route.c ospf6_intra.c ospf6_zebra.c \
14 ospf6_spf.c ospf6_proto.c ospf6_asbr.c ospf6d.c
paul718e3742002-12-13 20:15:29 +000015
16noinst_HEADERS = \
hasso508e53e2004-05-18 18:57:06 +000017 ospf6_network.h ospf6_message.h ospf6_lsa.h ospf6_lsdb.h \
18 ospf6_top.h ospf6_area.h ospf6_interface.h ospf6_neighbor.h \
19 ospf6_flood.h ospf6_route.h ospf6_intra.h ospf6_zebra.h \
20 ospf6_spf.h ospf6_proto.h ospf6_asbr.h ospf6d.h
paul718e3742002-12-13 20:15:29 +000021
22ospf6d_SOURCES = \
23 ospf6_main.c $(libospf6_a_SOURCES)
24
pauledd7c242003-06-04 13:59:38 +000025ospf6d_LDADD = -L../lib -lzebra @LIBCAP@
paul718e3742002-12-13 20:15:29 +000026
gdtd6b72f72003-12-03 17:24:27 +000027examplesdir = $(exampledir)
28dist_examples_DATA = ospf6d.conf.sample