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