paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
| 3 | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib |
| 4 | DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" |
| 5 | |
paul | 1b5d019 | 2003-03-17 23:54:15 +0000 | [diff] [blame] | 6 | lib_LIBRARIES = libzebra.a |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 7 | |
| 8 | libzebra_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 \ |
paul | 41ce926 | 2003-04-19 15:54:03 +0000 | [diff] [blame] | 13 | zclient.c sockopt.c smux.c md5.c keychain.c |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 14 | |
| 15 | libzebra_a_DEPENDENCIES = @LIB_REGEX@ |
| 16 | |
| 17 | libzebra_a_LIBADD = @LIB_REGEX@ |
| 18 | |
| 19 | noinst_HEADERS = \ |
| 20 | buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \ |
| 21 | memory.h network.h prefix.h routemap.h distribute.h sockunion.h \ |
| 22 | str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \ |
paul | 41ce926 | 2003-04-19 15:54:03 +0000 | [diff] [blame] | 23 | plist.h zclient.h sockopt.h smux.h md5-gnu.h keychain.h |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 24 | |
| 25 | EXTRA_DIST = regex.c regex-gnu.h |
| 26 | |
| 27 | version.c: Makefile |
| 28 | echo '' >version.c |
| 29 | echo 'char *host_name = "$(host_alias)";' >>version.c |