New upstream version 1.2.3
[quagga-debian.git] / ospfd / 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 = ospfd$(EXEEXT)
96 subdir = ospfd
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) $(ospfdheader_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 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111 am__vpath_adj = case $$p in \
112     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113     *) f=$$p;; \
114   esac;
115 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116 am__install_max = 40
117 am__nobase_strip_setup = \
118   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119 am__nobase_strip = \
120   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121 am__nobase_list = $(am__nobase_strip_setup); \
122   for p in $$list; do echo "$$p $$p"; done | \
123   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125     if (++n[$$2] == $(am__install_max)) \
126       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127     END { for (dir in files) print dir, files[dir] }'
128 am__base_list = \
129   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131 am__uninstall_files_from_dir = { \
132   test -z "$$files" \
133     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135          $(am__cd) "$$dir" && rm -f $$files; }; \
136   }
137 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
138         "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"
139 LTLIBRARIES = $(lib_LTLIBRARIES)
140 libospf_la_DEPENDENCIES = ../lib/libzebra.la
141 am_libospf_la_OBJECTS = ospfd.lo ospf_zebra.lo ospf_interface.lo \
142         ospf_ism.lo ospf_neighbor.lo ospf_nsm.lo ospf_dump.lo \
143         ospf_network.lo ospf_packet.lo ospf_lsa.lo ospf_spf.lo \
144         ospf_route.lo ospf_ase.lo ospf_abr.lo ospf_ia.lo ospf_flood.lo \
145         ospf_lsdb.lo ospf_asbr.lo ospf_routemap.lo ospf_snmp.lo \
146         ospf_opaque.lo ospf_te.lo ospf_ri.lo ospf_vty.lo ospf_api.lo \
147         ospf_apiserver.lo
148 libospf_la_OBJECTS = $(am_libospf_la_OBJECTS)
149 AM_V_lt = $(am__v_lt_@AM_V@)
150 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
151 am__v_lt_0 = --silent
152 am__v_lt_1 = 
153 libospf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
155         $(libospf_la_LDFLAGS) $(LDFLAGS) -o $@
156 PROGRAMS = $(sbin_PROGRAMS)
157 am_ospfd_OBJECTS = ospf_main.$(OBJEXT)
158 ospfd_OBJECTS = $(am_ospfd_OBJECTS)
159 ospfd_DEPENDENCIES = libospf.la ../lib/libzebra.la
160 AM_V_P = $(am__v_P_@AM_V@)
161 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
162 am__v_P_0 = false
163 am__v_P_1 = :
164 AM_V_GEN = $(am__v_GEN_@AM_V@)
165 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
166 am__v_GEN_0 = @echo "  GEN     " $@;
167 am__v_GEN_1 = 
168 AM_V_at = $(am__v_at_@AM_V@)
169 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
170 am__v_at_0 = @
171 am__v_at_1 = 
172 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
173 depcomp = $(SHELL) $(top_srcdir)/depcomp
174 am__depfiles_maybe = depfiles
175 am__mv = mv -f
176 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
177         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
178 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
180         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
181         $(AM_CFLAGS) $(CFLAGS)
182 AM_V_CC = $(am__v_CC_@AM_V@)
183 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
184 am__v_CC_0 = @echo "  CC      " $@;
185 am__v_CC_1 = 
186 CCLD = $(CC)
187 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
188         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
189         $(AM_LDFLAGS) $(LDFLAGS) -o $@
190 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
191 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
192 am__v_CCLD_0 = @echo "  CCLD    " $@;
193 am__v_CCLD_1 = 
194 SOURCES = $(libospf_la_SOURCES) $(ospfd_SOURCES)
195 DIST_SOURCES = $(libospf_la_SOURCES) $(ospfd_SOURCES)
196 am__can_run_installinfo = \
197   case $$AM_UPDATE_INFO_DIR in \
198     n|no|NO) false;; \
199     *) (install-info --version) >/dev/null 2>&1;; \
200   esac
201 DATA = $(dist_examples_DATA)
202 HEADERS = $(noinst_HEADERS) $(ospfdheader_HEADERS)
203 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204 # Read a list of newline-separated strings from the standard input,
205 # and print each of them once, without duplicates.  Input order is
206 # *not* preserved.
207 am__uniquify_input = $(AWK) '\
208   BEGIN { nonempty = 0; } \
209   { items[$$0] = 1; nonempty = 1; } \
210   END { if (nonempty) { for (i in items) print i; }; } \
211 '
212 # Make sure the list of sources is unique.  This is necessary because,
213 # e.g., the same source file might be shared among _SOURCES variables
214 # for different programs/libraries.
215 am__define_uniq_tagged_files = \
216   list='$(am__tagged_files)'; \
217   unique=`for i in $$list; do \
218     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219   done | $(am__uniquify_input)`
220 ETAGS = etags
221 CTAGS = ctags
222 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224 ACLOCAL = @ACLOCAL@
225 AMTAR = @AMTAR@
226 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
227 AR = @AR@
228 AUTOCONF = @AUTOCONF@
229 AUTOHEADER = @AUTOHEADER@
230 AUTOMAKE = @AUTOMAKE@
231 AWK = @AWK@
232 BGPD = @BGPD@
233 CARES_CFLAGS = @CARES_CFLAGS@
234 CARES_LIBS = @CARES_LIBS@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CONFDATE = @CONFDATE@
239 CONFIG_ARGS = @CONFIG_ARGS@
240 CPP = @CPP@
241 CPPFLAGS = @CPPFLAGS@
242 CURSES = @CURSES@
243 CYGPATH_W = @CYGPATH_W@
244 DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
245 DEPDIR = @DEPDIR@
246 DLLTOOL = @DLLTOOL@
247 DOC = @DOC@
248 DSYMUTIL = @DSYMUTIL@
249 DUMPBIN = @DUMPBIN@
250 ECHO_C = @ECHO_C@
251 ECHO_N = @ECHO_N@
252 ECHO_T = @ECHO_T@
253 EGREP = @EGREP@
254 EXEEXT = @EXEEXT@
255 FGREP = @FGREP@
256 GAWK = @GAWK@
257 GREP = @GREP@
258 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
259 IF_METHOD = @IF_METHOD@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 IOCTL_METHOD = @IOCTL_METHOD@
266 IPFORWARD = @IPFORWARD@
267 ISISD = @ISISD@
268 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
269 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
270 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
271 KERNEL_METHOD = @KERNEL_METHOD@
272 LATEXMK = @LATEXMK@
273 LD = @LD@
274 LDFLAGS = @LDFLAGS@
275 LIBCAP = @LIBCAP@
276 LIBM = @LIBM@
277 LIBOBJS = @LIBOBJS@
278 LIBPAM = @LIBPAM@
279 LIBREADLINE = @LIBREADLINE@
280 LIBS = @LIBS@
281 LIBTOOL = @LIBTOOL@
282 LIB_REGEX = @LIB_REGEX@
283 LIPO = @LIPO@
284 LN_S = @LN_S@
285 LTLIBOBJS = @LTLIBOBJS@
286 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
287 MAKEINFO = @MAKEINFO@
288 MANIFEST_TOOL = @MANIFEST_TOOL@
289 MKDIR_P = @MKDIR_P@
290 NETSNMP_CONFIG = @NETSNMP_CONFIG@
291 NHRPD = @NHRPD@
292 NM = @NM@
293 NMEDIT = @NMEDIT@
294 OBJDUMP = @OBJDUMP@
295 OBJEXT = @OBJEXT@
296 OSPF6D = @OSPF6D@
297 OSPFAPI = @OSPFAPI@
298 OSPFCLIENT = @OSPFCLIENT@
299 OSPFD = @OSPFD@
300 OTOOL = @OTOOL@
301 OTOOL64 = @OTOOL64@
302 PACKAGE = @PACKAGE@
303 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304 PACKAGE_NAME = @PACKAGE_NAME@
305 PACKAGE_STRING = @PACKAGE_STRING@
306 PACKAGE_TARNAME = @PACKAGE_TARNAME@
307 PACKAGE_URL = @PACKAGE_URL@
308 PACKAGE_VERSION = @PACKAGE_VERSION@
309 PANDOC = @PANDOC@
310 PATH_SEPARATOR = @PATH_SEPARATOR@
311 PDFLATEX = @PDFLATEX@
312 PERL = @PERL@
313 PIMD = @PIMD@
314 PKG_CONFIG = @PKG_CONFIG@
315 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
316 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
317 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
318 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
319 PROTOC_C = @PROTOC_C@
320 RANLIB = @RANLIB@
321 RIPD = @RIPD@
322 RIPNGD = @RIPNGD@
323 RTREAD_METHOD = @RTREAD_METHOD@
324 RT_METHOD = @RT_METHOD@
325 SED = @SED@
326 SET_MAKE = @SET_MAKE@
327 SHELL = @SHELL@
328 SOLARIS = @SOLARIS@
329 STRIP = @STRIP@
330 VERSION = @VERSION@
331 VTYSH = @VTYSH@
332 WATCHQUAGGA = @WATCHQUAGGA@
333 WEAK_ALIAS = @WEAK_ALIAS@
334 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
335 WERROR = @WERROR@
336 ZEBRA = @ZEBRA@
337 abs_builddir = @abs_builddir@
338 abs_srcdir = @abs_srcdir@
339 abs_top_builddir = @abs_top_builddir@
340 abs_top_srcdir = @abs_top_srcdir@
341 ac_ct_AR = @ac_ct_AR@
342 ac_ct_CC = @ac_ct_CC@
343 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
344 am__include = @am__include@
345 am__leading_dot = @am__leading_dot@
346 am__quote = @am__quote@
347 am__tar = @am__tar@
348 am__untar = @am__untar@
349 bindir = @bindir@
350 build = @build@
351 build_alias = @build_alias@
352 build_cpu = @build_cpu@
353 build_os = @build_os@
354 build_vendor = @build_vendor@
355 builddir = @builddir@
356 datadir = @datadir@
357 datarootdir = @datarootdir@
358 docdir = @docdir@
359 dvidir = @dvidir@
360 enable_group = @enable_group@
361 enable_user = @enable_user@
362 enable_vty_group = @enable_vty_group@
363 exampledir = @exampledir@
364 exec_prefix = @exec_prefix@
365 host = @host@
366 host_alias = @host_alias@
367 host_cpu = @host_cpu@
368 host_os = @host_os@
369 host_vendor = @host_vendor@
370 htmldir = @htmldir@
371 includedir = @includedir@
372 infodir = @infodir@
373 install_sh = @install_sh@
374 libdir = @libdir@
375 libexecdir = @libexecdir@
376 localedir = @localedir@
377 localstatedir = @localstatedir@
378 mandir = @mandir@
379 mkdir_p = @mkdir_p@
380 oldincludedir = @oldincludedir@
381 pdfdir = @pdfdir@
382 pkgsrcdir = @pkgsrcdir@
383 pkgsrcrcdir = @pkgsrcrcdir@
384 prefix = @prefix@
385 program_transform_name = @program_transform_name@
386 psdir = @psdir@
387 quagga_statedir = @quagga_statedir@
388 sbindir = @sbindir@
389 sharedstatedir = @sharedstatedir@
390 srcdir = @srcdir@
391 sysconfdir = @sysconfdir@
392 target = @target@
393 target_alias = @target_alias@
394 target_cpu = @target_cpu@
395 target_os = @target_os@
396 target_vendor = @target_vendor@
397 top_build_prefix = @top_build_prefix@
398 top_builddir = @top_builddir@
399 top_srcdir = @top_srcdir@
400 AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
401 AM_CFLAGS = $(WERROR)
402 INSTALL_SDATA = @INSTALL@ -m 600
403 lib_LTLIBRARIES = libospf.la
404 libospf_la_LDFLAGS = -version-info 0:0:0
405 libospf_la_LIBADD = ../lib/libzebra.la
406 libospf_la_SOURCES = \
407         ospfd.c ospf_zebra.c ospf_interface.c ospf_ism.c ospf_neighbor.c \
408         ospf_nsm.c ospf_dump.c ospf_network.c ospf_packet.c ospf_lsa.c \
409         ospf_spf.c ospf_route.c ospf_ase.c ospf_abr.c ospf_ia.c ospf_flood.c \
410         ospf_lsdb.c ospf_asbr.c ospf_routemap.c ospf_snmp.c \
411         ospf_opaque.c ospf_te.c ospf_ri.c ospf_vty.c ospf_api.c ospf_apiserver.c
412
413 ospfdheaderdir = $(pkgincludedir)/ospfd
414 ospfdheader_HEADERS = \
415         ospf_api.h ospf_asbr.h ospf_dump.h ospf_lsa.h ospf_lsdb.h \
416         ospf_nsm.h ospf_ism.h ospf_opaque.h ospfd.h
417
418 noinst_HEADERS = \
419         ospf_interface.h ospf_neighbor.h ospf_network.h ospf_packet.h \
420         ospf_zebra.h ospf_spf.h ospf_route.h ospf_ase.h ospf_abr.h ospf_ia.h \
421         ospf_flood.h ospf_snmp.h ospf_te.h ospf_ri.h ospf_vty.h ospf_apiserver.h
422
423 ospfd_SOURCES = ospf_main.c
424 ospfd_LDADD = libospf.la ../lib/libzebra.la @LIBCAP@ @LIBM@
425 EXTRA_DIST = OSPF-MIB.txt OSPF-TRAP-MIB.txt ChangeLog.opaque.txt
426 examplesdir = $(exampledir)
427 dist_examples_DATA = ospfd.conf.sample
428 all: all-am
429
430 .SUFFIXES:
431 .SUFFIXES: .c .lo .o .obj
432 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
433         @for dep in $?; do \
434           case '$(am__configure_deps)' in \
435             *$$dep*) \
436               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
437                 && { if test -f $@; then exit 0; else break; fi; }; \
438               exit 1;; \
439           esac; \
440         done; \
441         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ospfd/Makefile'; \
442         $(am__cd) $(top_srcdir) && \
443           $(AUTOMAKE) --gnu ospfd/Makefile
444 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
445         @case '$?' in \
446           *config.status*) \
447             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
448           *) \
449             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
450             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
451         esac;
452
453 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456 $(top_srcdir)/configure:  $(am__configure_deps)
457         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
459         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460 $(am__aclocal_m4_deps):
461
462 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
463         @$(NORMAL_INSTALL)
464         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
465         list2=; for p in $$list; do \
466           if test -f $$p; then \
467             list2="$$list2 $$p"; \
468           else :; fi; \
469         done; \
470         test -z "$$list2" || { \
471           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
472           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
473           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
474           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
475         }
476
477 uninstall-libLTLIBRARIES:
478         @$(NORMAL_UNINSTALL)
479         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
480         for p in $$list; do \
481           $(am__strip_dir) \
482           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
483           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
484         done
485
486 clean-libLTLIBRARIES:
487         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
488         @list='$(lib_LTLIBRARIES)'; \
489         locs=`for p in $$list; do echo $$p; done | \
490               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
491               sort -u`; \
492         test -z "$$locs" || { \
493           echo rm -f $${locs}; \
494           rm -f $${locs}; \
495         }
496
497 libospf.la: $(libospf_la_OBJECTS) $(libospf_la_DEPENDENCIES) $(EXTRA_libospf_la_DEPENDENCIES) 
498         $(AM_V_CCLD)$(libospf_la_LINK) -rpath $(libdir) $(libospf_la_OBJECTS) $(libospf_la_LIBADD) $(LIBS)
499 install-sbinPROGRAMS: $(sbin_PROGRAMS)
500         @$(NORMAL_INSTALL)
501         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
502         if test -n "$$list"; then \
503           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
504           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
505         fi; \
506         for p in $$list; do echo "$$p $$p"; done | \
507         sed 's/$(EXEEXT)$$//' | \
508         while read p p1; do if test -f $$p \
509          || test -f $$p1 \
510           ; then echo "$$p"; echo "$$p"; else :; fi; \
511         done | \
512         sed -e 'p;s,.*/,,;n;h' \
513             -e 's|.*|.|' \
514             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
515         sed 'N;N;N;s,\n, ,g' | \
516         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
517           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
518             if ($$2 == $$4) files[d] = files[d] " " $$1; \
519             else { print "f", $$3 "/" $$4, $$1; } } \
520           END { for (d in files) print "f", d, files[d] }' | \
521         while read type dir files; do \
522             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
523             test -z "$$files" || { \
524             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
525             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
526             } \
527         ; done
528
529 uninstall-sbinPROGRAMS:
530         @$(NORMAL_UNINSTALL)
531         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
532         files=`for p in $$list; do echo "$$p"; done | \
533           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
534               -e 's/$$/$(EXEEXT)/' \
535         `; \
536         test -n "$$list" || exit 0; \
537         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
538         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
539
540 clean-sbinPROGRAMS:
541         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
542         echo " rm -f" $$list; \
543         rm -f $$list || exit $$?; \
544         test -n "$(EXEEXT)" || exit 0; \
545         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
546         echo " rm -f" $$list; \
547         rm -f $$list
548
549 ospfd$(EXEEXT): $(ospfd_OBJECTS) $(ospfd_DEPENDENCIES) $(EXTRA_ospfd_DEPENDENCIES) 
550         @rm -f ospfd$(EXEEXT)
551         $(AM_V_CCLD)$(LINK) $(ospfd_OBJECTS) $(ospfd_LDADD) $(LIBS)
552
553 mostlyclean-compile:
554         -rm -f *.$(OBJEXT)
555
556 distclean-compile:
557         -rm -f *.tab.c
558
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_abr.Plo@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_api.Plo@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_apiserver.Plo@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_asbr.Plo@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ase.Plo@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_dump.Plo@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_flood.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ia.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_interface.Plo@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ism.Plo@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_lsa.Plo@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_lsdb.Plo@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_main.Po@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_neighbor.Plo@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_network.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_nsm.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_opaque.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_packet.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ri.Plo@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_route.Plo@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_routemap.Plo@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_snmp.Plo@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_spf.Plo@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_te.Plo@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_vty.Plo@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_zebra.Plo@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospfd.Plo@am__quote@
586
587 .c.o:
588 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
589 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
590 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
591 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
593
594 .c.obj:
595 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
596 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
598 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
600
601 .c.lo:
602 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
603 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
605 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
607
608 mostlyclean-libtool:
609         -rm -f *.lo
610
611 clean-libtool:
612         -rm -rf .libs _libs
613 install-dist_examplesDATA: $(dist_examples_DATA)
614         @$(NORMAL_INSTALL)
615         @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
616         if test -n "$$list"; then \
617           echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
618           $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
619         fi; \
620         for p in $$list; do \
621           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
622           echo "$$d$$p"; \
623         done | $(am__base_list) | \
624         while read files; do \
625           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
626           $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
627         done
628
629 uninstall-dist_examplesDATA:
630         @$(NORMAL_UNINSTALL)
631         @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
632         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
633         dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
634 install-ospfdheaderHEADERS: $(ospfdheader_HEADERS)
635         @$(NORMAL_INSTALL)
636         @list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || list=; \
637         if test -n "$$list"; then \
638           echo " $(MKDIR_P) '$(DESTDIR)$(ospfdheaderdir)'"; \
639           $(MKDIR_P) "$(DESTDIR)$(ospfdheaderdir)" || exit 1; \
640         fi; \
641         for p in $$list; do \
642           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
643           echo "$$d$$p"; \
644         done | $(am__base_list) | \
645         while read files; do \
646           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ospfdheaderdir)'"; \
647           $(INSTALL_HEADER) $$files "$(DESTDIR)$(ospfdheaderdir)" || exit $$?; \
648         done
649
650 uninstall-ospfdheaderHEADERS:
651         @$(NORMAL_UNINSTALL)
652         @list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || list=; \
653         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
654         dir='$(DESTDIR)$(ospfdheaderdir)'; $(am__uninstall_files_from_dir)
655
656 ID: $(am__tagged_files)
657         $(am__define_uniq_tagged_files); mkid -fID $$unique
658 tags: tags-am
659 TAGS: tags
660
661 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
662         set x; \
663         here=`pwd`; \
664         $(am__define_uniq_tagged_files); \
665         shift; \
666         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
667           test -n "$$unique" || unique=$$empty_fix; \
668           if test $$# -gt 0; then \
669             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670               "$$@" $$unique; \
671           else \
672             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
673               $$unique; \
674           fi; \
675         fi
676 ctags: ctags-am
677
678 CTAGS: ctags
679 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
680         $(am__define_uniq_tagged_files); \
681         test -z "$(CTAGS_ARGS)$$unique" \
682           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
683              $$unique
684
685 GTAGS:
686         here=`$(am__cd) $(top_builddir) && pwd` \
687           && $(am__cd) $(top_srcdir) \
688           && gtags -i $(GTAGS_ARGS) "$$here"
689 cscopelist: cscopelist-am
690
691 cscopelist-am: $(am__tagged_files)
692         list='$(am__tagged_files)'; \
693         case "$(srcdir)" in \
694           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
695           *) sdir=$(subdir)/$(srcdir) ;; \
696         esac; \
697         for i in $$list; do \
698           if test -f "$$i"; then \
699             echo "$(subdir)/$$i"; \
700           else \
701             echo "$$sdir/$$i"; \
702           fi; \
703         done >> $(top_builddir)/cscope.files
704
705 distclean-tags:
706         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
707
708 distdir: $(DISTFILES)
709         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
710         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
711         list='$(DISTFILES)'; \
712           dist_files=`for file in $$list; do echo $$file; done | \
713           sed -e "s|^$$srcdirstrip/||;t" \
714               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
715         case $$dist_files in \
716           */*) $(MKDIR_P) `echo "$$dist_files" | \
717                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
718                            sort -u` ;; \
719         esac; \
720         for file in $$dist_files; do \
721           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
722           if test -d $$d/$$file; then \
723             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
724             if test -d "$(distdir)/$$file"; then \
725               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
726             fi; \
727             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
728               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
729               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
730             fi; \
731             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
732           else \
733             test -f "$(distdir)/$$file" \
734             || cp -p $$d/$$file "$(distdir)/$$file" \
735             || exit 1; \
736           fi; \
737         done
738 check-am: all-am
739 check: check-am
740 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
741 installdirs:
742         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"; do \
743           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
744         done
745 install: install-am
746 install-exec: install-exec-am
747 install-data: install-data-am
748 uninstall: uninstall-am
749
750 install-am: all-am
751         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
752
753 installcheck: installcheck-am
754 install-strip:
755         if test -z '$(STRIP)'; then \
756           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
757             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
758               install; \
759         else \
760           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
761             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
762             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
763         fi
764 mostlyclean-generic:
765
766 clean-generic:
767
768 distclean-generic:
769         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
770         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
771
772 maintainer-clean-generic:
773         @echo "This command is intended for maintainers to use"
774         @echo "it deletes files that may require special tools to rebuild."
775 clean: clean-am
776
777 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
778         clean-sbinPROGRAMS mostlyclean-am
779
780 distclean: distclean-am
781         -rm -rf ./$(DEPDIR)
782         -rm -f Makefile
783 distclean-am: clean-am distclean-compile distclean-generic \
784         distclean-tags
785
786 dvi: dvi-am
787
788 dvi-am:
789
790 html: html-am
791
792 html-am:
793
794 info: info-am
795
796 info-am:
797
798 install-data-am: install-dist_examplesDATA install-ospfdheaderHEADERS
799
800 install-dvi: install-dvi-am
801
802 install-dvi-am:
803
804 install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
805
806 install-html: install-html-am
807
808 install-html-am:
809
810 install-info: install-info-am
811
812 install-info-am:
813
814 install-man:
815
816 install-pdf: install-pdf-am
817
818 install-pdf-am:
819
820 install-ps: install-ps-am
821
822 install-ps-am:
823
824 installcheck-am:
825
826 maintainer-clean: maintainer-clean-am
827         -rm -rf ./$(DEPDIR)
828         -rm -f Makefile
829 maintainer-clean-am: distclean-am maintainer-clean-generic
830
831 mostlyclean: mostlyclean-am
832
833 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
834         mostlyclean-libtool
835
836 pdf: pdf-am
837
838 pdf-am:
839
840 ps: ps-am
841
842 ps-am:
843
844 uninstall-am: uninstall-dist_examplesDATA uninstall-libLTLIBRARIES \
845         uninstall-ospfdheaderHEADERS uninstall-sbinPROGRAMS
846
847 .MAKE: install-am install-strip
848
849 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
850         clean-libLTLIBRARIES clean-libtool clean-sbinPROGRAMS \
851         cscopelist-am ctags ctags-am distclean distclean-compile \
852         distclean-generic distclean-libtool distclean-tags distdir dvi \
853         dvi-am html html-am info info-am install install-am \
854         install-data install-data-am install-dist_examplesDATA \
855         install-dvi install-dvi-am install-exec install-exec-am \
856         install-html install-html-am install-info install-info-am \
857         install-libLTLIBRARIES install-man install-ospfdheaderHEADERS \
858         install-pdf install-pdf-am install-ps install-ps-am \
859         install-sbinPROGRAMS install-strip installcheck \
860         installcheck-am installdirs maintainer-clean \
861         maintainer-clean-generic mostlyclean mostlyclean-compile \
862         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
863         tags tags-am uninstall uninstall-am \
864         uninstall-dist_examplesDATA uninstall-libLTLIBRARIES \
865         uninstall-ospfdheaderHEADERS uninstall-sbinPROGRAMS
866
867 .PRECIOUS: Makefile
868
869
870 # Tell versions [3.59,3.63) of GNU make to not export all variables.
871 # Otherwise a system limit (for SysV at least) may be exceeded.
872 .NOEXPORT: