Makefile.am
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:1k
源码类别:

网络

开发平台:

Unix_Linux

  1. ## Process this file with Automake to create Makefile.in
  2. INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
  3. DEFS = @DEFS@ -DSYSCONFDIR="$(sysconfdir)/"
  4. LIBS = @LIBS@ @CURSES@ @LIBPAM@
  5. bin_PROGRAMS = vtysh
  6. vtysh_SOURCES = vtysh_main.c vtysh.c vtysh_cmd.c vtysh_user.c vtysh_config.c
  7. noinst_HEADERS = vtysh.h vtysh_user.h
  8. vtysh_LDADD = ../lib/libzebra.a
  9. sysconf_DATA = vtysh.conf.sample
  10. EXTRA_DIST = extract.pl vtysh.conf.sample
  11. rebuild4:
  12. ./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 > vtysh_cmd.c
  13. rebuild:
  14. ./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 > vtysh_cmd.c