File: Makefile.am

package info (click to toggle)
quagga 0.99.23.1-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 14,748 kB
  • sloc: ansic: 215,042; sh: 12,693; perl: 805; makefile: 644; exp: 184; lisp: 62; awk: 30
file content (29 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Process this file with automake to produce Makefile.in.

INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
INSTALL_SDATA=@INSTALL@ -m 600

AM_CFLAGS = $(PICFLAGS)
AM_LDFLAGS = $(PILDFLAGS)

noinst_LIBRARIES = libbabel.a
sbin_PROGRAMS = babeld

libbabel_a_SOURCES = \
	babel_zebra.c net.c kernel.c util.c source.c neighbour.c	\
	route.c xroute.c message.c resend.c babel_interface.c babeld.c	\
	babel_filter.c

noinst_HEADERS = \
	babel_zebra.h net.h kernel.h util.h source.h neighbour.h	\
	route.h xroute.h message.h resend.h babel_interface.h babeld.h	\
	babel_filter.h babel_main.h

babeld_SOURCES = \
	babel_main.c $(libbabel_a_SOURCES)

babeld_LDADD = ../lib/libzebra.la @LIBCAP@

examplesdir = $(exampledir)
dist_examples_DATA = babeld.conf.sample