K2.6 patches and update.
[tomato.git] / release / src / router / zebra / Makefile
blobd368c52221a7ea6979fc3ae6266b85f572220163
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
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.
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.
16 SHELL = /bin/sh
18 srcdir = .
19 top_srcdir = .
21 prefix = /usr/local
22 exec_prefix = ${prefix}
24 bindir = ${exec_prefix}/bin
25 sbindir = ${exec_prefix}/sbin
26 libexecdir = ${exec_prefix}/libexec
27 datadir = ${prefix}/share
28 sysconfdir = /etc
29 sharedstatedir = ${prefix}/com
30 localstatedir = ${prefix}/var
31 libdir = ${exec_prefix}/lib
32 infodir = ${prefix}/info
33 mandir = ${prefix}/man
34 includedir = ${prefix}/include
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/zebra
37 pkglibdir = $(libdir)/zebra
38 pkgincludedir = $(includedir)/zebra
39 top_builddir = .
41 ACLOCAL = ${SHELL} /home/vicente/repos/tomato/release/src/router/zebra/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/vicente/repos/tomato/release/src/router/zebra/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/vicente/repos/tomato/release/src/router/zebra/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/vicente/repos/tomato/release/src/router/zebra/missing --run autoheader
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = /usr/bin/install -c
48 INSTALL_PROGRAM = ${INSTALL}
49 INSTALL_DATA = ${INSTALL} -m 644
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = ${INSTALL}
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = s,x,x,
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = mipsel-linux
63 host_triplet = mipsel-unknown-linux-gnu
65 EXEEXT =
66 OBJEXT = o
67 PATH_SEPARATOR = :
68 AMTAR = ${SHELL} /home/vicente/repos/tomato/release/src/router/zebra/missing --run tar
69 AR = mipsel-uclibc-ar
70 AWK = gawk
71 BGPD =
72 CC = mipsel-uclibc-gcc
73 CPP = mipsel-uclibc-gcc -E
74 CURSES =
75 DEPDIR = .deps
76 IF_METHOD = if_netlink.o
77 IF_PROC = if_proc.o
78 INCLUDES =
79 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
80 IPFORWARD = ipforward_proc.o
81 KERNEL_METHOD =
82 LIBPAM =
83 LIB_IPV6 =
84 LIB_REGEX =
85 MULTIPATH_NUM = 1
86 OSPF6D =
87 OSPFD =
88 OTHER_METHOD =
89 PACKAGE = zebra
90 RANLIB = mipsel-uclibc-ranlib
91 RIPD = ripd
92 RIPNGD =
93 RTREAD_METHOD = rtread_netlink.o
94 RT_METHOD = rt_netlink.o
95 STRIP = mipsel-uclibc-strip -R .note -R .comment
96 VERSION = 0.95a
97 VTYSH =
98 ZEBRA = zebra
99 am__include = include
100 am__quote =
101 install_sh = /home/vicente/repos/tomato/release/src/router/zebra/install-sh
103 SUBDIRS = lib zebra ripd
105 EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
106 vtysh/Makefile.am update-autotools
108 subdir = .
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = config.h
112 CONFIG_CLEAN_FILES =
113 DIST_SOURCES =
115 RECURSIVE_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
119 DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \
120 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
123 DIST_SUBDIRS = $(SUBDIRS)
124 all: config.h
125 $(MAKE) $(AM_MAKEFLAGS) all-recursive
127 .SUFFIXES:
129 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
130 configure.lineno
132 distclean-hdr:
133 -rm -f config.h stamp-h1
134 uninstall-info-am:
136 # This directory's subdirectories are mostly independent; you can cd
137 # into them and run `make' without going through this Makefile.
138 # To change the values of `make' variables: instead of editing Makefiles,
139 # (1) if the variable is set in `config.status', edit `config.status'
140 # (which will cause the Makefiles to be regenerated when you run `make');
141 # (2) otherwise, pass the desired values on the `make' command line.
142 $(RECURSIVE_TARGETS):
143 @set fnord $$MAKEFLAGS; amf=$$2; \
144 dot_seen=no; \
145 target=`echo $@ | sed s/-recursive//`; \
146 list='$(SUBDIRS)'; for subdir in $$list; do \
147 echo "Making $$target in $$subdir"; \
148 if test "$$subdir" = "."; then \
149 dot_seen=yes; \
150 local_target="$$target-am"; \
151 else \
152 local_target="$$target"; \
153 fi; \
154 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156 done; \
157 if test "$$dot_seen" = "no"; then \
158 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
159 fi; test -z "$$fail"
161 mostlyclean-recursive clean-recursive distclean-recursive \
162 maintainer-clean-recursive:
163 @set fnord $$MAKEFLAGS; amf=$$2; \
164 dot_seen=no; \
165 case "$@" in \
166 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
167 *) list='$(SUBDIRS)' ;; \
168 esac; \
169 rev=''; for subdir in $$list; do \
170 if test "$$subdir" = "."; then :; else \
171 rev="$$subdir $$rev"; \
172 fi; \
173 done; \
174 rev="$$rev ."; \
175 target=`echo $@ | sed s/-recursive//`; \
176 for subdir in $$rev; do \
177 echo "Making $$target in $$subdir"; \
178 if test "$$subdir" = "."; then \
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 && test -z "$$fail"
186 tags-recursive:
187 list='$(SUBDIRS)'; for subdir in $$list; do \
188 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
189 done
191 ETAGS = etags
192 ETAGSFLAGS =
194 tags: TAGS
196 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
197 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
198 unique=`for i in $$list; do \
199 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200 done | \
201 $(AWK) ' { files[$$0] = 1; } \
202 END { for (i in files) print i; }'`; \
203 mkid -fID $$unique
205 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
206 $(TAGS_FILES) $(LISP)
207 tags=; \
208 here=`pwd`; \
209 list='$(SUBDIRS)'; for subdir in $$list; do \
210 if test "$$subdir" = .; then :; else \
211 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
212 fi; \
213 done; \
214 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
215 unique=`for i in $$list; do \
216 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217 done | \
218 $(AWK) ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 test -z "$(ETAGS_ARGS)$$tags$$unique" \
221 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
222 $$tags $$unique
224 GTAGS:
225 here=`$(am__cd) $(top_builddir) && pwd` \
226 && cd $(top_srcdir) \
227 && gtags -i $(GTAGS_ARGS) $$here
229 distclean-tags:
230 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
231 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233 top_distdir = .
234 distdir = $(PACKAGE)-$(VERSION)
236 am__remove_distdir = \
237 { test ! -d $(distdir) \
238 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
239 && rm -fr $(distdir); }; }
241 GZIP_ENV = --best
242 distcleancheck_listfiles = find . -type f -print
244 distdir: $(DISTFILES)
245 $(am__remove_distdir)
246 mkdir $(distdir)
247 $(mkinstalldirs) $(distdir)/vtysh
248 @list='$(DISTFILES)'; for file in $$list; do \
249 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
250 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
251 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
252 dir="/$$dir"; \
253 $(mkinstalldirs) "$(distdir)$$dir"; \
254 else \
255 dir=''; \
256 fi; \
257 if test -d $$d/$$file; then \
258 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
259 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
260 fi; \
261 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
262 else \
263 test -f $(distdir)/$$file \
264 || cp -p $$d/$$file $(distdir)/$$file \
265 || exit 1; \
266 fi; \
267 done
268 list='$(SUBDIRS)'; for subdir in $$list; do \
269 if test "$$subdir" = .; then :; else \
270 test -d $(distdir)/$$subdir \
271 || mkdir $(distdir)/$$subdir \
272 || exit 1; \
273 (cd $$subdir && \
274 $(MAKE) $(AM_MAKEFLAGS) \
275 top_distdir="$(top_distdir)" \
276 distdir=../$(distdir)/$$subdir \
277 distdir) \
278 || exit 1; \
279 fi; \
280 done
281 $(MAKE) $(AM_MAKEFLAGS) \
282 top_distdir="${top_distdir}" distdir="$(distdir)" \
283 dist-hook
284 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
285 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
286 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
287 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
288 || chmod -R a+r $(distdir)
289 dist-gzip: distdir
290 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
291 $(am__remove_distdir)
293 dist dist-all: distdir
294 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
295 $(am__remove_distdir)
297 # This target untars the dist file and tries a VPATH configuration. Then
298 # it guarantees that the distribution is self-contained by making another
299 # tarfile.
300 distcheck: dist
301 $(am__remove_distdir)
302 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
303 chmod -R a-w $(distdir); chmod a+w $(distdir)
304 mkdir $(distdir)/=build
305 mkdir $(distdir)/=inst
306 chmod a-w $(distdir)
307 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
308 && cd $(distdir)/=build \
309 && ../configure --srcdir=.. --prefix=$$dc_install_base \
310 $(DISTCHECK_CONFIGURE_FLAGS) \
311 && $(MAKE) $(AM_MAKEFLAGS) \
312 && $(MAKE) $(AM_MAKEFLAGS) dvi \
313 && $(MAKE) $(AM_MAKEFLAGS) check \
314 && $(MAKE) $(AM_MAKEFLAGS) install \
315 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
316 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
317 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
318 || { echo "ERROR: files left after uninstall:" ; \
319 find $$dc_install_base -type f -print ; \
320 exit 1; } >&2 ) \
321 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
322 && rm -f $(distdir).tar.gz \
323 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
324 $(am__remove_distdir)
325 @echo "$(distdir).tar.gz is ready for distribution" | \
326 sed 'h;s/./=/g;p;x;p;x'
327 distcleancheck: distclean
328 if test '$(srcdir)' = . ; then \
329 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
330 exit 1 ; \
332 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
333 || { echo "ERROR: files left after distclean:" ; \
334 $(distcleancheck_listfiles) ; \
335 exit 1; } >&2
336 check-am: all-am
337 check: check-recursive
338 all-am: Makefile config.h
339 installdirs: installdirs-recursive
340 installdirs-am:
342 install: install-recursive
343 install-exec: install-exec-recursive
344 install-data: install-data-recursive
345 uninstall: uninstall-recursive
347 install-am: all-am
348 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350 installcheck: installcheck-recursive
351 install-strip:
352 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
353 INSTALL_STRIP_FLAG=-s \
354 `test -z '$(STRIP)' || \
355 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
356 mostlyclean-generic:
358 clean-generic:
360 distclean-generic:
361 -rm -f Makefile $(CONFIG_CLEAN_FILES)
363 maintainer-clean-generic:
364 @echo "This command is intended for maintainers to use"
365 @echo "it deletes files that may require special tools to rebuild."
366 clean: clean-recursive
368 clean-am: clean-generic mostlyclean-am
370 distclean: distclean-recursive
371 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
372 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
374 dvi: dvi-recursive
376 dvi-am:
378 info: info-recursive
380 info-am:
382 install-data-am:
384 install-exec-am:
386 install-info: install-info-recursive
388 install-man:
390 installcheck-am:
392 maintainer-clean: maintainer-clean-recursive
393 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
394 -rm -rf autom4te.cache
395 maintainer-clean-am: distclean-am maintainer-clean-generic
397 mostlyclean: mostlyclean-recursive
399 mostlyclean-am: mostlyclean-generic
401 uninstall-am: uninstall-info-am
403 uninstall-info: uninstall-info-recursive
405 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
406 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
407 distclean distclean-generic distclean-hdr distclean-recursive \
408 distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
409 info info-am info-recursive install install-am install-data \
410 install-data-am install-data-recursive install-exec \
411 install-exec-am install-exec-recursive install-info \
412 install-info-am install-info-recursive install-man \
413 install-recursive install-strip installcheck installcheck-am \
414 installdirs installdirs-am installdirs-recursive \
415 maintainer-clean maintainer-clean-generic \
416 maintainer-clean-recursive mostlyclean mostlyclean-generic \
417 mostlyclean-recursive tags tags-recursive uninstall \
418 uninstall-am uninstall-info-am uninstall-info-recursive \
419 uninstall-recursive
422 dist-hook:
423 mkdir $(distdir)/tools
424 cp -p $(srcdir)/tools/*.pl $(distdir)/tools
425 cp -p $(srcdir)/tools/*.el $(distdir)/tools
426 cp -p $(srcdir)/tools/*.cgi $(distdir)/tools
427 mkdir $(distdir)/init
428 mkdir $(distdir)/init/redhat
429 cp -p $(srcdir)/init/redhat/*.init $(distdir)/init/redhat
430 cp -p $(srcdir)/init/redhat/zebra.* $(distdir)/init/redhat
431 # Tell versions [3.59,3.63) of GNU make to not export all variables.
432 # Otherwise a system limit (for SysV at least) may be exceeded.
433 .NOEXPORT: