]> git.proxmox.com Git - mirror_frr.git/blob - zebra/Makefile.am
Common router id.
[mirror_frr.git] / zebra / Makefile.am
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)/\" -DMULTIPATH_NUM=@MULTIPATH_NUM@
5 INSTALL_SDATA=@INSTALL@ -m 600
6
7 LIB_IPV6 = @LIB_IPV6@
8 LIBCAP = @LIBCAP@
9
10 ipforward = @IPFORWARD@
11 if_method = @IF_METHOD@
12 if_proc = @IF_PROC@
13 rt_method = @RT_METHOD@
14 rtread_method = @RTREAD_METHOD@
15 kernel_method = @KERNEL_METHOD@
16 other_method = @OTHER_METHOD@
17 ioctl_method = @IOCTL_METHOD@
18
19 otherobj = $(ioctl_method) $(ipforward) $(if_method) $(if_proc) \
20 $(rt_method) $(rtread_method) $(kernel_method) $(other_method)
21
22 sbin_PROGRAMS = zebra
23
24 zebra_SOURCES = \
25 zserv.c main.c interface.c connected.c zebra_rib.c \
26 redistribute.c debug.c rtadv.c zebra_snmp.c zebra_vty.c \
27 irdp_main.c irdp_interface.c irdp_packet.c router-id.c
28
29 noinst_HEADERS = \
30 connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
31 interface.h ipforward.h irdp.h router-id.h
32
33 zebra_LDADD = $(otherobj) $(LIBCAP) $(LIB_IPV6) ../lib/libzebra.la
34
35 zebra_DEPENDENCIES = $(otherobj)
36
37 EXTRA_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 \
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 \
42 ioctl.c ioctl_solaris.c \
43 GNOME-SMI GNOME-PRODUCT-ZEBRA-MIB
44
45 #client : client_main.o ../lib/libzebra.la
46 # $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6)
47
48 quaggaconfdir = $(sysconfdir)
49
50 examplesdir = $(exampledir)
51 dist_examples_DATA = zebra.conf.sample