blob: d8621c56dc225886f21358d6796884c807a45227 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with automake to produce Makefile.in.
2
3INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5
paul1b5d0192003-03-17 23:54:15 +00006lib_LIBRARIES = libzebra.a
paul718e3742002-12-13 20:15:29 +00007
8libzebra_a_SOURCES = \
9 version.c network.c pid_output.c getopt.c getopt1.c daemon.c \
10 print_version.c checksum.c vector.c linklist.c vty.c command.c \
11 sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
12 filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
paul2d75d052004-01-19 21:31:15 +000013 zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c \
14 debug.c sigevent.c
paul718e3742002-12-13 20:15:29 +000015
paulfd6ff2f2003-08-27 06:17:18 +000016libzebra_a_DEPENDENCIES = @LIB_REGEX@
paul718e3742002-12-13 20:15:29 +000017
18libzebra_a_LIBADD = @LIB_REGEX@
19
gdtaf273652003-12-08 18:12:34 +000020pkginclude_HEADERS = \
paul718e3742002-12-13 20:15:29 +000021 buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \
22 memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
23 str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \
pauledd7c242003-06-04 13:59:38 +000024 plist.h zclient.h sockopt.h smux.h md5-gnu.h if_rmap.h keychain.h \
paul2d75d052004-01-19 21:31:15 +000025 privs.h debug.h sigevent.h
paul718e3742002-12-13 20:15:29 +000026
27EXTRA_DIST = regex.c regex-gnu.h
28
29version.c: Makefile
30 echo '' >version.c
31 echo 'char *host_name = "$(host_alias)";' >>version.c