blob: 2515b38bedaae07b79b3447346e2b747a27a9dd8 [file] [log] [blame]
jardineb5d44e2003-12-23 08:09:43 +00001## Process this file with automake to produce Makefile.in.
2
3INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5
6noinst_LIBRARIES = libtopology.a
7
8libtopology_a_SOURCES = \
paulf482ed42005-04-15 22:12:51 +00009 spgrid.c random.c
jardineb5d44e2003-12-23 08:09:43 +000010
11libtopology_a_DEPENDENCIES = @LIB_REGEX@
12
hassof695b012005-04-02 19:03:39 +000013libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la
jardineb5d44e2003-12-23 08:09:43 +000014
15noinst_HEADERS = \
16 spgrid.h
17
jardineb5d44e2003-12-23 08:09:43 +000018depend:
19 @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c
20
21## File dependency.