]> git.proxmox.com Git - mirror_frr.git/blame - zebra/Makefile.am
[bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers
[mirror_frr.git] / zebra / Makefile.am
CommitLineData
718e3744 1## Process this file with automake to produce Makefile.in.
2
2d58228e 3INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
718e3744 4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DMULTIPATH_NUM=@MULTIPATH_NUM@
5INSTALL_SDATA=@INSTALL@ -m 600
6
7LIB_IPV6 = @LIB_IPV6@
fd6ff2fc 8LIBCAP = @LIBCAP@
718e3744 9
10ipforward = @IPFORWARD@
11if_method = @IF_METHOD@
12if_proc = @IF_PROC@
13rt_method = @RT_METHOD@
14rtread_method = @RTREAD_METHOD@
15kernel_method = @KERNEL_METHOD@
16other_method = @OTHER_METHOD@
19877dd2 17ioctl_method = @IOCTL_METHOD@
718e3744 18
19877dd2 19otherobj = $(ioctl_method) $(ipforward) $(if_method) $(if_proc) \
20 $(rt_method) $(rtread_method) $(kernel_method) $(other_method)
718e3744 21
22sbin_PROGRAMS = zebra
23
24zebra_SOURCES = \
19877dd2 25 zserv.c main.c interface.c connected.c zebra_rib.c \
ca776988 26 redistribute.c debug.c rtadv.c zebra_snmp.c zebra_vty.c \
18a6dce6 27 irdp_main.c irdp_interface.c irdp_packet.c router-id.c
718e3744 28
29noinst_HEADERS = \
30 connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
ec1a4283 31 interface.h ipforward.h irdp.h router-id.h kernel_socket.h
718e3744 32
b7a97f82 33zebra_LDADD = $(otherobj) $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
718e3744 34
35zebra_DEPENDENCIES = $(otherobj)
36
19877dd2 37EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c if_proc.c \
38 if_sysctl.c ipforward_aix.c ipforward_ews.c ipforward_proc.c \
718e3744 39 ipforward_solaris.c ipforward_sysctl.c rt_ioctl.c rt_netlink.c \
40 rt_socket.c rtread_netlink.c rtread_proc.c rtread_sysctl.c \
41 rtread_getmsg.c kernel_socket.c kernel_netlink.c mtu_kvm.c \
19877dd2 42 ioctl.c ioctl_solaris.c \
edd7c245 43 GNOME-SMI GNOME-PRODUCT-ZEBRA-MIB
718e3744 44
b7a97f82 45#client : client_main.o ../lib/libzebra.la
46# $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6)
718e3744 47
04bd484b 48quaggaconfdir = $(sysconfdir)
d6b72f7a 49
50examplesdir = $(exampledir)
51dist_examples_DATA = zebra.conf.sample