Annotation of embedaddon/quagga/zebra/Makefile.in, revision 1.1.1.5

1.1.1.5 ! misho       1: # Makefile.in generated by automake 1.11.6 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.5 ! misho       4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
        !             5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
        !             6: # Foundation, Inc.
1.1       misho       7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: 
                     18: 
                     19: 
                     20: VPATH = @srcdir@
1.1.1.3   misho      21: am__make_dryrun = \
                     22:   { \
                     23:     am__dry=no; \
                     24:     case $$MAKEFLAGS in \
                     25:       *\\[\ \  ]*) \
                     26:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
                     27:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
                     28:       *) \
                     29:         for am__flg in $$MAKEFLAGS; do \
                     30:           case $$am__flg in \
                     31:             *=*|--*) ;; \
                     32:             *n*) am__dry=yes; break;; \
                     33:           esac; \
                     34:         done;; \
                     35:     esac; \
                     36:     test $$am__dry = yes; \
                     37:   }
1.1       misho      38: pkgdatadir = $(datadir)/@PACKAGE@
                     39: pkgincludedir = $(includedir)/@PACKAGE@
                     40: pkglibdir = $(libdir)/@PACKAGE@
                     41: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     42: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     43: install_sh_DATA = $(install_sh) -c -m 644
                     44: install_sh_PROGRAM = $(install_sh) -c
                     45: install_sh_SCRIPT = $(install_sh) -c
                     46: INSTALL_HEADER = $(INSTALL_DATA)
                     47: transform = $(program_transform_name)
                     48: NORMAL_INSTALL = :
                     49: PRE_INSTALL = :
                     50: POST_INSTALL = :
                     51: NORMAL_UNINSTALL = :
                     52: PRE_UNINSTALL = :
                     53: POST_UNINSTALL = :
                     54: build_triplet = @build@
                     55: host_triplet = @host@
                     56: target_triplet = @target@
                     57: sbin_PROGRAMS = zebra$(EXEEXT)
                     58: noinst_PROGRAMS = testzebra$(EXEEXT)
                     59: subdir = zebra
                     60: DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \
1.1.1.5 ! misho      61:        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
1.1       misho      62: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1.4   misho      63: am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
                     64:        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
                     65:        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
                     66:        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
1.1       misho      67: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     68:        $(ACLOCAL_M4)
                     69: mkinstalldirs = $(install_sh) -d
                     70: CONFIG_HEADER = $(top_builddir)/config.h
                     71: CONFIG_CLEAN_FILES =
                     72: CONFIG_CLEAN_VPATH_FILES =
                     73: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"
                     74: PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
                     75: am_testzebra_OBJECTS = test_main.$(OBJEXT) zebra_rib.$(OBJEXT) \
                     76:        interface.$(OBJEXT) connected.$(OBJEXT) debug.$(OBJEXT) \
                     77:        zebra_vty.$(OBJEXT) kernel_null.$(OBJEXT) \
                     78:        redistribute_null.$(OBJEXT) ioctl_null.$(OBJEXT) \
                     79:        misc_null.$(OBJEXT)
                     80: testzebra_OBJECTS = $(am_testzebra_OBJECTS)
                     81: am__DEPENDENCIES_1 =
1.1.1.5 ! misho      82: testzebra_DEPENDENCIES = ../lib/libzebra.la $(am__DEPENDENCIES_1)
        !            83: AM_V_lt = $(am__v_lt_@AM_V@)
        !            84: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
        !            85: am__v_lt_0 = --silent
1.1.1.4   misho      86: am__zebra_SOURCES_DIST = zserv.c main.c interface.c connected.c \
                     87:        zebra_rib.c zebra_routemap.c redistribute.c debug.c rtadv.c \
                     88:        zebra_snmp.c zebra_vty.c irdp_main.c irdp_interface.c \
                     89:        irdp_packet.c router-id.c zebra_fpm.c zebra_fpm_netlink.c
                     90: @HAVE_NETLINK_TRUE@am__objects_1 = zebra_fpm_netlink.$(OBJEXT)
1.1       misho      91: am_zebra_OBJECTS = zserv.$(OBJEXT) main.$(OBJEXT) interface.$(OBJEXT) \
                     92:        connected.$(OBJEXT) zebra_rib.$(OBJEXT) \
                     93:        zebra_routemap.$(OBJEXT) redistribute.$(OBJEXT) \
                     94:        debug.$(OBJEXT) rtadv.$(OBJEXT) zebra_snmp.$(OBJEXT) \
                     95:        zebra_vty.$(OBJEXT) irdp_main.$(OBJEXT) \
                     96:        irdp_interface.$(OBJEXT) irdp_packet.$(OBJEXT) \
1.1.1.4   misho      97:        router-id.$(OBJEXT) zebra_fpm.$(OBJEXT) $(am__objects_1)
1.1       misho      98: zebra_OBJECTS = $(am_zebra_OBJECTS)
                     99: am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
                    100:        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
                    101:        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
                    102: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                    103: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    104: am__depfiles_maybe = depfiles
                    105: am__mv = mv -f
                    106: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    107:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1.1.5 ! misho     108: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           109:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
        !           110:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        !           111:        $(AM_CFLAGS) $(CFLAGS)
        !           112: AM_V_CC = $(am__v_CC_@AM_V@)
        !           113: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           114: am__v_CC_0 = @echo "  CC    " $@;
        !           115: AM_V_at = $(am__v_at_@AM_V@)
        !           116: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           117: am__v_at_0 = @
1.1       misho     118: CCLD = $(CC)
1.1.1.5 ! misho     119: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           120:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           121:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           122: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           123: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           124: am__v_CCLD_0 = @echo "  CCLD  " $@;
        !           125: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           126: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           127: am__v_GEN_0 = @echo "  GEN   " $@;
1.1       misho     128: SOURCES = $(testzebra_SOURCES) $(zebra_SOURCES)
1.1.1.4   misho     129: DIST_SOURCES = $(testzebra_SOURCES) $(am__zebra_SOURCES_DIST)
1.1.1.3   misho     130: am__can_run_installinfo = \
                    131:   case $$AM_UPDATE_INFO_DIR in \
                    132:     n|no|NO) false;; \
                    133:     *) (install-info --version) >/dev/null 2>&1;; \
                    134:   esac
1.1       misho     135: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    136: am__vpath_adj = case $$p in \
                    137:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    138:     *) f=$$p;; \
                    139:   esac;
                    140: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    141: am__install_max = 40
                    142: am__nobase_strip_setup = \
                    143:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    144: am__nobase_strip = \
                    145:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    146: am__nobase_list = $(am__nobase_strip_setup); \
                    147:   for p in $$list; do echo "$$p $$p"; done | \
                    148:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    149:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    150:     if (++n[$$2] == $(am__install_max)) \
                    151:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    152:     END { for (dir in files) print dir, files[dir] }'
                    153: am__base_list = \
                    154:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    155:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1.2   misho     156: am__uninstall_files_from_dir = { \
                    157:   test -z "$$files" \
                    158:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    159:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    160:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    161:   }
1.1       misho     162: DATA = $(dist_examples_DATA)
                    163: HEADERS = $(noinst_HEADERS)
                    164: ETAGS = etags
                    165: CTAGS = ctags
                    166: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    167: ACLOCAL = @ACLOCAL@
                    168: AMTAR = @AMTAR@
1.1.1.5 ! misho     169: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1       misho     170: AR = @AR@
                    171: AUTOCONF = @AUTOCONF@
                    172: AUTOHEADER = @AUTOHEADER@
                    173: AUTOMAKE = @AUTOMAKE@
                    174: AWK = @AWK@
                    175: BGPD = @BGPD@
                    176: CC = @CC@
                    177: CCDEPMODE = @CCDEPMODE@
                    178: CFLAGS = @CFLAGS@
                    179: CONFDATE = @CONFDATE@
