blob: d39fb51f4735d8e4fca1877494320eee583845ec [file] [log] [blame]
paulccf35572003-03-01 11:42:20 +00001# Makefile.in generated by automake 1.6.3 from Makefile.am.
paul718e3742002-12-13 20:15:29 +00002# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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.
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@
paulccf35572003-03-01 11:42:20 +000016SHELL = @SHELL@
paul718e3742002-12-13 20:15:29 +000017
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
paulccf35572003-03-01 11:42:20 +000021prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
paul718e3742002-12-13 20:15:29 +000036pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
paulccf35572003-03-01 11:42:20 +000041ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
paul718e3742002-12-13 20:15:29 +000046am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
paulccf35572003-03-01 11:42:20 +000048INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
paul718e3742002-12-13 20:15:29 +000050install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
paulccf35572003-03-01 11:42:20 +000053INSTALL_SCRIPT = @INSTALL_SCRIPT@
paul718e3742002-12-13 20:15:29 +000054INSTALL_HEADER = $(INSTALL_DATA)
paulccf35572003-03-01 11:42:20 +000055transform = @program_transform_name@
paul718e3742002-12-13 20:15:29 +000056NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
paulccf35572003-03-01 11:42:20 +000062host_alias = @host_alias@
paul718e3742002-12-13 20:15:29 +000063host_triplet = @host@
paulccf35572003-03-01 11:42:20 +000064
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
paul718e3742002-12-13 20:15:29 +000068AMTAR = @AMTAR@
69AR = @AR@
paul718e3742002-12-13 20:15:29 +000070AWK = @AWK@
71BGPD = @BGPD@
72CC = @CC@
paul718e3742002-12-13 20:15:29 +000073CPP = @CPP@
paul718e3742002-12-13 20:15:29 +000074CURSES = @CURSES@
paul718e3742002-12-13 20:15:29 +000075DEPDIR = @DEPDIR@
paul718e3742002-12-13 20:15:29 +000076IF_METHOD = @IF_METHOD@
77IF_PROC = @IF_PROC@
78INCLUDES = @INCLUDES@
paul718e3742002-12-13 20:15:29 +000079INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80IPFORWARD = @IPFORWARD@
81KERNEL_METHOD = @KERNEL_METHOD@
paul718e3742002-12-13 20:15:29 +000082LIBPAM = @LIBPAM@
paul718e3742002-12-13 20:15:29 +000083LIB_IPV6 = @LIB_IPV6@
84LIB_REGEX = @LIB_REGEX@
paul718e3742002-12-13 20:15:29 +000085MULTIPATH_NUM = @MULTIPATH_NUM@
paul718e3742002-12-13 20:15:29 +000086OSPF6D = @OSPF6D@
87OSPFD = @OSPFD@
88OTHER_METHOD = @OTHER_METHOD@
89PACKAGE = @PACKAGE@
paul718e3742002-12-13 20:15:29 +000090RANLIB = @RANLIB@
91RIPD = @RIPD@
92RIPNGD = @RIPNGD@
93RTREAD_METHOD = @RTREAD_METHOD@
94RT_METHOD = @RT_METHOD@
paul718e3742002-12-13 20:15:29 +000095STRIP = @STRIP@
96VERSION = @VERSION@
97VTYSH = @VTYSH@
98ZEBRA = @ZEBRA@
paul718e3742002-12-13 20:15:29 +000099am__include = @am__include@
100am__quote = @am__quote@
paul718e3742002-12-13 20:15:29 +0000101install_sh = @install_sh@
paul718e3742002-12-13 20:15:29 +0000102
103SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @VTYSH@ doc
104
105EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
106 vtysh/Makefile.am update-autotools
107
108subdir = .
109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = config.h
112CONFIG_CLEAN_FILES =
113DIST_SOURCES =
114
paulccf35572003-03-01 11:42:20 +0000115RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
116 uninstall-info-recursive all-recursive install-data-recursive \
117 install-exec-recursive installdirs-recursive install-recursive \
118 uninstall-recursive check-recursive installcheck-recursive
paul718e3742002-12-13 20:15:29 +0000119DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \
paulccf35572003-03-01 11:42:20 +0000120 Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess \
121 config.h.in config.sub configure configure.ac depcomp \
122 install-sh missing mkinstalldirs
paul718e3742002-12-13 20:15:29 +0000123DIST_SUBDIRS = $(SUBDIRS)
124all: config.h
125 $(MAKE) $(AM_MAKEFLAGS) all-recursive
126
127.SUFFIXES:
128
129am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
130 configure.lineno
paulccf35572003-03-01 11:42:20 +0000131$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
paul718e3742002-12-13 20:15:29 +0000132 cd $(top_srcdir) && \
133 $(AUTOMAKE) --foreign Makefile
134Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
135 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
136
137$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
138 $(SHELL) ./config.status --recheck
paulccf35572003-03-01 11:42:20 +0000139$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
paul718e3742002-12-13 20:15:29 +0000140 cd $(srcdir) && $(AUTOCONF)
141
paulccf35572003-03-01 11:42:20 +0000142$(ACLOCAL_M4): configure.ac
paul718e3742002-12-13 20:15:29 +0000143 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
144
145config.h: stamp-h1
146 @if test ! -f $@; then \
147 rm -f stamp-h1; \
148 $(MAKE) stamp-h1; \
149 else :; fi
150
151stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
152 @rm -f stamp-h1
153 cd $(top_builddir) && $(SHELL) ./config.status config.h
154
paulccf35572003-03-01 11:42:20 +0000155$(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
paul718e3742002-12-13 20:15:29 +0000156 cd $(top_srcdir) && $(AUTOHEADER)
157 touch $(srcdir)/config.h.in
158
159distclean-hdr:
160 -rm -f config.h stamp-h1
161uninstall-info-am:
162
163# This directory's subdirectories are mostly independent; you can cd
164# into them and run `make' without going through this Makefile.
165# To change the values of `make' variables: instead of editing Makefiles,
166# (1) if the variable is set in `config.status', edit `config.status'
167# (which will cause the Makefiles to be regenerated when you run `make');
168# (2) otherwise, pass the desired values on the `make' command line.
169$(RECURSIVE_TARGETS):
170 @set fnord $$MAKEFLAGS; amf=$$2; \
171 dot_seen=no; \
172 target=`echo $@ | sed s/-recursive//`; \
173 list='$(SUBDIRS)'; for subdir in $$list; do \
174 echo "Making $$target in $$subdir"; \
175 if test "$$subdir" = "."; then \
176 dot_seen=yes; \
177 local_target="$$target-am"; \
178 else \
179 local_target="$$target"; \
180 fi; \
181 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
182 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
183 done; \
184 if test "$$dot_seen" = "no"; then \
185 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
186 fi; test -z "$$fail"
187
188mostlyclean-recursive clean-recursive distclean-recursive \
189maintainer-clean-recursive:
190 @set fnord $$MAKEFLAGS; amf=$$2; \
191 dot_seen=no; \
192 case "$@" in \
193 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
194 *) list='$(SUBDIRS)' ;; \
195 esac; \
196 rev=''; for subdir in $$list; do \
197 if test "$$subdir" = "."; then :; else \
198 rev="$$subdir $$rev"; \
199 fi; \
200 done; \
201 rev="$$rev ."; \
202 target=`echo $@ | sed s/-recursive//`; \
203 for subdir in $$rev; do \
204 echo "Making $$target in $$subdir"; \
205 if test "$$subdir" = "."; then \
206 local_target="$$target-am"; \
207 else \
208 local_target="$$target"; \
209 fi; \
210 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
211 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
212 done && test -z "$$fail"
213tags-recursive:
214 list='$(SUBDIRS)'; for subdir in $$list; do \
215 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
216 done
paul718e3742002-12-13 20:15:29 +0000217
218ETAGS = etags
219ETAGSFLAGS =
220
paul718e3742002-12-13 20:15:29 +0000221tags: TAGS
222
223ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
224 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
225 unique=`for i in $$list; do \
226 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 done | \
228 $(AWK) ' { files[$$0] = 1; } \
229 END { for (i in files) print i; }'`; \
230 mkid -fID $$unique
231
232TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
233 $(TAGS_FILES) $(LISP)
234 tags=; \
235 here=`pwd`; \
236 list='$(SUBDIRS)'; for subdir in $$list; do \
237 if test "$$subdir" = .; then :; else \
238 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
239 fi; \
240 done; \
241 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
242 unique=`for i in $$list; do \
243 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244 done | \
245 $(AWK) ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 test -z "$(ETAGS_ARGS)$$tags$$unique" \
248 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
249 $$tags $$unique
250
paul718e3742002-12-13 20:15:29 +0000251GTAGS:
252 here=`$(am__cd) $(top_builddir) && pwd` \
253 && cd $(top_srcdir) \
254 && gtags -i $(GTAGS_ARGS) $$here
255
256distclean-tags:
paulccf35572003-03-01 11:42:20 +0000257 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
paul718e3742002-12-13 20:15:29 +0000258DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
259
260top_distdir = .
261distdir = $(PACKAGE)-$(VERSION)
262
263am__remove_distdir = \
264 { test ! -d $(distdir) \
265 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
266 && rm -fr $(distdir); }; }
267
268GZIP_ENV = --best
paul718e3742002-12-13 20:15:29 +0000269distcleancheck_listfiles = find . -type f -print
270
271distdir: $(DISTFILES)
272 $(am__remove_distdir)
273 mkdir $(distdir)
274 $(mkinstalldirs) $(distdir)/vtysh
paulccf35572003-03-01 11:42:20 +0000275 @list='$(DISTFILES)'; for file in $$list; do \
paul718e3742002-12-13 20:15:29 +0000276 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
277 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
278 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
279 dir="/$$dir"; \
280 $(mkinstalldirs) "$(distdir)$$dir"; \
281 else \
282 dir=''; \
283 fi; \
284 if test -d $$d/$$file; then \
285 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
286 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
287 fi; \
288 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
289 else \
290 test -f $(distdir)/$$file \
291 || cp -p $$d/$$file $(distdir)/$$file \
292 || exit 1; \
293 fi; \
294 done
295 list='$(SUBDIRS)'; for subdir in $$list; do \
296 if test "$$subdir" = .; then :; else \
297 test -d $(distdir)/$$subdir \
298 || mkdir $(distdir)/$$subdir \
299 || exit 1; \
300 (cd $$subdir && \
301 $(MAKE) $(AM_MAKEFLAGS) \
302 top_distdir="$(top_distdir)" \
303 distdir=../$(distdir)/$$subdir \
304 distdir) \
305 || exit 1; \
306 fi; \
307 done
308 $(MAKE) $(AM_MAKEFLAGS) \
paulccf35572003-03-01 11:42:20 +0000309 top_distdir="${top_distdir}" distdir="$(distdir)" \
paul718e3742002-12-13 20:15:29 +0000310 dist-hook
311 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
312 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
313 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
314 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
315 || chmod -R a+r $(distdir)
316dist-gzip: distdir
317 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
318 $(am__remove_distdir)
319
320dist dist-all: distdir
321 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
322 $(am__remove_distdir)
323
324# This target untars the dist file and tries a VPATH configuration. Then
325# it guarantees that the distribution is self-contained by making another
326# tarfile.
327distcheck: dist
328 $(am__remove_distdir)
329 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
330 chmod -R a-w $(distdir); chmod a+w $(distdir)
331 mkdir $(distdir)/=build
332 mkdir $(distdir)/=inst
333 chmod a-w $(distdir)
334 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
paul718e3742002-12-13 20:15:29 +0000335 && cd $(distdir)/=build \
paulccf35572003-03-01 11:42:20 +0000336 && ../configure --srcdir=.. --prefix=$$dc_install_base \
paul718e3742002-12-13 20:15:29 +0000337 $(DISTCHECK_CONFIGURE_FLAGS) \
338 && $(MAKE) $(AM_MAKEFLAGS) \
339 && $(MAKE) $(AM_MAKEFLAGS) dvi \
340 && $(MAKE) $(AM_MAKEFLAGS) check \
341 && $(MAKE) $(AM_MAKEFLAGS) install \
342 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
343 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
paulccf35572003-03-01 11:42:20 +0000344 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
345 || { echo "ERROR: files left after uninstall:" ; \
346 find $$dc_install_base -type f -print ; \
347 exit 1; } >&2 ) \
paul718e3742002-12-13 20:15:29 +0000348 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
349 && rm -f $(distdir).tar.gz \
350 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
351 $(am__remove_distdir)
352 @echo "$(distdir).tar.gz is ready for distribution" | \
353 sed 'h;s/./=/g;p;x;p;x'
paul718e3742002-12-13 20:15:29 +0000354distcleancheck: distclean
355 if test '$(srcdir)' = . ; then \
356 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
357 exit 1 ; \
358 fi
359 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
paulccf35572003-03-01 11:42:20 +0000360 || { echo "ERROR: files left after distclean:" ; \
paul718e3742002-12-13 20:15:29 +0000361 $(distcleancheck_listfiles) ; \
362 exit 1; } >&2
363check-am: all-am
364check: check-recursive
365all-am: Makefile config.h
366installdirs: installdirs-recursive
367installdirs-am:
368
369install: install-recursive
370install-exec: install-exec-recursive
371install-data: install-data-recursive
372uninstall: uninstall-recursive
373
374install-am: all-am
375 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376
377installcheck: installcheck-recursive
378install-strip:
379 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380 INSTALL_STRIP_FLAG=-s \
381 `test -z '$(STRIP)' || \
382 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
383mostlyclean-generic:
384
385clean-generic:
386
387distclean-generic:
388 -rm -f Makefile $(CONFIG_CLEAN_FILES)
389
390maintainer-clean-generic:
391 @echo "This command is intended for maintainers to use"
392 @echo "it deletes files that may require special tools to rebuild."
393clean: clean-recursive
394
395clean-am: clean-generic mostlyclean-am
396
397distclean: distclean-recursive
398 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
399distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
400
401dvi: dvi-recursive
402
403dvi-am:
404
405info: info-recursive
406
407info-am:
408
409install-data-am:
410
411install-exec-am:
412
413install-info: install-info-recursive
414
415install-man:
416
417installcheck-am:
418
419maintainer-clean: maintainer-clean-recursive
420 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
421 -rm -rf autom4te.cache
422maintainer-clean-am: distclean-am maintainer-clean-generic
423
424mostlyclean: mostlyclean-recursive
425
426mostlyclean-am: mostlyclean-generic
427
paul718e3742002-12-13 20:15:29 +0000428uninstall-am: uninstall-info-am
429
430uninstall-info: uninstall-info-recursive
431
paulccf35572003-03-01 11:42:20 +0000432.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
433 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
434 distclean distclean-generic distclean-hdr distclean-recursive \
435 distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
436 info info-am info-recursive install install-am install-data \
paul718e3742002-12-13 20:15:29 +0000437 install-data-am install-data-recursive install-exec \
438 install-exec-am install-exec-recursive install-info \
439 install-info-am install-info-recursive install-man \
440 install-recursive install-strip installcheck installcheck-am \
441 installdirs installdirs-am installdirs-recursive \
442 maintainer-clean maintainer-clean-generic \
443 maintainer-clean-recursive mostlyclean mostlyclean-generic \
paulccf35572003-03-01 11:42:20 +0000444 mostlyclean-recursive tags tags-recursive uninstall \
445 uninstall-am uninstall-info-am uninstall-info-recursive \
446 uninstall-recursive
paul718e3742002-12-13 20:15:29 +0000447
448
449dist-hook:
450 mkdir $(distdir)/tools
451 cp -p $(srcdir)/tools/*.pl $(distdir)/tools
452 cp -p $(srcdir)/tools/*.el $(distdir)/tools
453 cp -p $(srcdir)/tools/*.cgi $(distdir)/tools
454 mkdir $(distdir)/init
455 mkdir $(distdir)/init/redhat
456 cp -p $(srcdir)/init/redhat/*.init $(distdir)/init/redhat
457 cp -p $(srcdir)/init/redhat/zebra.* $(distdir)/init/redhat
458# Tell versions [3.59,3.63) of GNU make to not export all variables.
459# Otherwise a system limit (for SysV at least) may be exceeded.
460.NOEXPORT: