Annotation of embedaddon/quagga/isisd/topology/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
        !             4: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
        !             5: 
        !             6: AM_CFLAGS = $(PICFLAGS)
        !             7: AM_LDFLAGS = $(PILDFLAGS)
        !             8: 
        !             9: noinst_LIBRARIES = libtopology.a
        !            10: 
        !            11: libtopology_a_SOURCES = \
        !            12:        spgrid.c random.c
        !            13: 
        !            14: libtopology_a_DEPENDENCIES = @LIB_REGEX@
        !            15: 
        !            16: libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la
        !            17: 
        !            18: noinst_HEADERS = \
        !            19:        spgrid.h
        !            20: 
        !            21: depend:
        !            22:        @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c
        !            23: 
        !            24: ## File dependency.

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