1.1.1.5 ! misho     180: CONFIG_ARGS = @CONFIG_ARGS@
1.1       misho     181: CPP = @CPP@
                    182: CPPFLAGS = @CPPFLAGS@
                    183: CURSES = @CURSES@
                    184: CYGPATH_W = @CYGPATH_W@
1.1.1.5 ! misho     185: DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
        !           186: DEJAGNU = @DEJAGNU@
1.1       misho     187: DEPDIR = @DEPDIR@
                    188: DLLTOOL = @DLLTOOL@
                    189: DOC = @DOC@
                    190: DSYMUTIL = @DSYMUTIL@
                    191: DUMPBIN = @DUMPBIN@
                    192: ECHO_C = @ECHO_C@
                    193: ECHO_N = @ECHO_N@
                    194: ECHO_T = @ECHO_T@
                    195: EGREP = @EGREP@
                    196: EXEEXT = @EXEEXT@
                    197: FGREP = @FGREP@
                    198: GAWK = @GAWK@
                    199: GREP = @GREP@
                    200: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
                    201: IF_METHOD = @IF_METHOD@
                    202: INSTALL = @INSTALL@
                    203: INSTALL_DATA = @INSTALL_DATA@
                    204: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    205: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    206: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    207: IOCTL_METHOD = @IOCTL_METHOD@
                    208: IPFORWARD = @IPFORWARD@
                    209: ISISD = @ISISD@
                    210: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
                    211: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
                    212: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
                    213: KERNEL_METHOD = @KERNEL_METHOD@
1.1.1.3   misho     214: LATEXMK = @LATEXMK@
1.1       misho     215: LD = @LD@
                    216: LDFLAGS = @LDFLAGS@
                    217: LIBCAP = @LIBCAP@
                    218: LIBM = @LIBM@
                    219: LIBOBJS = @LIBOBJS@
                    220: LIBPAM = @LIBPAM@
                    221: LIBREADLINE = @LIBREADLINE@
                    222: LIBS = @LIBS@
                    223: LIBTOOL = @LIBTOOL@
                    224: LIB_REGEX = @LIB_REGEX@
                    225: LIPO = @LIPO@
                    226: LN_S = @LN_S@
                    227: LTLIBOBJS = @LTLIBOBJS@
                    228: MAKEINFO = @MAKEINFO@
                    229: MANIFEST_TOOL = @MANIFEST_TOOL@
                    230: MKDIR_P = @MKDIR_P@
1.1.1.4   misho     231: NETSNMP_CONFIG = @NETSNMP_CONFIG@
1.1       misho     232: NM = @NM@
                    233: NMEDIT = @NMEDIT@
                    234: OBJDUMP = @OBJDUMP@
                    235: OBJEXT = @OBJEXT@
                    236: OSPF6D = @OSPF6D@
                    237: OSPFAPI = @OSPFAPI@
                    238: OSPFCLIENT = @OSPFCLIENT@
                    239: OSPFD = @OSPFD@
                    240: OTOOL = @OTOOL@
                    241: OTOOL64 = @OTOOL64@
                    242: PACKAGE = @PACKAGE@
                    243: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    244: PACKAGE_NAME = @PACKAGE_NAME@
                    245: PACKAGE_STRING = @PACKAGE_STRING@
                    246: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    247: PACKAGE_URL = @PACKAGE_URL@
                    248: PACKAGE_VERSION = @PACKAGE_VERSION@
                    249: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.3   misho     250: PDFLATEX = @PDFLATEX@
