Tomato 1.28
[tomato.git] / release / src / router / zebra / ospf6d / Makefile
blobcc8c1745df8111adc63626aa70fd51dd3204f018
1 # Generated automatically from Makefile.in by configure.
2 # Makefile.in generated automatically by automake 1.4 from Makefile.am
4 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
15 SHELL = /bin/sh
17 srcdir = .
18 top_srcdir = ..
19 prefix = /usr/local/zebra
20 exec_prefix = ${prefix}
22 bindir = ${exec_prefix}/bin
23 sbindir = ${exec_prefix}/sbin
24 libexecdir = ${exec_prefix}/libexec
25 datadir = ${prefix}/share
26 sysconfdir = ${prefix}/etc
27 sharedstatedir = ${prefix}/com
28 localstatedir = ${prefix}/var
29 libdir = ${exec_prefix}/lib
30 infodir = ${prefix}/info
31 mandir = ${prefix}/man
32 includedir = ${prefix}/include
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/zebra
38 pkglibdir = $(libdir)/zebra
39 pkgincludedir = $(includedir)/zebra
41 top_builddir = ..
43 ACLOCAL = aclocal
44 AUTOCONF = autoconf
45 AUTOMAKE = automake
46 AUTOHEADER = autoheader
48 INSTALL = /usr/bin/install -c
49 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52 transform = s,x,x,
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = i686-pc-linux-gnu
61 host_triplet = i686-pc-linux-gnu
62 AR = ar
63 BGPD =
64 CC = gcc
65 CPP = gcc -E
66 CURSES =
67 IF_METHOD = if_netlink.o
68 IF_PROC = if_proc.o
69 IPFORWARD = ipforward_proc.o
70 KERNEL_METHOD =
71 LIBPAM =
72 LIB_IPV6 =
73 LIB_REGEX =
74 MAKEINFO = makeinfo
75 MULTIPATH_NUM = 1
76 OSPF6D =
77 OSPFD =
78 OTHER_METHOD =
79 PACKAGE = zebra
80 RANLIB = ranlib
81 RIPD = ripd
82 RIPNGD =
83 RTREAD_METHOD = rtread_netlink.o
84 RT_METHOD = rt_netlink.o
85 VERSION = 0.92a
86 VTYSH =
87 ZEBRA = zebra
89 INCLUDES = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
90 DEFS = -DHAVE_CONFIG_H -DSYSCONFDIR=\"$(sysconfdir)/\"
91 INSTALL_SDATA = /usr/bin/install -c -m 600
93 noinst_LIBRARIES = libospf6.a
94 sbin_PROGRAMS = ospf6d
96 libospf6_a_SOURCES = ospf6_dump.c ospf6d.c ospf6_interface.c ospf6_network.c ospf6_neighbor.c ospf6_message.c ospf6_lsa.c ospf6_spf.c ospf6_route.c ospf6_zebra.c ospf6_ism.c ospf6_dbex.c ospf6_lsdb.c ospf6_prefix.c ospf6_top.c ospf6_area.c ospf6_nsm.c ospf6_redistribute.c ospf6_routemap.c ospf6_list.c ospf6_proto.c
99 noinst_HEADERS = ospf6_area.h ospf6_dump.h ospf6_interface.h ospf6_lsa.h ospf6_message.h ospf6_neighbor.h ospf6_network.h ospf6_proto.h ospf6_spf.h ospf6_route.h ospf6_types.h ospf6_zebra.h ospf6d.h ospf6_ism.h ospf6_dbex.h ospf6_lsdb.h ospf6_prefix.h ospf6_top.h ospf6_nsm.h ospf6_redistribute.h ospf6_routemap.h ospf6_list.h
102 ospf6d_SOURCES = ospf6_main.c $(libospf6_a_SOURCES)
105 ospf6d_LDADD = ../lib/libzebra.a
107 sysconf_DATA = ospf6d.conf.sample
109 EXTRA_DIST = $(sysconf_DATA)
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = ../config.h
112 CONFIG_CLEAN_FILES =
113 LIBRARIES = $(noinst_LIBRARIES)
115 CPPFLAGS =
116 LDFLAGS =
117 LIBS = -lm -lcrypt
118 libospf6_a_LIBADD =
119 libospf6_a_OBJECTS = ospf6_dump.o ospf6d.o ospf6_interface.o \
120 ospf6_network.o ospf6_neighbor.o ospf6_message.o ospf6_lsa.o \
121 ospf6_spf.o ospf6_route.o ospf6_zebra.o ospf6_ism.o ospf6_dbex.o \
122 ospf6_lsdb.o ospf6_prefix.o ospf6_top.o ospf6_area.o ospf6_nsm.o \
123 ospf6_redistribute.o ospf6_routemap.o ospf6_list.o ospf6_proto.o
124 PROGRAMS = $(sbin_PROGRAMS)
126 ospf6d_OBJECTS = ospf6_main.o ospf6_dump.o ospf6d.o ospf6_interface.o \
127 ospf6_network.o ospf6_neighbor.o ospf6_message.o ospf6_lsa.o \
128 ospf6_spf.o ospf6_route.o ospf6_zebra.o ospf6_ism.o ospf6_dbex.o \
129 ospf6_lsdb.o ospf6_prefix.o ospf6_top.o ospf6_area.o ospf6_nsm.o \
130 ospf6_redistribute.o ospf6_routemap.o ospf6_list.o ospf6_proto.o
131 ospf6d_DEPENDENCIES = ../lib/libzebra.a
132 ospf6d_LDFLAGS =
133 CFLAGS = -g -O2 -Wall
134 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 CCLD = $(CC)
136 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
137 DATA = $(sysconf_DATA)
139 HEADERS = $(noinst_HEADERS)
141 DIST_COMMON = README ChangeLog Makefile.am Makefile.in
144 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
146 TAR = tar
147 GZIP_ENV = --best
148 SOURCES = $(libospf6_a_SOURCES) $(ospf6d_SOURCES)
149 OBJECTS = $(libospf6_a_OBJECTS) $(ospf6d_OBJECTS)
151 all: all-redirect
152 .SUFFIXES:
153 .SUFFIXES: .S .c .o .s
154 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
155 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ospf6d/Makefile
157 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
158 cd $(top_builddir) \
159 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162 mostlyclean-noinstLIBRARIES:
164 clean-noinstLIBRARIES:
165 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
167 distclean-noinstLIBRARIES:
169 maintainer-clean-noinstLIBRARIES:
171 .c.o:
172 $(COMPILE) -c $<
174 .s.o:
175 $(COMPILE) -c $<
177 .S.o:
178 $(COMPILE) -c $<
180 mostlyclean-compile:
181 -rm -f *.o core *.core
183 clean-compile:
185 distclean-compile:
186 -rm -f *.tab.c
188 maintainer-clean-compile:
190 libospf6.a: $(libospf6_a_OBJECTS) $(libospf6_a_DEPENDENCIES)
191 -rm -f libospf6.a
192 $(AR) cru libospf6.a $(libospf6_a_OBJECTS) $(libospf6_a_LIBADD)
193 $(RANLIB) libospf6.a
195 mostlyclean-sbinPROGRAMS:
197 clean-sbinPROGRAMS:
198 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
200 distclean-sbinPROGRAMS:
202 maintainer-clean-sbinPROGRAMS:
204 install-sbinPROGRAMS: $(sbin_PROGRAMS)
205 @$(NORMAL_INSTALL)
206 $(mkinstalldirs) $(DESTDIR)$(sbindir)
207 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
208 if test -f $$p; then \
209 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
210 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
211 else :; fi; \
212 done
214 uninstall-sbinPROGRAMS:
215 @$(NORMAL_UNINSTALL)
216 list='$(sbin_PROGRAMS)'; for p in $$list; do \
217 rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
218 done
220 ospf6d: $(ospf6d_OBJECTS) $(ospf6d_DEPENDENCIES)
221 @rm -f ospf6d
222 $(LINK) $(ospf6d_LDFLAGS) $(ospf6d_OBJECTS) $(ospf6d_LDADD) $(LIBS)
224 uninstall-sysconfDATA:
225 @$(NORMAL_UNINSTALL)
226 list='$(sysconf_DATA)'; for p in $$list; do \
227 rm -f $(DESTDIR)$(sysconfdir)/$$p; \
228 done
230 tags: TAGS
232 ID: $(HEADERS) $(SOURCES) $(LISP)
233 list='$(SOURCES) $(HEADERS)'; \
234 unique=`for i in $$list; do echo $$i; done | \
235 awk ' { files[$$0] = 1; } \
236 END { for (i in files) print i; }'`; \
237 here=`pwd` && cd $(srcdir) \
238 && mkid -f$$here/ID $$unique $(LISP)
240 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
241 tags=; \
242 here=`pwd`; \
243 list='$(SOURCES) $(HEADERS)'; \
244 unique=`for i in $$list; do echo $$i; done | \
245 awk ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
248 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
250 mostlyclean-tags:
252 clean-tags:
254 distclean-tags:
255 -rm -f TAGS ID
257 maintainer-clean-tags:
259 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
261 subdir = ospf6d
263 distdir: $(DISTFILES)
264 @for file in $(DISTFILES); do \
265 d=$(srcdir); \
266 if test -d $$d/$$file; then \
267 cp -pr $$/$$file $(distdir)/$$file; \
268 else \
269 test -f $(distdir)/$$file \
270 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271 || cp -p $$d/$$file $(distdir)/$$file || :; \
272 fi; \
273 done
274 info-am:
275 info: info-am
276 dvi-am:
277 dvi: dvi-am
278 check-am: all-am
279 check: check-am
280 installcheck-am:
281 installcheck: installcheck-am
282 install-exec-am: install-sbinPROGRAMS install-sysconfDATA
283 install-exec: install-exec-am
285 install-data-am:
286 install-data: install-data-am
288 install-am: all-am
289 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290 install: install-am
291 uninstall-am: uninstall-sbinPROGRAMS uninstall-sysconfDATA
292 uninstall: uninstall-am
293 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
294 all-redirect: all-am
295 install-strip:
296 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
297 installdirs:
298 $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir)
301 mostlyclean-generic:
303 clean-generic:
305 distclean-generic:
306 -rm -f Makefile $(CONFIG_CLEAN_FILES)
307 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
309 maintainer-clean-generic:
310 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
311 mostlyclean-sbinPROGRAMS mostlyclean-tags \
312 mostlyclean-generic
314 mostlyclean: mostlyclean-am
316 clean-am: clean-noinstLIBRARIES clean-compile clean-sbinPROGRAMS \
317 clean-tags clean-generic mostlyclean-am
319 clean: clean-am
321 distclean-am: distclean-noinstLIBRARIES distclean-compile \
322 distclean-sbinPROGRAMS distclean-tags distclean-generic \
323 clean-am
325 distclean: distclean-am
327 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
328 maintainer-clean-compile maintainer-clean-sbinPROGRAMS \
329 maintainer-clean-tags maintainer-clean-generic \
330 distclean-am
331 @echo "This command is intended for maintainers to use;"
332 @echo "it deletes files that may require special tools to rebuild."
334 maintainer-clean: maintainer-clean-am
336 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
337 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
338 mostlyclean-compile distclean-compile clean-compile \
339 maintainer-clean-compile mostlyclean-sbinPROGRAMS \
340 distclean-sbinPROGRAMS clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS \
341 uninstall-sbinPROGRAMS install-sbinPROGRAMS uninstall-sysconfDATA \
342 install-sysconfDATA tags mostlyclean-tags distclean-tags clean-tags \
343 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
344 installcheck-am installcheck install-exec-am install-exec \
345 install-data-am install-data install-am install uninstall-am uninstall \
346 all-redirect all-am all installdirs mostlyclean-generic \
347 distclean-generic clean-generic maintainer-clean-generic clean \
348 mostlyclean distclean maintainer-clean
351 install-sysconfDATA: $(sysconf_DATA)
352 @$(NORMAL_INSTALL)
353 $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
354 @list='$(sysconf_DATA)'; for p in $$list; do \
355 if test -f $(srcdir)/$$p; then \
356 echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
357 $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
358 else if test -f $$p; then \
359 echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
360 $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
361 fi; fi; \
362 done
364 depend:
365 @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c
367 ospf6_area.o: ospf6_area.c ospf6d.h ../lib/version.h ../lib/log.h \
368 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
369 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
370 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
371 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
372 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
373 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
374 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
375 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
376 ospf6_routemap.h
377 ospf6_dbex.o: ospf6_dbex.c ospf6d.h ../lib/version.h ../lib/log.h \
378 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
379 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
380 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
381 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
382 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
383 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
384 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
385 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
386 ospf6_routemap.h
387 ospf6_dump.o: ospf6_dump.c ospf6_dump.h ../lib/command.h ../lib/log.h
388 ospf6_interface.o: ospf6_interface.c ospf6d.h ../lib/version.h \
389 ../lib/log.h ../lib/linklist.h ../lib/thread.h ../lib/command.h \
390 ../lib/vector.h ../lib/vty.h ../lib/memory.h ../lib/sockunion.h \
391 ../lib/if.h ../lib/prefix.h ../lib/stream.h ../lib/filter.h \
392 ../lib/zclient.h ../lib/table.h ../lib/plist.h ospf6_types.h \
393 ospf6_prefix.h ospf6_message.h ospf6_proto.h ospf6_spf.h \
394 ospf6_redistribute.h ospf6_top.h ../lib/routemap.h ospf6_area.h \
395 ospf6_interface.h ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h \
396 ospf6_lsa.h ospf6_lsdb.h ospf6_route.h ospf6_dbex.h ospf6_network.h \
397 ospf6_zebra.h ospf6_dump.h ospf6_routemap.h
398 ospf6_ism.o: ospf6_ism.c ospf6d.h ../lib/version.h ../lib/log.h \
399 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
400 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
401 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
402 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
403 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
404 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
405 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
406 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
407 ospf6_routemap.h
408 ospf6_list.o: ospf6_list.c ../lib/memory.h ../lib/log.h ospf6_list.h
409 ospf6_lsa.o: ospf6_lsa.c ospf6d.h ../lib/version.h ../lib/log.h \
410 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
411 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
412 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
413 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
414 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
415 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
416 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
417 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
418 ospf6_routemap.h
419 ospf6_lsdb.o: ospf6_lsdb.c ospf6d.h ../lib/version.h ../lib/log.h \
420 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
421 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
422 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
423 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
424 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
425 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
426 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
427 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
428 ospf6_routemap.h
429 ospf6_main.o: ospf6_main.c ../lib/thread.h ../lib/log.h \
430 ../lib/version.h ../lib/command.h ../lib/vector.h ../lib/vty.h \
431 ../lib/memory.h ospf6d.h ../lib/linklist.h ../lib/sockunion.h \
432 ../lib/if.h ../lib/prefix.h ../lib/stream.h ../lib/filter.h \
433 ../lib/zclient.h ../lib/table.h ../lib/plist.h ospf6_types.h \
434 ospf6_prefix.h ospf6_message.h ospf6_proto.h ospf6_spf.h \
435 ospf6_redistribute.h ospf6_top.h ../lib/routemap.h ospf6_area.h \
436 ospf6_interface.h ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h \
437 ospf6_lsa.h ospf6_lsdb.h ospf6_route.h ospf6_dbex.h ospf6_network.h \
438 ospf6_zebra.h ospf6_dump.h ospf6_routemap.h
439 ospf6_message.o: ospf6_message.c ospf6d.h ../lib/version.h ../lib/log.h \
440 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
441 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
442 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
443 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
444 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
445 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
446 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
447 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
448 ospf6_routemap.h
449 ospf6_neighbor.o: ospf6_neighbor.c ospf6d.h ../lib/version.h \
450 ../lib/log.h ../lib/linklist.h ../lib/thread.h ../lib/command.h \
451 ../lib/vector.h ../lib/vty.h ../lib/memory.h ../lib/sockunion.h \
452 ../lib/if.h ../lib/prefix.h ../lib/stream.h ../lib/filter.h \
453 ../lib/zclient.h ../lib/table.h ../lib/plist.h ospf6_types.h \
454 ospf6_prefix.h ospf6_message.h ospf6_proto.h ospf6_spf.h \
455 ospf6_redistribute.h ospf6_top.h ../lib/routemap.h ospf6_area.h \
456 ospf6_interface.h ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h \
457 ospf6_lsa.h ospf6_lsdb.h ospf6_route.h ospf6_dbex.h ospf6_network.h \
458 ospf6_zebra.h ospf6_dump.h ospf6_routemap.h ospf6_list.h
459 ospf6_network.o: ospf6_network.c ../lib/memory.h ../lib/log.h \
460 ../lib/sockunion.h ospf6d.h ../lib/version.h ../lib/linklist.h \
461 ../lib/thread.h ../lib/command.h ../lib/vector.h ../lib/vty.h \
462 ../lib/if.h ../lib/prefix.h ../lib/stream.h ../lib/filter.h \
463 ../lib/zclient.h ../lib/table.h ../lib/plist.h ospf6_types.h \
464 ospf6_prefix.h ospf6_message.h ospf6_proto.h ospf6_spf.h \
465 ospf6_redistribute.h ospf6_top.h ../lib/routemap.h ospf6_area.h \
466 ospf6_interface.h ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h \
467 ospf6_lsa.h ospf6_lsdb.h ospf6_route.h ospf6_dbex.h ospf6_network.h \
468 ospf6_zebra.h ospf6_dump.h ospf6_routemap.h
469 ospf6_nsm.o: ospf6_nsm.c ospf6d.h ../lib/version.h ../lib/log.h \
470 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
471 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
472 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
473 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
474 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
475 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
476 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
477 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
478 ospf6_routemap.h
479 ospf6_prefix.o: ospf6_prefix.c ../lib/log.h ../lib/prefix.h \
480 ../lib/memory.h ../lib/linklist.h
481 ospf6_proto.o: ospf6_proto.c ospf6_proto.h
482 ospf6_redistribute.o: ospf6_redistribute.c ospf6d.h ../lib/version.h \
483 ../lib/log.h ../lib/linklist.h ../lib/thread.h ../lib/command.h \
484 ../lib/vector.h ../lib/vty.h ../lib/memory.h ../lib/sockunion.h \
485 ../lib/if.h ../lib/prefix.h ../lib/stream.h ../lib/filter.h \
486 ../lib/zclient.h ../lib/table.h ../lib/plist.h ospf6_types.h \
487 ospf6_prefix.h ospf6_message.h ospf6_proto.h ospf6_spf.h \
488 ospf6_redistribute.h ospf6_top.h ../lib/routemap.h ospf6_area.h \
489 ospf6_interface.h ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h \
490 ospf6_lsa.h ospf6_lsdb.h ospf6_route.h ospf6_dbex.h ospf6_network.h \
491 ospf6_zebra.h ospf6_dump.h ospf6_routemap.h
492 ospf6_route.o: ospf6_route.c ospf6d.h ../lib/version.h ../lib/log.h \
493 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
494 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
495 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
496 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
497 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
498 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
499 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
500 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
501 ospf6_routemap.h
502 ospf6_routemap.o: ospf6_routemap.c ../lib/linklist.h ../lib/prefix.h \
503 ../lib/command.h ../lib/vector.h ../lib/vty.h ../lib/routemap.h \
504 ../lib/plist.h ../lib/memory.h ../lib/log.h ospf6_redistribute.h \
505 ospf6_top.h
506 ospf6_spf.o: ospf6_spf.c ospf6d.h ../lib/version.h ../lib/log.h \
507 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
508 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
509 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
510 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
511 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
512 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
513 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
514 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
515 ospf6_routemap.h
516 ospf6_top.o: ospf6_top.c ospf6d.h ../lib/version.h ../lib/log.h \
517 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
518 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
519 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
520 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
521 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
522 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
523 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
524 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
525 ospf6_routemap.h
526 ospf6_zebra.o: ospf6_zebra.c ospf6d.h ../lib/version.h ../lib/log.h \
527 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
528 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
529 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
530 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
531 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
532 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
533 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
534 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
535 ospf6_routemap.h
536 ospf6d.o: ospf6d.c ospf6d.h ../lib/version.h ../lib/log.h \
537 ../lib/linklist.h ../lib/thread.h ../lib/command.h ../lib/vector.h \
538 ../lib/vty.h ../lib/memory.h ../lib/sockunion.h ../lib/if.h \
539 ../lib/prefix.h ../lib/stream.h ../lib/filter.h ../lib/zclient.h \
540 ../lib/table.h ../lib/plist.h ospf6_types.h ospf6_prefix.h \
541 ospf6_message.h ospf6_proto.h ospf6_spf.h ospf6_redistribute.h \
542 ospf6_top.h ../lib/routemap.h ospf6_area.h ospf6_interface.h \
543 ospf6_neighbor.h ospf6_ism.h ospf6_nsm.h ospf6_lsa.h ospf6_lsdb.h \
544 ospf6_route.h ospf6_dbex.h ospf6_network.h ospf6_zebra.h ospf6_dump.h \
545 ospf6_routemap.h
547 # Tell versions [3.59,3.63) of GNU make to not export all variables.
548 # Otherwise a system limit (for SysV at least) may be exceeded.
549 .NOEXPORT: