blob: ccd2e717447bf168828cbe44a8ebe7f64d6bf7e8 [file] [log] [blame]
jardineb5d44e2003-12-23 08:09:43 +00001## Process this file with automake to produce Makefile.in.
2
Vincent Bernat9e7a5482012-05-22 14:32:22 +02003INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
jardineb5d44e2003-12-23 08:09:43 +00004DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5
David Ward4a4bba02009-12-03 21:24:36 +03006AM_CFLAGS = $(PICFLAGS)
7AM_LDFLAGS = $(PILDFLAGS)
8
jardineb5d44e2003-12-23 08:09:43 +00009noinst_LIBRARIES = libtopology.a
10
11libtopology_a_SOURCES = \
paulf482ed42005-04-15 22:12:51 +000012 spgrid.c random.c
jardineb5d44e2003-12-23 08:09:43 +000013
14libtopology_a_DEPENDENCIES = @LIB_REGEX@
15
hassof695b012005-04-02 19:03:39 +000016libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la
jardineb5d44e2003-12-23 08:09:43 +000017
18noinst_HEADERS = \
19 spgrid.h
20
jardineb5d44e2003-12-23 08:09:43 +000021depend:
22 @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c
23
24## File dependency.