1.1       misho     251: PERL = @PERL@
1.1.1.5 ! misho     252: PIMD = @PIMD@
1.1       misho     253: RANLIB = @RANLIB@
                    254: RIPD = @RIPD@
                    255: RIPNGD = @RIPNGD@
                    256: RTREAD_METHOD = @RTREAD_METHOD@
                    257: RT_METHOD = @RT_METHOD@
1.1.1.5 ! misho     258: RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
1.1       misho     259: SED = @SED@
                    260: SET_MAKE = @SET_MAKE@
                    261: SHELL = @SHELL@
                    262: SOLARIS = @SOLARIS@
                    263: STRIP = @STRIP@
                    264: VERSION = @VERSION@
                    265: VTYSH = @VTYSH@
                    266: WATCHQUAGGA = @WATCHQUAGGA@
1.1.1.4   misho     267: WEAK_ALIAS = @WEAK_ALIAS@
                    268: WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
1.1.1.5 ! misho     269: WERROR = @WERROR@
1.1       misho     270: ZEBRA = @ZEBRA@
                    271: abs_builddir = @abs_builddir@
                    272: abs_srcdir = @abs_srcdir@
                    273: abs_top_builddir = @abs_top_builddir@
                    274: abs_top_srcdir = @abs_top_srcdir@
                    275: ac_ct_AR = @ac_ct_AR@
                    276: ac_ct_CC = @ac_ct_CC@
                    277: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    278: am__include = @am__include@
                    279: am__leading_dot = @am__leading_dot@
                    280: am__quote = @am__quote@
                    281: am__tar = @am__tar@
                    282: am__untar = @am__untar@
                    283: bindir = @bindir@
                    284: build = @build@
                    285: build_alias = @build_alias@
                    286: build_cpu = @build_cpu@
                    287: build_os = @build_os@
                    288: build_vendor = @build_vendor@
                    289: builddir = @builddir@
                    290: datadir = @datadir@
                    291: datarootdir = @datarootdir@
                    292: docdir = @docdir@
                    293: dvidir = @dvidir@
                    294: enable_group = @enable_group@
                    295: enable_user = @enable_user@
                    296: enable_vty_group = @enable_vty_group@
                    297: exampledir = @exampledir@
                    298: exec_prefix = @exec_prefix@
                    299: host = @host@
                    300: host_alias = @host_alias@
                    301: host_cpu = @host_cpu@
                    302: host_os = @host_os@
                    303: host_vendor = @host_vendor@
                    304: htmldir = @htmldir@
                    305: includedir = @includedir@
                    306: infodir = @infodir@
                    307: install_sh = @install_sh@
                    308: libdir = @libdir@
                    309: libexecdir = @libexecdir@
                    310: localedir = @localedir@
                    311: localstatedir = @localstatedir@
                    312: mandir = @mandir@
                    313: mkdir_p = @mkdir_p@
                    314: oldincludedir = @oldincludedir@
                    315: pdfdir = @pdfdir@
                    316: pkgsrcdir = @pkgsrcdir@
                    317: pkgsrcrcdir = @pkgsrcrcdir@
                    318: prefix = @prefix@
                    319: program_transform_name = @program_transform_name@
                    320: psdir = @psdir@
                    321: quagga_statedir = @quagga_statedir@
                    322: sbindir = @sbindir@
                    323: sharedstatedir = @sharedstatedir@
                    324: srcdir = @srcdir@
                    325: sysconfdir = @sysconfdir@
                    326: target = @target@
                    327: target_alias = @target_alias@
                    328: target_cpu = @target_cpu@
                    329: target_os = @target_os@
                    330: target_vendor = @target_vendor@
                    331: top_build_prefix = @top_build_prefix@
                    332: top_builddir = @top_builddir@
                    333: top_srcdir = @top_srcdir@
1.1.1.5 ! misho     334: AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
1.1       misho     335: INSTALL_SDATA = @INSTALL@ -m 600
                    336: ipforward = @IPFORWARD@
                    337: if_method = @IF_METHOD@
                    338: rt_method = @RT_METHOD@
                    339: rtread_method = @RTREAD_METHOD@
                    340: kernel_method = @KERNEL_METHOD@
                    341: ioctl_method = @IOCTL_METHOD@
