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