Tomato 1.28
[tomato.git] / release / src / router / zebra / Makefile
blobf837dde46c3753041da8c236c2f76a35342a8279
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 INCLUDES =
70 IPFORWARD = ipforward_proc.o
71 KERNEL_METHOD =
72 LIBPAM =
73 LIB_IPV6 =
74 LIB_REGEX =
75 MAKEINFO = makeinfo
76 MULTIPATH_NUM = 1
77 OSPF6D =
78 OSPFD =
79 OTHER_METHOD =
80 PACKAGE = zebra
81 RANLIB = ranlib
82 RIPD = ripd
83 RIPNGD =
84 RTREAD_METHOD = rtread_netlink.o
85 RT_METHOD = rt_netlink.o
86 VERSION = 0.92a
87 VTYSH =
88 ZEBRA = zebra
90 SUBDIRS = lib zebra ripd
92 EXTRA_DIST = aczebra.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in vtysh/Makefile.am
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = config.h
97 CONFIG_CLEAN_FILES =
98 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \
99 INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 \
100 config.guess config.h.in config.sub configure configure.in install-sh \
101 missing mkinstalldirs
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106 TAR = tar
107 GZIP_ENV = --best
108 all: all-redirect
109 .SUFFIXES:
111 mostlyclean-hdr:
113 clean-hdr:
115 distclean-hdr:
116 -rm -f config.h
118 maintainer-clean-hdr:
120 # This directory's subdirectories are mostly independent; you can cd
121 # into them and run `make' without going through this Makefile.
122 # To change the values of `make' variables: instead of editing Makefiles,
123 # (1) if the variable is set in `config.status', edit `config.status'
124 # (which will cause the Makefiles to be regenerated when you run `make');
125 # (2) otherwise, pass the desired values on the `make' command line.
129 all-recursive install-data-recursive install-exec-recursive \
130 installdirs-recursive install-recursive uninstall-recursive \
131 check-recursive installcheck-recursive info-recursive dvi-recursive:
132 @set fnord $(MAKEFLAGS); amf=$$2; \
133 dot_seen=no; \
134 target=`echo $@ | sed s/-recursive//`; \
135 list='$(SUBDIRS)'; for subdir in $$list; do \
136 echo "Making $$target in $$subdir"; \
137 if test "$$subdir" = "."; then \
138 dot_seen=yes; \
139 local_target="$$target-am"; \
140 else \
141 local_target="$$target"; \
142 fi; \
143 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
144 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
145 done; \
146 if test "$$dot_seen" = "no"; then \
147 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
148 fi; test -z "$$fail"
150 mostlyclean-recursive clean-recursive distclean-recursive \
151 maintainer-clean-recursive:
152 @set fnord $(MAKEFLAGS); amf=$$2; \
153 dot_seen=no; \
154 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
155 rev="$$subdir $$rev"; \
156 if test "$$subdir" = "."; then \
157 dot_seen=yes; \
158 fi; \
159 done; \
160 if test "$$dot_seen" = "no"; then \
161 rev=". $$rev"; \
162 fi; \
163 target=`echo $@ | sed s/-recursive//`; \
164 for subdir in $$rev; do \
165 echo "Making $$target in $$subdir"; \
166 if test "$$subdir" = "."; then \
167 local_target="$$target-am"; \
168 else \
169 local_target="$$target"; \
170 fi; \
171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173 done && test -z "$$fail"
174 tags-recursive:
175 list='$(SUBDIRS)'; for subdir in $$list; do \
176 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
177 done
179 tags: TAGS
181 ID: $(HEADERS) $(SOURCES) $(LISP)
182 list='$(SOURCES) $(HEADERS)'; \
183 unique=`for i in $$list; do echo $$i; done | \
184 awk ' { files[$$0] = 1; } \
185 END { for (i in files) print i; }'`; \
186 here=`pwd` && cd $(srcdir) \
187 && mkid -f$$here/ID $$unique $(LISP)
189 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
190 tags=; \
191 here=`pwd`; \
192 list='$(SUBDIRS)'; for subdir in $$list; do \
193 if test "$$subdir" = .; then :; else \
194 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
195 fi; \
196 done; \
197 list='$(SOURCES) $(HEADERS)'; \
198 unique=`for i in $$list; do echo $$i; done | \
199 awk ' { files[$$0] = 1; } \
200 END { for (i in files) print i; }'`; \
201 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
202 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
204 mostlyclean-tags:
206 clean-tags:
208 distclean-tags:
209 -rm -f TAGS ID
211 maintainer-clean-tags:
213 distdir = $(PACKAGE)-$(VERSION)
214 top_distdir = $(distdir)
216 # This target untars the dist file and tries a VPATH configuration. Then
217 # it guarantees that the distribution is self-contained by making another
218 # tarfile.
219 distcheck: dist
220 -rm -rf $(distdir)
221 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
222 mkdir $(distdir)/=build
223 mkdir $(distdir)/=inst
224 dc_install_base=`cd $(distdir)/=inst && pwd`; \
225 cd $(distdir)/=build \
226 && ../configure --srcdir=.. --prefix=$$dc_install_base \
227 && $(MAKE) $(AM_MAKEFLAGS) \
228 && $(MAKE) $(AM_MAKEFLAGS) dvi \
229 && $(MAKE) $(AM_MAKEFLAGS) check \
230 && $(MAKE) $(AM_MAKEFLAGS) install \
231 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
232 && $(MAKE) $(AM_MAKEFLAGS) dist
233 -rm -rf $(distdir)
234 @banner="$(distdir).tar.gz is ready for distribution"; \
235 dashes=`echo "$$banner" | sed s/./=/g`; \
236 echo "$$dashes"; \
237 echo "$$banner"; \
238 echo "$$dashes"
239 dist: distdir
240 -chmod -R a+r $(distdir)
241 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
242 -rm -rf $(distdir)
243 dist-all: distdir
244 -chmod -R a+r $(distdir)
245 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
246 -rm -rf $(distdir)
247 distdir: $(DISTFILES)
248 -rm -rf $(distdir)
249 mkdir $(distdir)
250 -chmod 777 $(distdir)
251 $(mkinstalldirs) $(distdir)/vtysh
252 @for file in $(DISTFILES); do \
253 d=$(srcdir); \
254 if test -d $$d/$$file; then \
255 cp -pr $$/$$file $(distdir)/$$file; \
256 else \
257 test -f $(distdir)/$$file \
258 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
259 || cp -p $$d/$$file $(distdir)/$$file || :; \
260 fi; \
261 done
262 for subdir in $(SUBDIRS); do \
263 if test "$$subdir" = .; then :; else \
264 test -d $(distdir)/$$subdir \
265 || mkdir $(distdir)/$$subdir \
266 || exit 1; \
267 chmod 777 $(distdir)/$$subdir; \
268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
269 || exit 1; \
270 fi; \
271 done
272 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
273 info-am:
274 info: info-recursive
275 dvi-am:
276 dvi: dvi-recursive
277 check-am: all-am
278 check: check-recursive
279 installcheck-am:
280 installcheck: installcheck-recursive
281 all-recursive-am: config.h
282 $(MAKE) $(AM_MAKEFLAGS) all-recursive
284 install-exec-am:
285 install-exec: install-exec-recursive
287 install-data-am:
288 install-data: install-data-recursive
290 install-am: all-am
291 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
292 install: install-recursive
293 uninstall-am:
294 uninstall: uninstall-recursive
295 all-am: Makefile config.h
296 all-redirect: all-recursive-am
297 install-strip:
298 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
299 installdirs: installdirs-recursive
300 installdirs-am:
303 mostlyclean-generic:
305 clean-generic:
307 distclean-generic:
308 -rm -f Makefile $(CONFIG_CLEAN_FILES)
309 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
311 maintainer-clean-generic:
312 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
314 mostlyclean: mostlyclean-recursive
316 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
318 clean: clean-recursive
320 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
322 distclean: distclean-recursive
323 -rm -f config.status
325 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
326 maintainer-clean-generic distclean-am
327 @echo "This command is intended for maintainers to use;"
328 @echo "it deletes files that may require special tools to rebuild."
330 maintainer-clean: maintainer-clean-recursive
331 -rm -f config.status
333 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
334 install-data-recursive uninstall-data-recursive install-exec-recursive \
335 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
336 all-recursive check-recursive installcheck-recursive info-recursive \
337 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
338 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
339 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
340 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
341 install-exec-am install-exec install-data-am install-data install-am \
342 install uninstall-am uninstall all-redirect all-am all installdirs-am \
343 installdirs mostlyclean-generic distclean-generic clean-generic \
344 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
347 dist-hook:
348 mkdir $(distdir)/tools
349 cp -p $(srcdir)/tools/*.pl $(distdir)/tools
350 cp -p $(srcdir)/tools/*.el $(distdir)/tools
351 cp -p $(srcdir)/tools/*.cgi $(distdir)/tools
352 mkdir $(distdir)/init
353 mkdir $(distdir)/init/redhat
354 cp -p $(srcdir)/init/redhat/*.init $(distdir)/init/redhat
355 cp -p $(srcdir)/init/redhat/zebra.* $(distdir)/init/redhat
357 # Tell versions [3.59,3.63) of GNU make to not export all variables.
358 # Otherwise a system limit (for SysV at least) may be exceeded.
359 .NOEXPORT: