]> git.proxmox.com Git - mirror_frr.git/blame - vtysh/Makefile.am
2003-06-04 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / vtysh / Makefile.am
CommitLineData
718e3744 1## 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
edd7c245 12vtysh_LDADD = ../lib/libzebra.a @LIBCAP@
718e3744 13
14sysconf_DATA = vtysh.conf.sample
15
16EXTRA_DIST = extract.pl vtysh.conf.sample
17
18rebuild4:
0750d21f 19 ./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
718e3744 20
21rebuild:
0750d21f 22 ./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
ec497669 23
24vtysh_cmd.c: rebuild