Annotation of embedaddon/quagga/babeld/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 = libbabel.a
        !            11: sbin_PROGRAMS = babeld
        !            12: 
        !            13: libbabel_a_SOURCES = \
        !            14:        babel_zebra.c net.c kernel.c util.c source.c neighbour.c        \
        !            15:        route.c xroute.c message.c resend.c babel_interface.c babeld.c  \
        !            16:        babel_filter.c
        !            17: 
        !            18: noinst_HEADERS = \
        !            19:        babel_zebra.h net.h kernel.h util.h source.h neighbour.h        \
        !            20:        route.h xroute.h message.h resend.h babel_interface.h babeld.h  \
        !            21:        babel_filter.h babel_main.h
        !            22: 
        !            23: babeld_SOURCES = \
        !            24:        babel_main.c $(libbabel_a_SOURCES)
        !            25: 
        !            26: babeld_LDADD = ../lib/libzebra.la @LIBCAP@
        !            27: 
        !            28: examplesdir = $(exampledir)
        !            29: dist_examples_DATA = babeld.conf.sample

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