1.1.1.5 ! misho     342: otherobj = $(ioctl_method) $(ipforward) $(if_method) \
        !           343:        $(rt_method) $(rtread_method) $(kernel_method)
1.1       misho     344: 
1.1.1.4   misho     345: @HAVE_NETLINK_TRUE@othersrc = zebra_fpm_netlink.c
1.1.1.5 ! misho     346: AM_CFLAGS = $(WERROR)
1.1       misho     347: zebra_SOURCES = \
                    348:        zserv.c main.c interface.c connected.c zebra_rib.c zebra_routemap.c \
                    349:        redistribute.c debug.c rtadv.c zebra_snmp.c zebra_vty.c \
1.1.1.4   misho     350:        irdp_main.c irdp_interface.c irdp_packet.c router-id.c zebra_fpm.c \
                    351:        $(othersrc)
1.1       misho     352: 
                    353: testzebra_SOURCES = test_main.c zebra_rib.c interface.c connected.c debug.c \
                    354:        zebra_vty.c \
                    355:        kernel_null.c  redistribute_null.c ioctl_null.c misc_null.c
                    356: 
                    357: noinst_HEADERS = \
                    358:        connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \
1.1.1.4   misho     359:        interface.h ipforward.h irdp.h router-id.h kernel_socket.h \
1.1.1.5 ! misho     360:        rt_netlink.h zebra_fpm.h zebra_fpm_private.h \
        !           361:        ioctl_solaris.h
1.1       misho     362: 
1.1.1.5 ! misho     363: zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP)
        !           364: testzebra_LDADD = ../lib/libzebra.la $(LIBCAP)
1.1       misho     365: zebra_DEPENDENCIES = $(otherobj)
1.1.1.5 ! misho     366: EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c \
        !           367:         if_sysctl.c ipforward_proc.c \
        !           368:        ipforward_solaris.c ipforward_sysctl.c rt_netlink.c \
        !           369:        rt_socket.c rtread_netlink.c rtread_sysctl.c \
        !           370:        rtread_getmsg.c kernel_socket.c kernel_netlink.c \
1.1       misho     371:        ioctl.c ioctl_solaris.c \
                    372:        GNOME-SMI GNOME-PRODUCT-ZEBRA-MIB
                    373: 
                    374: quaggaconfdir = $(sysconfdir)
                    375: examplesdir = $(exampledir)
                    376: dist_examples_DATA = zebra.conf.sample
                    377: all: all-am
                    378: 
                    379: .SUFFIXES:
                    380: .SUFFIXES: .c .lo .o .obj
                    381: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    382:        @for dep in $?; do \
                    383:          case '$(am__configure_deps)' in \
                    384:            *$$dep*) \
                    385:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    386:                && { if test -f $@; then exit 0; else break; fi; }; \
                    387:              exit 1;; \
                    388:          esac; \
                    389:        done; \
                    390:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu zebra/Makefile'; \
                    391:        $(am__cd) $(top_srcdir) && \
                    392:          $(AUTOMAKE) --gnu zebra/Makefile
                    393: .PRECIOUS: Makefile
                    394: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    395:        @case '$?' in \
                    396:          *config.status*) \
                    397:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    398:          *) \
                    399:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    400:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    401:        esac;
                    402: 
                    403: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    404:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    405: 
                    406: $(top_srcdir)/configure:  $(am__configure_deps)
                    407:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    408: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    409:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    410: $(am__aclocal_m4_deps):
                    411: 
                    412: clean-noinstPROGRAMS:
                    413:        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
                    414:        echo " rm -f" $$list; \
                    415:        rm -f $$list || exit $$?; \
                    416:        test -n "$(EXEEXT)" || exit 0; \
                    417:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    418:        echo " rm -f" $$list; \
                    419:        rm -f $$list
                    420: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                    421:        @$(NORMAL_INSTALL)
                    422:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1.1.1.3   misho     423:        if test -n "$$list"; then \
                    424:          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
                    425:          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
                    426:        fi; \
