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