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