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 | |
| 6 | noinst_LIBRARIES = libtopology.a |
| 7 | |
| 8 | libtopology_a_SOURCES = \ |
paul | f482ed4 | 2005-04-15 22:12:51 +0000 | [diff] [blame] | 9 | spgrid.c random.c |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 10 | |
| 11 | libtopology_a_DEPENDENCIES = @LIB_REGEX@ |
| 12 | |
hasso | f695b01 | 2005-04-02 19:03:39 +0000 | [diff] [blame] | 13 | libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 14 | |
| 15 | noinst_HEADERS = \ |
| 16 | spgrid.h |
| 17 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 18 | depend: |
| 19 | @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c |
| 20 | |
| 21 | ## File dependency. |