~ubuntu-branches/ubuntu/warty/quagga/warty

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2004-06-29 09:50:59 UTC
  • Revision ID: james.westby@ubuntu.com-20040629095059-px1m2m108z4qw1mr
Tags: upstream-0.96.5
ImportĀ upstreamĀ versionĀ 0.96.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
6
lib_LIBRARIES = libzebra.a
 
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 \
 
13
        zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c \
 
14
        debug.c sigevent.c
 
15
 
 
16
libzebra_a_DEPENDENCIES = @LIB_REGEX@
 
17
 
 
18
libzebra_a_LIBADD = @LIB_REGEX@
 
19
 
 
20
pkginclude_HEADERS = \
 
21
        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 \
 
24
        plist.h zclient.h sockopt.h smux.h md5-gnu.h if_rmap.h keychain.h \
 
25
        privs.h debug.h sigevent.h
 
26
 
 
27
EXTRA_DIST = regex.c regex-gnu.h
 
28
 
 
29
version.c: Makefile
 
30
        echo '' >version.c
 
31
        echo 'char *host_name = "$(host_alias)";' >>version.c