File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / isisd / topology / Makefile.am
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:10 2016 UTC (8 years 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: 
    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: ## File dependency.
   22: 

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