K2.6 patches and update.
[tomato.git] / release / src / router / zebra / lib / Makefile
blob031aef528d22c97b19d2c48d47b72c23f8452a31
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # lib/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
79 INCLUDES = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
80 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
81 IPFORWARD = ipforward_proc.o
82 KERNEL_METHOD =
83 LIBPAM =
84 LIB_IPV6 =
85 LIB_REGEX =
86 MULTIPATH_NUM = 1
87 OSPF6D =
88 OSPFD =
89 OTHER_METHOD =
90 PACKAGE = zebra
91 RANLIB = mipsel-uclibc-ranlib
92 RIPD = ripd
93 RIPNGD =
94 RTREAD_METHOD = rtread_netlink.o
95 RT_METHOD = rt_netlink.o
96 STRIP = mipsel-uclibc-strip -R .note -R .comment
97 VERSION = 0.95a
98 VTYSH =
99 ZEBRA = zebra
100 am__include = include
101 am__quote =
102 install_sh = /home/vicente/repos/tomato/release/src/router/zebra/install-sh
103 DEFS = -DHAVE_CONFIG_H -DSYSCONFDIR=\"$(sysconfdir)/\"
105 noinst_LIBRARIES = libzebra.a libzebra.so
107 libzebra_a_SOURCES = \
108 version.c network.c pid_output.c getopt.c getopt1.c daemon.c \
109 print_version.c checksum.c vector.c linklist.c vty.c command.c \
110 sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
111 filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
112 zclient.c sockopt.c smux.c md5.c keychain.c pqueue.c
115 libzebra_a_DEPENDENCIES =
117 libzebra_a_LIBADD =
119 noinst_HEADERS = \
120 buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \
121 memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
122 str.h stream.h table.h thread.h checksum.h vector.h version.h vty.h \
123 zebra.h plist.h zclient.h sockopt.h smux.h md5-gnu.h keychain.h \
124 pqueue.h
127 EXTRA_DIST = regex.c regex-gnu.h
128 subdir = lib
129 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES =
132 LIBRARIES = $(noinst_LIBRARIES)
134 libzebra_a_AR = $(AR) cru
135 am_libzebra_a_OBJECTS = version.$(OBJEXT) network.$(OBJEXT) \
136 pid_output.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
137 daemon.$(OBJEXT) print_version.$(OBJEXT) checksum.$(OBJEXT) \
138 vector.$(OBJEXT) linklist.$(OBJEXT) vty.$(OBJEXT) \
139 command.$(OBJEXT) sockunion.$(OBJEXT) prefix.$(OBJEXT) \
140 thread.$(OBJEXT) if.$(OBJEXT) memory.$(OBJEXT) buffer.$(OBJEXT) \
141 table.$(OBJEXT) hash.$(OBJEXT) filter.$(OBJEXT) \
142 routemap.$(OBJEXT) distribute.$(OBJEXT) stream.$(OBJEXT) \
143 str.$(OBJEXT) log.$(OBJEXT) plist.$(OBJEXT) zclient.$(OBJEXT) \
144 sockopt.$(OBJEXT) smux.$(OBJEXT) md5.$(OBJEXT) \
145 keychain.$(OBJEXT) pqueue.$(OBJEXT)
146 libzebra_a_OBJECTS = $(am_libzebra_a_OBJECTS)
147 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
148 CPPFLAGS =
149 LDFLAGS = -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC
150 LIBS = -lm -lcrypt
151 depcomp = $(SHELL) $(top_srcdir)/depcomp
152 am__depfiles_maybe = depfiles
153 DEP_FILES = ./$(DEPDIR)/buffer.Po ./$(DEPDIR)/checksum.Po \
154 ./$(DEPDIR)/command.Po ./$(DEPDIR)/daemon.Po \
155 ./$(DEPDIR)/distribute.Po ./$(DEPDIR)/filter.Po \
156 ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
157 ./$(DEPDIR)/hash.Po ./$(DEPDIR)/if.Po \
158 ./$(DEPDIR)/keychain.Po ./$(DEPDIR)/linklist.Po \
159 ./$(DEPDIR)/log.Po ./$(DEPDIR)/md5.Po \
160 ./$(DEPDIR)/memory.Po ./$(DEPDIR)/network.Po \
161 ./$(DEPDIR)/pid_output.Po ./$(DEPDIR)/plist.Po \
162 ./$(DEPDIR)/pqueue.Po ./$(DEPDIR)/prefix.Po \
163 ./$(DEPDIR)/print_version.Po \
164 ./$(DEPDIR)/routemap.Po ./$(DEPDIR)/smux.Po \
165 ./$(DEPDIR)/sockopt.Po ./$(DEPDIR)/sockunion.Po \
166 ./$(DEPDIR)/str.Po ./$(DEPDIR)/stream.Po \
167 ./$(DEPDIR)/table.Po ./$(DEPDIR)/thread.Po \
168 ./$(DEPDIR)/vector.Po ./$(DEPDIR)/version.Po \
169 ./$(DEPDIR)/vty.Po ./$(DEPDIR)/zclient.Po
170 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172 CCLD = $(CC)
173 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
174 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections
175 DIST_SOURCES = $(libzebra_a_SOURCES)
176 HEADERS = $(noinst_HEADERS)
178 CFLAGS+=-fPIC
180 DIST_COMMON = $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in
181 SOURCES = $(libzebra_a_SOURCES)
183 all: all-am
185 .SUFFIXES:
186 .SUFFIXES: .c .o .obj
187 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
188 cd $(top_srcdir) && \
189 $(AUTOMAKE) --foreign lib/Makefile
190 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
191 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
193 clean-noinstLIBRARIES:
194 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
195 libzebra.a: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES)
196 -rm -f libzebra.a
197 $(libzebra_a_AR) libzebra.a $(libzebra_a_OBJECTS) $(libzebra_a_LIBADD)
198 $(RANLIB) libzebra.a
200 libzebra.so: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES)
201 -rm -f libzebra.so
202 $(LD) -shared -o libzebra.so $(libzebra_a_OBJECTS) $(libzebra_a_LIBADD)
204 mostlyclean-compile:
205 -rm -f *.$(OBJEXT) core *.core
207 distclean-compile:
208 -rm -f *.tab.c
210 include ./$(DEPDIR)/buffer.Po
211 include ./$(DEPDIR)/checksum.Po
212 include ./$(DEPDIR)/command.Po
213 include ./$(DEPDIR)/daemon.Po
214 include ./$(DEPDIR)/distribute.Po
215 include ./$(DEPDIR)/filter.Po
216 include ./$(DEPDIR)/getopt.Po
217 include ./$(DEPDIR)/getopt1.Po
218 include ./$(DEPDIR)/hash.Po
219 include ./$(DEPDIR)/if.Po
220 include ./$(DEPDIR)/keychain.Po
221 include ./$(DEPDIR)/linklist.Po
222 include ./$(DEPDIR)/log.Po
223 include ./$(DEPDIR)/md5.Po
224 include ./$(DEPDIR)/memory.Po
225 include ./$(DEPDIR)/network.Po
226 include ./$(DEPDIR)/pid_output.Po
227 include ./$(DEPDIR)/plist.Po
228 include ./$(DEPDIR)/pqueue.Po
229 include ./$(DEPDIR)/prefix.Po
230 include ./$(DEPDIR)/print_version.Po
231 include ./$(DEPDIR)/routemap.Po
232 include ./$(DEPDIR)/smux.Po
233 include ./$(DEPDIR)/sockopt.Po
234 include ./$(DEPDIR)/sockunion.Po
235 include ./$(DEPDIR)/str.Po
236 include ./$(DEPDIR)/stream.Po
237 include ./$(DEPDIR)/table.Po
238 include ./$(DEPDIR)/thread.Po
239 include ./$(DEPDIR)/vector.Po
240 include ./$(DEPDIR)/version.Po
241 include ./$(DEPDIR)/vty.Po
242 include ./$(DEPDIR)/zclient.Po
244 distclean-depend:
245 -rm -rf ./$(DEPDIR)
247 .c.o:
248 source='$<' object='$@' libtool=no \
249 depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
250 $(CCDEPMODE) $(depcomp) \
251 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
253 .c.obj:
254 source='$<' object='$@' libtool=no \
255 depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
256 $(CCDEPMODE) $(depcomp) \
257 $(COMPILE) -c `cygpath -w $<`
258 CCDEPMODE = depmode=gcc3
259 uninstall-info-am:
261 ETAGS = etags
262 ETAGSFLAGS =
264 tags: TAGS
266 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
267 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
268 unique=`for i in $$list; do \
269 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270 done | \
271 $(AWK) ' { files[$$0] = 1; } \
272 END { for (i in files) print i; }'`; \
273 mkid -fID $$unique
275 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
276 $(TAGS_FILES) $(LISP)
277 tags=; \
278 here=`pwd`; \
279 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
280 unique=`for i in $$list; do \
281 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
282 done | \
283 $(AWK) ' { files[$$0] = 1; } \
284 END { for (i in files) print i; }'`; \
285 test -z "$(ETAGS_ARGS)$$tags$$unique" \
286 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
287 $$tags $$unique
289 GTAGS:
290 here=`$(am__cd) $(top_builddir) && pwd` \
291 && cd $(top_srcdir) \
292 && gtags -i $(GTAGS_ARGS) $$here
294 distclean-tags:
295 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
296 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
298 top_distdir = ..
299 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
301 distdir: $(DISTFILES)
302 @list='$(DISTFILES)'; for file in $$list; do \
303 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
304 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
305 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
306 dir="/$$dir"; \
307 $(mkinstalldirs) "$(distdir)$$dir"; \
308 else \
309 dir=''; \
310 fi; \
311 if test -d $$d/$$file; then \
312 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
313 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
314 fi; \
315 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
316 else \
317 test -f $(distdir)/$$file \
318 || cp -p $$d/$$file $(distdir)/$$file \
319 || exit 1; \
320 fi; \
321 done
322 check-am: all-am
323 check: check-am
324 all-am: Makefile $(LIBRARIES) $(HEADERS)
326 installdirs:
328 install: install-am
329 install-exec: install-exec-am
330 install-data: install-data-am
331 uninstall: uninstall-am
333 install-am: all-am
334 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
336 installcheck: installcheck-am
337 install-strip:
338 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
339 INSTALL_STRIP_FLAG=-s \
340 `test -z '$(STRIP)' || \
341 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
342 mostlyclean-generic:
344 clean-generic:
346 distclean-generic:
347 -rm -f Makefile $(CONFIG_CLEAN_FILES)
349 maintainer-clean-generic:
350 @echo "This command is intended for maintainers to use"
351 @echo "it deletes files that may require special tools to rebuild."
352 clean: clean-am
354 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
356 distclean: distclean-am
358 distclean-am: clean-am distclean-compile distclean-depend \
359 distclean-generic distclean-tags
361 dvi: dvi-am
363 dvi-am:
365 info: info-am
367 info-am:
369 install-data-am:
371 install-exec-am:
373 install-info: install-info-am
375 install-man:
377 installcheck-am:
379 maintainer-clean: maintainer-clean-am
381 maintainer-clean-am: distclean-am maintainer-clean-generic
383 mostlyclean: mostlyclean-am
385 mostlyclean-am: mostlyclean-compile mostlyclean-generic
387 uninstall-am: uninstall-info-am
389 .PHONY: GTAGS all all-am check check-am clean clean-generic \
390 clean-noinstLIBRARIES distclean distclean-compile \
391 distclean-depend distclean-generic distclean-tags distdir dvi \
392 dvi-am info info-am install install-am install-data \
393 install-data-am install-exec install-exec-am install-info \
394 install-info-am install-man install-strip installcheck \
395 installcheck-am installdirs maintainer-clean \
396 maintainer-clean-generic mostlyclean mostlyclean-compile \
397 mostlyclean-generic tags uninstall uninstall-am \
398 uninstall-info-am
401 version.c: Makefile
402 echo '' >version.c
403 echo 'char *host_name = "$(host_alias)";' >>version.c
404 # Tell versions [3.59,3.63) of GNU make to not export all variables.
405 # Otherwise a system limit (for SysV at least) may be exceeded.
406 .NOEXPORT: