]> git.proxmox.com Git - mirror_frr.git/blob - isisd/topology/Makefile.am
Initial revision
[mirror_frr.git] / isisd / topology / Makefile.am
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 = \
9 spgrid.c
10
11 libtopology_a_DEPENDENCIES = @LIB_REGEX@
12
13 libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.a
14
15 noinst_HEADERS = \
16 spgrid.h
17
18 EXTRA_DIST = regex.c regex-gnu.h
19
20 depend:
21 @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c
22
23 ## File dependency.