1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
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.
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
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 am__make_running_with_option = \
30 case $${target_option-} in \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
67 *$$target_option*) has_opt=yes; break;; \
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
89 build_triplet = @build@
91 target_triplet = @target@
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
95 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
96 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
97 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES = bgpd.sh ospf6d.sh ospfd.sh ripd.sh ripngd.sh \
105 CONFIG_CLEAN_VPATH_FILES =
106 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107 am__vpath_adj = case $$p in \
108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
111 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
113 am__nobase_strip_setup = \
114 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
116 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 am__nobase_list = $(am__nobase_strip_setup); \
118 for p in $$list; do echo "$$p $$p"; done | \
119 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121 if (++n[$$2] == $(am__install_max)) \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127 am__uninstall_files_from_dir = { \
129 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
133 am__installdirs = "$(DESTDIR)$(rcdir)"
134 SCRIPTS = $(rc_SCRIPTS)
135 AM_V_P = $(am__v_P_@AM_V@)
136 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 AM_V_GEN = $(am__v_GEN_@AM_V@)
140 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141 am__v_GEN_0 = @echo " GEN " $@;
143 AM_V_at = $(am__v_at_@AM_V@)
144 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__can_run_installinfo = \
150 case $$AM_UPDATE_INFO_DIR in \
152 *) (install-info --version) >/dev/null 2>&1;; \
154 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/bgpd.sh.in \
156 $(srcdir)/ospf6d.sh.in $(srcdir)/ospfd.sh.in \
157 $(srcdir)/ripd.sh.in $(srcdir)/ripngd.sh.in \
158 $(srcdir)/zebra.sh.in
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164 AUTOCONF = @AUTOCONF@
165 AUTOHEADER = @AUTOHEADER@
166 AUTOMAKE = @AUTOMAKE@
169 CARES_CFLAGS = @CARES_CFLAGS@
170 CARES_LIBS = @CARES_LIBS@
172 CCDEPMODE = @CCDEPMODE@
174 CONFDATE = @CONFDATE@
175 CONFIG_ARGS = @CONFIG_ARGS@
177 CPPFLAGS = @CPPFLAGS@
179 CYGPATH_W = @CYGPATH_W@
184 DSYMUTIL = @DSYMUTIL@
194 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
195 IF_METHOD = @IF_METHOD@
197 INSTALL_DATA = @INSTALL_DATA@
198 INSTALL_PROGRAM = @INSTALL_PROGRAM@
199 INSTALL_SCRIPT = @INSTALL_SCRIPT@
200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201 IOCTL_METHOD = @IOCTL_METHOD@
202 IPFORWARD = @IPFORWARD@
204 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
205 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
206 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
207 KERNEL_METHOD = @KERNEL_METHOD@
215 LIBREADLINE = @LIBREADLINE@
218 LIB_REGEX = @LIB_REGEX@
221 LTLIBOBJS = @LTLIBOBJS@
222 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
223 MAKEINFO = @MAKEINFO@
224 MANIFEST_TOOL = @MANIFEST_TOOL@
226 NETSNMP_CONFIG = @NETSNMP_CONFIG@
234 OSPFCLIENT = @OSPFCLIENT@
239 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
240 PACKAGE_NAME = @PACKAGE_NAME@
241 PACKAGE_STRING = @PACKAGE_STRING@
242 PACKAGE_TARNAME = @PACKAGE_TARNAME@
243 PACKAGE_URL = @PACKAGE_URL@
244 PACKAGE_VERSION = @PACKAGE_VERSION@
246 PATH_SEPARATOR = @PATH_SEPARATOR@
247 PDFLATEX = @PDFLATEX@
250 PKG_CONFIG = @PKG_CONFIG@
251 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
252 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
253 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
254 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
255 PROTOC_C = @PROTOC_C@
259 RTREAD_METHOD = @RTREAD_METHOD@
260 RT_METHOD = @RT_METHOD@
262 SET_MAKE = @SET_MAKE@
268 WATCHQUAGGA = @WATCHQUAGGA@
269 WEAK_ALIAS = @WEAK_ALIAS@
270 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
273 abs_builddir = @abs_builddir@
274 abs_srcdir = @abs_srcdir@
275 abs_top_builddir = @abs_top_builddir@
276 abs_top_srcdir = @abs_top_srcdir@
277 ac_ct_AR = @ac_ct_AR@
278 ac_ct_CC = @ac_ct_CC@
279 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280 am__include = @am__include@
281 am__leading_dot = @am__leading_dot@
282 am__quote = @am__quote@
284 am__untar = @am__untar@
287 build_alias = @build_alias@
288 build_cpu = @build_cpu@
289 build_os = @build_os@
290 build_vendor = @build_vendor@
291 builddir = @builddir@
293 datarootdir = @datarootdir@
296 enable_group = @enable_group@
297 enable_user = @enable_user@
298 enable_vty_group = @enable_vty_group@
299 exampledir = @exampledir@
300 exec_prefix = @exec_prefix@
302 host_alias = @host_alias@
303 host_cpu = @host_cpu@
305 host_vendor = @host_vendor@
307 includedir = @includedir@
309 install_sh = @install_sh@
311 libexecdir = @libexecdir@
312 localedir = @localedir@
313 localstatedir = @localstatedir@
316 oldincludedir = @oldincludedir@
318 pkgsrcdir = @pkgsrcdir@
319 pkgsrcrcdir = @pkgsrcrcdir@
321 program_transform_name = @program_transform_name@
323 quagga_statedir = @quagga_statedir@
325 sharedstatedir = @sharedstatedir@
327 sysconfdir = @sysconfdir@
329 target_alias = @target_alias@
330 target_cpu = @target_cpu@
331 target_os = @target_os@
332 target_vendor = @target_vendor@
333 top_build_prefix = @top_build_prefix@
334 top_builddir = @top_builddir@
335 top_srcdir = @top_srcdir@
336 rcdir = @pkgsrcrcdir@
337 rc_SCRIPTS = bgpd.sh ospf6d.sh ospfd.sh ripd.sh ripngd.sh zebra.sh
341 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
343 case '$(am__configure_deps)' in \
345 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
346 && { if test -f $@; then exit 0; else break; fi; }; \
350 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pkgsrc/Makefile'; \
351 $(am__cd) $(top_srcdir) && \
352 $(AUTOMAKE) --gnu pkgsrc/Makefile
353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
358 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
359 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
362 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365 $(top_srcdir)/configure: $(am__configure_deps)
366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369 $(am__aclocal_m4_deps):
370 bgpd.sh: $(top_builddir)/config.status $(srcdir)/bgpd.sh.in
371 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
372 ospf6d.sh: $(top_builddir)/config.status $(srcdir)/ospf6d.sh.in
373 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
374 ospfd.sh: $(top_builddir)/config.status $(srcdir)/ospfd.sh.in
375 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
376 ripd.sh: $(top_builddir)/config.status $(srcdir)/ripd.sh.in
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
378 ripngd.sh: $(top_builddir)/config.status $(srcdir)/ripngd.sh.in
379 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
380 zebra.sh: $(top_builddir)/config.status $(srcdir)/zebra.sh.in
381 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
382 install-rcSCRIPTS: $(rc_SCRIPTS)
384 @list='$(rc_SCRIPTS)'; test -n "$(rcdir)" || list=; \
385 if test -n "$$list"; then \
386 echo " $(MKDIR_P) '$(DESTDIR)$(rcdir)'"; \
387 $(MKDIR_P) "$(DESTDIR)$(rcdir)" || exit 1; \
389 for p in $$list; do \
390 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
391 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
393 sed -e 'p;s,.*/,,;n' \
395 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
396 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
397 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
398 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
399 if (++n[d] == $(am__install_max)) { \
400 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
401 else { print "f", d "/" $$4, $$1 } } \
402 END { for (d in files) print "f", d, files[d] }' | \
403 while read type dir files; do \
404 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
405 test -z "$$files" || { \
406 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(rcdir)$$dir'"; \
407 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(rcdir)$$dir" || exit $$?; \
413 @list='$(rc_SCRIPTS)'; test -n "$(rcdir)" || exit 0; \
414 files=`for p in $$list; do echo "$$p"; done | \
415 sed -e 's,.*/,,;$(transform)'`; \
416 dir='$(DESTDIR)$(rcdir)'; $(am__uninstall_files_from_dir)
430 distdir: $(DISTFILES)
431 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433 list='$(DISTFILES)'; \
434 dist_files=`for file in $$list; do echo $$file; done | \
435 sed -e "s|^$$srcdirstrip/||;t" \
436 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
437 case $$dist_files in \
438 */*) $(MKDIR_P) `echo "$$dist_files" | \
439 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442 for file in $$dist_files; do \
443 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444 if test -d $$d/$$file; then \
445 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446 if test -d "$(distdir)/$$file"; then \
447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455 test -f "$(distdir)/$$file" \
456 || cp -p $$d/$$file "$(distdir)/$$file" \
462 all-am: Makefile $(SCRIPTS)
464 for dir in "$(DESTDIR)$(rcdir)"; do \
465 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
468 install-exec: install-exec-am
469 install-data: install-data-am
470 uninstall: uninstall-am
473 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
475 installcheck: installcheck-am
477 if test -z '$(STRIP)'; then \
478 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
482 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
491 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
492 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
494 maintainer-clean-generic:
495 @echo "This command is intended for maintainers to use"
496 @echo "it deletes files that may require special tools to rebuild."
499 clean-am: clean-generic clean-libtool mostlyclean-am
501 distclean: distclean-am
503 distclean-am: clean-am distclean-generic
517 install-data-am: install-rcSCRIPTS
519 install-dvi: install-dvi-am
525 install-html: install-html-am
529 install-info: install-info-am
535 install-pdf: install-pdf-am
539 install-ps: install-ps-am
545 maintainer-clean: maintainer-clean-am
547 maintainer-clean-am: distclean-am maintainer-clean-generic
549 mostlyclean: mostlyclean-am
551 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
561 uninstall-am: uninstall-rcSCRIPTS
563 .MAKE: install-am install-strip
565 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
566 cscopelist-am ctags-am distclean distclean-generic \
567 distclean-libtool distdir dvi dvi-am html html-am info info-am \
568 install install-am install-data install-data-am install-dvi \
569 install-dvi-am install-exec install-exec-am install-html \
570 install-html-am install-info install-info-am install-man \
571 install-pdf install-pdf-am install-ps install-ps-am \
572 install-rcSCRIPTS install-strip installcheck installcheck-am \
573 installdirs maintainer-clean maintainer-clean-generic \
574 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
575 ps ps-am tags-am uninstall uninstall-am uninstall-rcSCRIPTS
580 # Tell versions [3.59,3.63) of GNU make to not export all variables.
581 # Otherwise a system limit (for SysV at least) may be exceeded.