1.1       misho     427:        for p in $$list; do echo "$$p $$p"; done | \
                    428:        sed 's/$(EXEEXT)$$//' | \
                    429:        while read p p1; do if test -f $$p || test -f $$p1; \
                    430:          then echo "$$p"; echo "$$p"; else :; fi; \
                    431:        done | \
                    432:        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
                    433:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    434:        sed 'N;N;N;s,\n, ,g' | \
                    435:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    436:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    437:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    438:            else { print "f", $$3 "/" $$4, $$1; } } \
                    439:          END { for (d in files) print "f", d, files[d] }' | \
                    440:        while read type dir files; do \
                    441:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    442:            test -z "$$files" || { \
                    443:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
                    444:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
                    445:            } \
                    446:        ; done
                    447: 
                    448: uninstall-sbinPROGRAMS:
                    449:        @$(NORMAL_UNINSTALL)
                    450:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                    451:        files=`for p in $$list; do echo "$$p"; done | \
                    452:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    453:              -e 's/$$/$(EXEEXT)/' `; \
                    454:        test -n "$$list" || exit 0; \
                    455:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
                    456:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
                    457: 
                    458: clean-sbinPROGRAMS:
                    459:        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
                    460:        echo " rm -f" $$list; \
                    461:        rm -f $$list || exit $$?; \
                    462:        test -n "$(EXEEXT)" || exit 0; \
                    463:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    464:        echo " rm -f" $$list; \
                    465:        rm -f $$list
1.1.1.3   misho     466: testzebra$(EXEEXT): $(testzebra_OBJECTS) $(testzebra_DEPENDENCIES) $(EXTRA_testzebra_DEPENDENCIES) 
1.1       misho     467:        @rm -f testzebra$(EXEEXT)
1.1.1.5 ! misho     468:        $(AM_V_CCLD)$(LINK) $(testzebra_OBJECTS) $(testzebra_LDADD) $(LIBS)
1.1.1.3   misho     469: zebra$(EXEEXT): $(zebra_OBJECTS) $(zebra_DEPENDENCIES) $(EXTRA_zebra_DEPENDENCIES) 
1.1       misho     470:        @rm -f zebra$(EXEEXT)
1.1.1.5 ! misho     471:        $(AM_V_CCLD)$(LINK) $(zebra_OBJECTS) $(zebra_LDADD) $(LIBS)
1.1       misho     472: 
                    473: mostlyclean-compile:
                    474:        -rm -f *.$(OBJEXT)
                    475: 
                    476: distclean-compile:
                    477:        -rm -f *.tab.c
                    478: 
                    479: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connected.Po@am__quote@
                    480: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
                    481: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
                    482: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioctl_null.Po@am__quote@
                    483: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irdp_interface.Po@am__quote@
                    484: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irdp_main.Po@am__quote@
                    485: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irdp_packet.Po@am__quote@
                    486: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_null.Po@am__quote@
                    487: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
                    488: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc_null.Po@am__quote@
                    489: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redistribute.Po@am__quote@
                    490: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redistribute_null.Po@am__quote@
                    491: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/router-id.Po@am__quote@
                    492: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtadv.Po@am__quote@
                    493: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_main.Po@am__quote@
1.1.1.4   misho     494: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zebra_fpm.Po@am__quote@
                    495: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zebra_fpm_netlink.Po@am__quote@
1.1       misho     496: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zebra_rib.Po@am__quote@
                    497: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zebra_routemap.Po@am__quote@
                    498: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zebra_snmp.Po@am__quote@
                    499: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zebra_vty.Po@am__quote@
                    500: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zserv.Po@am__quote@
                    501: 
                    502: .c.o:
