Diff for /embedaddon/quagga/zebra/Makefile.am between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/21 23:54:41 version 1.1.1.3, 2016/11/02 10:09:10
Line 1 Line 1
 ## Process this file with automake to produce Makefile.in.  ## Process this file with automake to produce Makefile.in.
   
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/libAM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DMULTIPATH_NUM=@MULTIPATH_NUM@DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
 INSTALL_SDATA=@INSTALL@ -m 600  INSTALL_SDATA=@INSTALL@ -m 600
   
 LIB_IPV6 = @LIB_IPV6@  
 LIBCAP = @LIBCAP@  LIBCAP = @LIBCAP@
   
 ipforward = @IPFORWARD@  ipforward = @IPFORWARD@
 if_method = @IF_METHOD@  if_method = @IF_METHOD@
 if_proc = @IF_PROC@  
 rt_method = @RT_METHOD@  rt_method = @RT_METHOD@
 rtread_method = @RTREAD_METHOD@  rtread_method = @RTREAD_METHOD@
 kernel_method = @KERNEL_METHOD@  kernel_method = @KERNEL_METHOD@
 other_method = @OTHER_METHOD@  
 ioctl_method = @IOCTL_METHOD@  ioctl_method = @IOCTL_METHOD@
   
otherobj = $(ioctl_method) $(ipforward) $(if_method) $(if_proc) \otherobj = $(ioctl_method) $(ipforward) $(if_method) \
        $(rt_method) $(rtread_method) $(kernel_method) $(other_method)        $(rt_method) $(rtread_method) $(kernel_method)
   
 if HAVE_NETLINK  if HAVE_NETLINK
 othersrc = zebra_fpm_netlink.c  othersrc = zebra_fpm_netlink.c
 endif  endif
   
AM_CFLAGS = $(PICFLAGS)AM_CFLAGS = $(WERROR)
AM_LDFLAGS = $(PILDFLAGS) 
   
 sbin_PROGRAMS = zebra  sbin_PROGRAMS = zebra
   
Line 43  testzebra_SOURCES = test_main.c zebra_rib.c interface. Line 39  testzebra_SOURCES = test_main.c zebra_rib.c interface.
 noinst_HEADERS = \  noinst_HEADERS = \
         connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \          connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
         interface.h ipforward.h irdp.h router-id.h kernel_socket.h \          interface.h ipforward.h irdp.h router-id.h kernel_socket.h \
        rt_netlink.h zebra_fpm.h zebra_fpm_private.h        rt_netlink.h zebra_fpm.h zebra_fpm_private.h \
         ioctl_solaris.h
   
zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP)
   
testzebra_LDADD = ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)testzebra_LDADD = ../lib/libzebra.la $(LIBCAP)
   
 zebra_DEPENDENCIES = $(otherobj)  zebra_DEPENDENCIES = $(otherobj)
   
EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c if_proc.c \EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c \
        if_sysctl.c ipforward_aix.c ipforward_ews.c ipforward_proc.c \        if_sysctl.c ipforward_proc.c \
        ipforward_solaris.c ipforward_sysctl.c rt_ioctl.c rt_netlink.c \        ipforward_solaris.c ipforward_sysctl.c rt_netlink.c \
        rt_socket.c rtread_netlink.c rtread_proc.c rtread_sysctl.c \        rt_socket.c rtread_netlink.c rtread_sysctl.c \
        rtread_getmsg.c kernel_socket.c kernel_netlink.c mtu_kvm.c \        rtread_getmsg.c kernel_socket.c kernel_netlink.c \
         ioctl.c ioctl_solaris.c \          ioctl.c ioctl_solaris.c \
         GNOME-SMI GNOME-PRODUCT-ZEBRA-MIB          GNOME-SMI GNOME-PRODUCT-ZEBRA-MIB
   
#client : client_main.o ../lib/libzebra.laclient : client_main.o ../lib/libzebra.la
#        $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6)        $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6)
   
 quaggaconfdir = $(sysconfdir)  quaggaconfdir = $(sysconfdir)
   

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>