ospfd: Tighten up the connected check for redistribution
[jleu-quagga.git] / vtysh / Makefile.am
blob791d95dd871a7381784ef345fe4b27033ab28272
1 ## Process this file with Automake to create Makefile.in
3 INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib
4 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
6 LIBS = @LIBS@ @CURSES@ @LIBPAM@
8 AM_CFLAGS = $(PICFLAGS)
9 AM_LDFLAGS = $(PILDFLAGS)
11 bin_PROGRAMS = vtysh
13 vtysh_SOURCES = vtysh_main.c vtysh.c vtysh_user.c vtysh_config.c
14 nodist_vtysh_SOURCES = vtysh_cmd.c
15 CLEANFILES = vtysh_cmd.c
16 noinst_HEADERS = vtysh.h vtysh_user.h
17 vtysh_LDADD = ../lib/libzebra.la @LIBCAP@ @LIBREADLINE@
19 examplesdir = $(exampledir)
20 dist_examples_DATA = vtysh.conf.sample
22 EXTRA_DIST = extract.pl
24 vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \
25                   $(top_srcdir)/ospfd/*.c $(top_srcdir)/ospf6d/*.c \
26                   $(top_srcdir)/ripd/*.c $(top_srcdir)/ripngd/*.c \
27                   $(top_srcdir)/lib/keychain.c $(top_srcdir)/lib/routemap.c \
28                   $(top_srcdir)/lib/filter.c $(top_srcdir)/lib/plist.c \
29                   $(top_srcdir)/lib/distribute.c $(top_srcdir)/lib/if_rmap.c \
30                   $(top_srcdir)/lib/vty.c $(top_srcdir)/zebra/debug.c \
31                   $(top_srcdir)/zebra/interface.c \
32                   $(top_srcdir)/zebra/irdp_interface.c \
33                   $(top_srcdir)/zebra/rtadv.c $(top_srcdir)/zebra/zebra_vty.c \
34                   $(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c \
35                   $(top_srcdir)/zebra/zebra_routemap.c
37 vtysh_cmd.c: $(vtysh_cmd_FILES)
38         ./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c