jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
| 3 | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib |
| 4 | DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" |
| 5 | |
David Ward | 4a4bba0 | 2009-12-03 21:24:36 +0300 | [diff] [blame^] | 6 | AM_CFLAGS = $(PICFLAGS) |
| 7 | AM_LDFLAGS = $(PILDFLAGS) |
| 8 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 9 | noinst_LIBRARIES = libtopology.a |
| 10 | |
| 11 | libtopology_a_SOURCES = \ |
paul | f482ed4 | 2005-04-15 22:12:51 +0000 | [diff] [blame] | 12 | spgrid.c random.c |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 13 | |
| 14 | libtopology_a_DEPENDENCIES = @LIB_REGEX@ |
| 15 | |
hasso | f695b01 | 2005-04-02 19:03:39 +0000 | [diff] [blame] | 16 | libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 17 | |
| 18 | noinst_HEADERS = \ |
| 19 | spgrid.h |
| 20 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 21 | depend: |
| 22 | @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c |
| 23 | |
| 24 | ## File dependency. |