File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ripngd / 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 = libripng.a
   10: sbin_PROGRAMS = ripngd
   11: 
   12: libripng_a_SOURCES = \
   13: 	ripng_interface.c ripngd.c ripng_zebra.c ripng_route.c ripng_debug.c \
   14: 	ripng_routemap.c ripng_offset.c ripng_peer.c ripng_nexthop.c
   15: 
   16: noinst_HEADERS = \
   17: 	ripng_debug.h ripng_route.h ripngd.h ripng_nexthop.h
   18: 
   19: ripngd_SOURCES = \
   20: 	ripng_main.c $(libripng_a_SOURCES)
   21: 
   22: ripngd_LDADD = ../lib/libzebra.la @LIBCAP@
   23: 
   24: examplesdir = $(exampledir)
   25: dist_examples_DATA = ripngd.conf.sample
   26: 

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