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

网络

开发平台:

Unix_Linux

  1. ## Process this file with automake to produce Makefile.in.
  2. INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
  3. DEFS = @DEFS@ -DSYSCONFDIR="$(sysconfdir)/"
  4. noinst_LIBRARIES = libzebra.a
  5. libzebra_a_SOURCES = 
  6. version.c network.c pid_output.c getopt.c getopt1.c daemon.c 
  7. print_version.c checksum.c vector.c linklist.c vty.c command.c 
  8. sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c 
  9. filter.c routemap.c distribute.c stream.c str.c log.c plist.c 
  10. zclient.c sockopt.c smux.c md5.c keychain.c pqueue.c
  11. libzebra_a_DEPENDENCIES = @LIB_REGEX@
  12. libzebra_a_LIBADD = @LIB_REGEX@
  13. noinst_HEADERS = 
  14. buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h 
  15. memory.h network.h prefix.h routemap.h distribute.h sockunion.h 
  16. str.h stream.h table.h thread.h checksum.h vector.h version.h vty.h 
  17. zebra.h plist.h zclient.h sockopt.h smux.h md5-gnu.h keychain.h 
  18. pqueue.h
  19. EXTRA_DIST = regex.c regex-gnu.h
  20. version.c: Makefile
  21. echo '' >version.c
  22. echo 'char *host_name = "$(host_alias)";' >>version.c