Annotation of embedaddon/quagga/ripd/Makefile.am, revision 1.1

1.1     ! misho       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 = librip.a
        !            11: sbin_PROGRAMS = ripd
        !            12: 
        !            13: librip_a_SOURCES = \
        !            14:        ripd.c rip_zebra.c rip_interface.c rip_debug.c rip_snmp.c \
        !            15:        rip_routemap.c rip_peer.c rip_offset.c
        !            16: 
        !            17: noinst_HEADERS = \
        !            18:        ripd.h rip_debug.h rip_interface.h
        !            19: 
        !            20: ripd_SOURCES = \
        !            21:        rip_main.c $(librip_a_SOURCES)
        !            22: 
        !            23: ripd_LDADD = ../lib/libzebra.la @LIBCAP@
        !            24: 
        !            25: examplesdir = $(exampledir)
        !            26: dist_examples_DATA = ripd.conf.sample
        !            27: 
        !            28: EXTRA_DIST = RIPv2-MIB.txt
        !            29: 

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