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