1.1.1.5 ! misho     503: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           504: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           505: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misho     506: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.5 ! misho     507: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1.1       misho     508: 
                    509: .c.obj:
1.1.1.5 ! misho     510: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           511: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           512: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misho     513: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.5 ! misho     514: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       misho     515: 
                    516: .c.lo:
1.1.1.5 ! misho     517: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           518: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
        !           519: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1       misho     520: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.5 ! misho     521: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1.1       misho     522: 
                    523: mostlyclean-libtool:
                    524:        -rm -f *.lo
                    525: 
                    526: clean-libtool:
                    527:        -rm -rf .libs _libs
                    528: install-dist_examplesDATA: $(dist_examples_DATA)
                    529:        @$(NORMAL_INSTALL)
                    530:        @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
1.1.1.3   misho     531:        if test -n "$$list"; then \
                    532:          echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
                    533:          $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
                    534:        fi; \
1.1       misho     535:        for p in $$list; do \
                    536:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    537:          echo "$$d$$p"; \
                    538:        done | $(am__base_list) | \
                    539:        while read files; do \
                    540:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
                    541:          $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
                    542:        done
                    543: 
                    544: uninstall-dist_examplesDATA:
                    545:        @$(NORMAL_UNINSTALL)
                    546:        @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
                    547:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.1.1.2   misho     548:        dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
