File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ospf6d / Makefile.am
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:12 2016 UTC (7 years, 8 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

    1: ## Process this file with automake to produce Makefile.in.
    2: 
    3: AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
    4: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
    5: INSTALL_SDATA=@INSTALL@ -m 600
    6: 
    7: AM_CFLAGS = $(WERROR)
    8: 
    9: noinst_LIBRARIES = libospf6.a
   10: sbin_PROGRAMS = ospf6d
   11: 
   12: libospf6_a_SOURCES = \
   13: 	ospf6_network.c ospf6_message.c ospf6_lsa.c ospf6_lsdb.c \
   14: 	ospf6_top.c ospf6_area.c ospf6_interface.c ospf6_neighbor.c \
   15: 	ospf6_flood.c ospf6_route.c ospf6_intra.c ospf6_zebra.c \
   16: 	ospf6_spf.c ospf6_proto.c ospf6_asbr.c ospf6_abr.c ospf6_snmp.c \
   17: 	ospf6d.c
   18: 
   19: noinst_HEADERS = \
   20: 	ospf6_network.h ospf6_message.h ospf6_lsa.h ospf6_lsdb.h \
   21: 	ospf6_top.h ospf6_area.h ospf6_interface.h ospf6_neighbor.h \
   22: 	ospf6_flood.h ospf6_route.h ospf6_intra.h ospf6_zebra.h \
   23: 	ospf6_spf.h ospf6_proto.h ospf6_asbr.h ospf6_abr.h ospf6_snmp.h \
   24: 	ospf6d.h
   25: 
   26: ospf6d_SOURCES = \
   27: 	ospf6_main.c $(libospf6_a_SOURCES)
   28: 
   29: ospf6d_LDADD = ../lib/libzebra.la @LIBCAP@
   30: 
   31: examplesdir = $(exampledir)
   32: dist_examples_DATA = ospf6d.conf.sample

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>