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 (7 years, 8 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

## Process this file with automake to produce Makefile.in.

AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"

AM_CFLAGS = $(PICFLAGS)
AM_LDFLAGS = $(PILDFLAGS)

noinst_LIBRARIES = libtopology.a

libtopology_a_SOURCES = \
	spgrid.c random.c

libtopology_a_DEPENDENCIES = @LIB_REGEX@

libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la

noinst_HEADERS = \
	spgrid.h

## File dependency.

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