1.1       misho     549: 
                    550: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    551:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    552:        unique=`for i in $$list; do \
                    553:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    554:          done | \
                    555:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    556:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    557:        mkid -fID $$unique
                    558: tags: TAGS
                    559: 
                    560: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    561:                $(TAGS_FILES) $(LISP)
                    562:        set x; \
                    563:        here=`pwd`; \
                    564:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    565:        unique=`for i in $$list; do \
                    566:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    567:          done | \
                    568:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    569:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    570:        shift; \
                    571:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    572:          test -n "$$unique" || unique=$$empty_fix; \
                    573:          if test $$# -gt 0; then \
                    574:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    575:              "$$@" $$unique; \
                    576:          else \
                    577:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    578:              $$unique; \
                    579:          fi; \
                    580:        fi
                    581: ctags: CTAGS
                    582: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    583:                $(TAGS_FILES) $(LISP)
                    584:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    585:        unique=`for i in $$list; do \
                    586:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    587:          done | \
                    588:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    589:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    590:        test -z "$(CTAGS_ARGS)$$unique" \
                    591:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    592:             $$unique
                    593: 
                    594: GTAGS:
                    595:        here=`$(am__cd) $(top_builddir) && pwd` \
                    596:          && $(am__cd) $(top_srcdir) \
                    597:          && gtags -i $(GTAGS_ARGS) "$$here"
                    598: 
                    599: distclean-tags:
                    600:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    601: 
                    602: distdir: $(DISTFILES)
                    603:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    604:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    605:        list='$(DISTFILES)'; \
                    606:          dist_files=`for file in $$list; do echo $$file; done | \
                    607:          sed -e "s|^$$srcdirstrip/||;t" \
                    608:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    609:        case $$dist_files in \
                    610:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    611:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    612:                           sort -u` ;; \
                    613:        esac; \
                    614:        for file in $$dist_files; do \
                    615:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    616:          if test -d $$d/$$file; then \
                    617:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    618:            if test -d "$(distdir)/$$file"; then \
                    619:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    620:            fi; \
                    621:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    622:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    623:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    624:            fi; \
                    625:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    626:          else \
                    627:            test -f "$(distdir)/$$file" \
                    628:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    629:            || exit 1; \
                    630:          fi; \
                    631:        done
                    632: check-am: all-am
                    633: check: check-am
                    634: all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
                    635: installdirs:
                    636:        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)"; do \
                    637:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    638:        done
                    639: install: install-am
                    640: install-exec: install-exec-am
                    641: install-data: install-data-am
                    642: uninstall: uninstall-am
                    643: 
                    644: install-am: all-am
                    645:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    646: 
                    647: installcheck: installcheck-am
                    648: install-strip:
1.1.1.2   misho     649:        if test -z '$(STRIP)'; then \
                    650:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    651:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    652:              install; \
                    653:        else \
                    654:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    655:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    656:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    657:        fi
1.1       misho     658: mostlyclean-generic:
                    659: 
                    660: clean-generic:
                    661: 
                    662: distclean-generic:
                    663:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    664:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    665: 
                    666: maintainer-clean-generic:
                    667:        @echo "This command is intended for maintainers to use"
                    668:        @echo "it deletes files that may require special tools to rebuild."
                    669: clean: clean-am
                    670: 
                    671: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
                    672:        clean-sbinPROGRAMS mostlyclean-am
                    673: 
                    674: distclean: distclean-am
                    675:        -rm -rf ./$(DEPDIR)
                    676:        -rm -f Makefile
                    677: distclean-am: clean-am distclean-compile distclean-generic \
                    678:        distclean-tags
                    679: 
                    680: dvi: dvi-am
                    681: 
                    682: dvi-am:
                    683: 
                    684: html: html-am
                    685: 
                    686: html-am:
                    687: 
                    688: info: info-am
                    689: 
                    690: info-am:
                    691: 
                    692: install-data-am: install-dist_examplesDATA
                    693: 
                    694: install-dvi: install-dvi-am
                    695: 
                    696: install-dvi-am:
                    697: 
                    698: install-exec-am: install-sbinPROGRAMS
                    699: 
                    700: install-html: install-html-am
                    701: 
                    702: install-html-am:
                    703: 
                    704: install-info: install-info-am
                    705: 
                    706: install-info-am:
                    707: 
                    708: install-man:
                    709: 
                    710: install-pdf: install-pdf-am
                    711: 
                    712: install-pdf-am:
                    713: 
                    714: install-ps: install-ps-am
                    715: 
                    716: install-ps-am:
                    717: 
                    718: installcheck-am:
                    719: 
                    720: maintainer-clean: maintainer-clean-am
                    721:        -rm -rf ./$(DEPDIR)
                    722:        -rm -f Makefile
                    723: maintainer-clean-am: distclean-am maintainer-clean-generic
                    724: 
                    725: mostlyclean: mostlyclean-am
                    726: 
                    727: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    728:        mostlyclean-libtool
                    729: 
                    730: pdf: pdf-am
                    731: 
                    732: pdf-am:
                    733: 
                    734: ps: ps-am
                    735: 
                    736: ps-am:
                    737: 
                    738: uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS
                    739: 
                    740: .MAKE: install-am install-strip
                    741: 
                    742: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.1.1.5 ! misho     743:        clean-libtool clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \
        !           744:        distclean distclean-compile distclean-generic \
1.1       misho     745:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    746:        html-am info info-am install install-am install-data \
                    747:        install-data-am install-dist_examplesDATA install-dvi \
                    748:        install-dvi-am install-exec install-exec-am install-html \
                    749:        install-html-am install-info install-info-am install-man \
                    750:        install-pdf install-pdf-am install-ps install-ps-am \
                    751:        install-sbinPROGRAMS install-strip installcheck \
                    752:        installcheck-am installdirs maintainer-clean \
                    753:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    754:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    755:        tags uninstall uninstall-am uninstall-dist_examplesDATA \
                    756:        uninstall-sbinPROGRAMS
                    757: 
1.1.1.5 ! misho     758: 
        !           759: client : client_main.o ../lib/libzebra.la
        !           760:        $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6)
1.1       misho     761: 
                    762: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    763: # Otherwise a system limit (for SysV at least) may be exceeded.
                    764: .NOEXPORT:

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