File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / isisd / topology / Makefile.am
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jul 21 23:54:39 2013 UTC (11 years ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_22p0, v0_99_22, HEAD
0.99.22

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

INCLUDES = @INCLUDES@ -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

depend:
	@$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c

## File dependency.

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