blob: 89156f90e354951ce3667aeabcbfaed03001f972 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with Automake to create Makefile.in
2
3INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5
6LIBS = @LIBS@ @CURSES@ @LIBPAM@
7
8bin_PROGRAMS = vtysh
9
10vtysh_SOURCES = vtysh_main.c vtysh.c vtysh_cmd.c vtysh_user.c vtysh_config.c
11noinst_HEADERS = vtysh.h vtysh_user.h
12vtysh_LDADD = ../lib/libzebra.a
13
14sysconf_DATA = vtysh.conf.sample
15
16EXTRA_DIST = extract.pl vtysh.conf.sample
17
18rebuild4:
hasso0750d212003-05-24 21:41:49 +000019 ./extract.pl ../zebra/*.c ../ripd/*.c ../ospfd/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c ../lib/if_rmap.c > vtysh_cmd.c
paul718e3742002-12-13 20:15:29 +000020
21rebuild:
hasso0750d212003-05-24 21:41:49 +000022 ./extract.pl ../zebra/*.c ../ripd/*.c ../ripngd/*.c ../ospfd/*.c ../ospf6d/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c ../lib/if_rmap.c > vtysh_cmd.c
paulec497662003-04-09 06:32:56 +000023
24vtysh_cmd.c: rebuild