File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ripngd / Makefile.am
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: ## Process this file with automake to produce Makefile.in.
    2: 
    3: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
    4: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
    5: INSTALL_SDATA=@INSTALL@ -m 600
    6: 
    7: AM_CFLAGS = $(PICFLAGS)
    8: AM_LDFLAGS = $(PILDFLAGS)
    9: 
   10: noinst_LIBRARIES = libripng.a
   11: sbin_PROGRAMS = ripngd
   12: 
   13: libripng_a_SOURCES = \
   14: 	ripng_interface.c ripngd.c ripng_zebra.c ripng_route.c ripng_debug.c \
   15: 	ripng_routemap.c ripng_offset.c ripng_peer.c ripng_nexthop.c
   16: 
   17: noinst_HEADERS = \
   18: 	ripng_debug.h ripng_route.h ripngd.h ripng_nexthop.h
   19: 
   20: ripngd_SOURCES = \
   21: 	ripng_main.c $(libripng_a_SOURCES)
   22: 
   23: ripngd_LDADD = ../lib/libzebra.la @LIBCAP@
   24: 
   25: examplesdir = $(exampledir)
   26: dist_examples_DATA = ripngd.conf.sample
   27: 

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