K2.6 patches and update.
[tomato.git] / release / src / router / zebra / ripd / Makefile
blob80933fe1260162e54da0009e1cbfc849e6f71798
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # ripd/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)/\"
104 INSTALL_SDATA = /usr/bin/install -c -m 600
106 noinst_LIBRARIES = librip.a
107 sbin_PROGRAMS = ripd
109 librip_a_SOURCES = \
110 ripd.c rip_zebra.c rip_interface.c rip_debug.c rip_snmp.c \
111 rip_routemap.c rip_peer.c rip_offset.c
114 noinst_HEADERS = \
115 ripd.h rip_debug.h
118 ripd_SOURCES = \
119 rip_main.c $(librip_a_SOURCES)
122 ripd_LDADD = ../lib/libzebra.a
124 sysconf_DATA = ripd.conf.sample
126 EXTRA_DIST = $(sysconf_DATA) RIPv2-MIB.txt
127 subdir = ripd
128 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
129 CONFIG_HEADER = $(top_builddir)/config.h
130 CONFIG_CLEAN_FILES =
131 LIBRARIES = $(noinst_LIBRARIES)
133 librip_a_AR = $(AR) cru
134 librip_a_LIBADD =
135 am_librip_a_OBJECTS = ripd.$(OBJEXT) rip_zebra.$(OBJEXT) \
136 rip_interface.$(OBJEXT) rip_debug.$(OBJEXT) rip_snmp.$(OBJEXT) \
137 rip_routemap.$(OBJEXT) rip_peer.$(OBJEXT) rip_offset.$(OBJEXT)
138 librip_a_OBJECTS = $(am_librip_a_OBJECTS)
139 sbin_PROGRAMS = ripd$(EXEEXT)
140 PROGRAMS = $(sbin_PROGRAMS)
142 am__objects_1 = ripd.$(OBJEXT) rip_zebra.$(OBJEXT) \
143 rip_interface.$(OBJEXT) rip_debug.$(OBJEXT) rip_snmp.$(OBJEXT) \
144 rip_routemap.$(OBJEXT) rip_peer.$(OBJEXT) rip_offset.$(OBJEXT)
145 am_ripd_OBJECTS = rip_main.$(OBJEXT) $(am__objects_1)
146 ripd_OBJECTS = $(am_ripd_OBJECTS)
147 ripd_DEPENDENCIES = ../lib/libzebra.a
148 ripd_LDFLAGS =
149 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
150 CPPFLAGS =
151 LDFLAGS = -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC
152 LIBS = -lm -lcrypt -lzebra -L../lib
153 depcomp = $(SHELL) $(top_srcdir)/depcomp
154 am__depfiles_maybe = depfiles
155 DEP_FILES = ./$(DEPDIR)/rip_debug.Po \
156 ./$(DEPDIR)/rip_interface.Po \
157 ./$(DEPDIR)/rip_main.Po ./$(DEPDIR)/rip_offset.Po \
158 ./$(DEPDIR)/rip_peer.Po ./$(DEPDIR)/rip_routemap.Po \
159 ./$(DEPDIR)/rip_snmp.Po ./$(DEPDIR)/rip_zebra.Po \
160 ./$(DEPDIR)/ripd.Po
161 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
162 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
163 CCLD = $(CC)
164 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
165 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections
166 DIST_SOURCES = $(librip_a_SOURCES) $(ripd_SOURCES)
167 DATA = $(sysconf_DATA)
169 HEADERS = $(noinst_HEADERS)
171 DIST_COMMON = $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in
172 SOURCES = $(librip_a_SOURCES) $(ripd_SOURCES)
174 all: all-am
176 .SUFFIXES:
177 .SUFFIXES: .c .o .obj
178 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
179 cd $(top_srcdir) && \
180 $(AUTOMAKE) --foreign ripd/Makefile
181 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
182 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
184 clean-noinstLIBRARIES:
185 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
186 librip.a: $(librip_a_OBJECTS) $(librip_a_DEPENDENCIES)
187 -rm -f librip.a
188 $(librip_a_AR) librip.a $(librip_a_OBJECTS) $(librip_a_LIBADD)
189 $(RANLIB) librip.a
190 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
191 install-sbinPROGRAMS: $(sbin_PROGRAMS)
192 @$(NORMAL_INSTALL)
193 $(mkinstalldirs) $(DESTDIR)$(sbindir)
194 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
195 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
196 if test -f $$p \
197 ; then \
198 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
199 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
200 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f; \
201 else :; fi; \
202 done
204 uninstall-sbinPROGRAMS:
205 @$(NORMAL_UNINSTALL)
206 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
207 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
208 echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
209 rm -f $(DESTDIR)$(sbindir)/$$f; \
210 done
212 clean-sbinPROGRAMS:
213 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
214 ripd$(EXEEXT): $(ripd_OBJECTS) $(ripd_DEPENDENCIES)
215 @rm -f ripd$(EXEEXT)
216 $(LINK) $(ripd_LDFLAGS) $(ripd_OBJECTS) $(LIBS)
218 mostlyclean-compile:
219 -rm -f *.$(OBJEXT) core *.core
221 distclean-compile:
222 -rm -f *.tab.c
224 include ./$(DEPDIR)/rip_debug.Po
225 include ./$(DEPDIR)/rip_interface.Po
226 include ./$(DEPDIR)/rip_main.Po
227 include ./$(DEPDIR)/rip_offset.Po
228 include ./$(DEPDIR)/rip_peer.Po
229 include ./$(DEPDIR)/rip_routemap.Po
230 include ./$(DEPDIR)/rip_snmp.Po
231 include ./$(DEPDIR)/rip_zebra.Po
232 include ./$(DEPDIR)/ripd.Po
234 distclean-depend:
235 -rm -rf ./$(DEPDIR)
237 .c.o:
238 source='$<' object='$@' libtool=no \
239 depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
240 $(CCDEPMODE) $(depcomp) \
241 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
243 .c.obj:
244 source='$<' object='$@' libtool=no \
245 depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
246 $(CCDEPMODE) $(depcomp) \
247 $(COMPILE) -c `cygpath -w $<`
248 CCDEPMODE = depmode=gcc3
249 uninstall-info-am:
250 sysconfDATA_INSTALL = $(INSTALL_DATA)
252 uninstall-sysconfDATA:
253 @$(NORMAL_UNINSTALL)
254 @list='$(sysconf_DATA)'; for p in $$list; do \
255 f="`echo $$p | sed -e 's|^.*/||'`"; \
256 echo " rm -f $(DESTDIR)$(sysconfdir)/$$f"; \
257 rm -f $(DESTDIR)$(sysconfdir)/$$f; \
258 done
260 ETAGS = etags
261 ETAGSFLAGS =
263 tags: TAGS
265 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 done | \
270 $(AWK) ' { files[$$0] = 1; } \
271 END { for (i in files) print i; }'`; \
272 mkid -fID $$unique
274 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
275 $(TAGS_FILES) $(LISP)
276 tags=; \
277 here=`pwd`; \
278 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
279 unique=`for i in $$list; do \
280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281 done | \
282 $(AWK) ' { files[$$0] = 1; } \
283 END { for (i in files) print i; }'`; \
284 test -z "$(ETAGS_ARGS)$$tags$$unique" \
285 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
286 $$tags $$unique
288 GTAGS:
289 here=`$(am__cd) $(top_builddir) && pwd` \
290 && cd $(top_srcdir) \
291 && gtags -i $(GTAGS_ARGS) $$here
293 distclean-tags:
294 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
295 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
297 top_distdir = ..
298 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
300 distdir: $(DISTFILES)
301 @list='$(DISTFILES)'; for file in $$list; do \
302 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
303 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
304 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
305 dir="/$$dir"; \
306 $(mkinstalldirs) "$(distdir)$$dir"; \
307 else \
308 dir=''; \
309 fi; \
310 if test -d $$d/$$file; then \
311 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
312 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
313 fi; \
314 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
315 else \
316 test -f $(distdir)/$$file \
317 || cp -p $$d/$$file $(distdir)/$$file \
318 || exit 1; \
319 fi; \
320 done
321 check-am: all-am
322 check: check-am
323 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
325 installdirs:
326 $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir)
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 clean-sbinPROGRAMS \
355 mostlyclean-am
357 distclean: distclean-am
359 distclean-am: clean-am distclean-compile distclean-depend \
360 distclean-generic distclean-tags
362 dvi: dvi-am
364 dvi-am:
366 info: info-am
368 info-am:
370 install-data-am:
372 install-exec-am: install-sbinPROGRAMS install-sysconfDATA
374 install-info: install-info-am
376 install-man:
378 installcheck-am:
380 maintainer-clean: maintainer-clean-am
382 maintainer-clean-am: distclean-am maintainer-clean-generic
384 mostlyclean: mostlyclean-am
386 mostlyclean-am: mostlyclean-compile mostlyclean-generic
388 uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS \
389 uninstall-sysconfDATA
391 .PHONY: GTAGS all all-am check check-am clean clean-generic \
392 clean-noinstLIBRARIES clean-sbinPROGRAMS distclean \
393 distclean-compile distclean-depend distclean-generic \
394 distclean-tags distdir dvi dvi-am info info-am install \
395 install-am install-data install-data-am install-exec \
396 install-exec-am install-info install-info-am install-man \
397 install-sbinPROGRAMS install-strip install-sysconfDATA \
398 installcheck installcheck-am installdirs maintainer-clean \
399 maintainer-clean-generic mostlyclean mostlyclean-compile \
400 mostlyclean-generic tags uninstall uninstall-am \
401 uninstall-info-am uninstall-sbinPROGRAMS uninstall-sysconfDATA
404 install-sysconfDATA: $(sysconf_DATA)
405 @$(NORMAL_INSTALL)
406 $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
407 @list='$(sysconf_DATA)'; for p in $$list; do \
408 if test -f $(srcdir)/$$p; then \
409 echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
410 $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
411 else if test -f $$p; then \
412 echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
413 $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
414 fi; fi; \
415 done
416 # Tell versions [3.59,3.63) of GNU make to not export all variables.
417 # Otherwise a system limit (for SysV at least) may be exceeded.
418 .NOEXPORT: