added files
[bcm963xx.git] / userapps / opensource / zebra / lib / Makefile
1 # Makefile.in generated by automake 1.6.2 from Makefile.am.
2 # lib/Makefile.  Generated from Makefile.in by configure.
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
16 SHELL = /bin/sh
17
18 srcdir = .
19 top_srcdir = ..
20
21 #prefix = /usr/local
22 #exec_prefix = ${prefix}
23
24 #bindir = ${exec_prefix}/bin
25 #sbindir = ${exec_prefix}/sbin
26 #libexecdir = ${exec_prefix}/libexec
27 #datadir = ${prefix}/share
28 #sysconfdir = ${prefix}/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 = ..
40
41 ACLOCAL = ${SHELL} /opt/user96345/src/zebra-0.93a/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /opt/user96345/src/zebra-0.93a/missing --run autoconf
43 AUTOMAKE = ${SHELL} /opt/user96345/src/zebra-0.93a/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /opt/user96345/src/zebra-0.93a/missing --run autoheader
45
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 = 
63 host_triplet = i686-pc-linux-gnu
64
65 EXEEXT = 
66 OBJEXT = o
67 PATH_SEPARATOR = :
68 AMTAR = ${SHELL} /opt/user96345/src/zebra-0.93a/missing --run tar
69
70 #BRCM begin
71 #AR = ar
72 #AWK = gawk
73 BGPD = 
74 #CC = gcc
75 #CPP = gcc -E
76
77 #these will be removed since they are on the top /user96345/Makefile
78 #TOOLCHAIN=/opt/toolchains/uclibc
79 #CROSS_COMPILE = $(TOOLCHAIN)/bin/mips-uclibc-
80 #AR              = $(CROSS_COMPILE)ar
81 #AS              = $(CROSS_COMPILE)as
82 #LD              = $(CROSS_COMPILE)ld
83 #CC              = $(CROSS_COMPILE)gcc
84 #CXX             = $(CROSS_COMPILE)g++
85 #CPP             = $(CROSS_COMPILE)cpp
86 #NM              = $(CROSS_COMPILE)nm
87 #STRIP           = $(CROSS_COMPILE)strip
88 #OBJCOPY         = $(CROSS_COMPILE)objcopy
89 #OBJDUMP         = $(CROSS_COMPILE)objdump
90 #RANLIB          = $(CROSS_COMPILE)ranlib
91 #LIB_PATH        = $(TOOLCHAIN)/mips-linux/lib
92 #LIBDIR          = $(TOOLCHAIN)/mips-linux/lib
93 #LIBCDIR         = $(TOOLCHAIN)/mips-linux
94 #BRCM end
95
96 CURSES = 
97 DEPDIR = .deps
98 IF_METHOD = if_netlink.o
99 IF_PROC = if_proc.o
100
101 INCLUDES =  -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
102 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
103 IPFORWARD = ipforward_proc.o
104 KERNEL_METHOD = 
105 LIBPAM = 
106 LIB_IPV6 = 
107 LIB_REGEX = 
108 MULTIPATH_NUM = 1
109 OSPF6D = 
110 OSPFD = 
111 OTHER_METHOD = 
112 PACKAGE = zebra
113 #BRCM begin
114 #RANLIB = ranlib
115 #BRCM end
116 RIPD = ripd
117 RIPNGD = 
118 RTREAD_METHOD = rtread_netlink.o
119 RT_METHOD = rt_netlink.o
120 STRIP = 
121 VERSION = 0.93a
122 VTYSH = 
123 ZEBRA = zebra
124 am__include = include
125 am__quote = 
126 install_sh = /opt/user96345/src/zebra-0.93a/install-sh
127 DEFS = -DHAVE_CONFIG_H -DSYSCONFDIR=\"$(sysconfdir)/\"
128
129 noinst_LIBRARIES = libzebra.a
130
131 libzebra_a_SOURCES = \
132         version.c network.c pid_output.c getopt.c getopt1.c daemon.c \
133         print_version.c checksum.c vector.c linklist.c vty.c command.c \
134         sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
135         filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
136         zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c
137
138 libzebra_a_DEPENDENCIES = 
139
140 libzebra_a_LIBADD = 
141
142 noinst_HEADERS = \
143         buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \
144         memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
145         str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \
146         plist.h zclient.h sockopt.h smux.h md5-gnu.h if_rmap.h keychain.h
147
148
149 EXTRA_DIST = regex.c regex-gnu.h
150 subdir = lib
151 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
152 CONFIG_HEADER = $(top_builddir)/config.h
153 CONFIG_CLEAN_FILES =
154 LIBRARIES = $(noinst_LIBRARIES)
155
156 #BRCM begin
157 #libzebra_a_AR = $(AR) cru
158 libzebra_a_AR = $(AR) rcs
159 #BRCM end
160
161 am_libzebra_a_OBJECTS = version.$(OBJEXT) network.$(OBJEXT) \
162         pid_output.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
163         daemon.$(OBJEXT) print_version.$(OBJEXT) checksum.$(OBJEXT) \
164         vector.$(OBJEXT) linklist.$(OBJEXT) vty.$(OBJEXT) \
165         command.$(OBJEXT) sockunion.$(OBJEXT) prefix.$(OBJEXT) \
166         thread.$(OBJEXT) if.$(OBJEXT) memory.$(OBJEXT) buffer.$(OBJEXT) \
167         table.$(OBJEXT) hash.$(OBJEXT) filter.$(OBJEXT) \
168         routemap.$(OBJEXT) distribute.$(OBJEXT) stream.$(OBJEXT) \
169         str.$(OBJEXT) log.$(OBJEXT) plist.$(OBJEXT) zclient.$(OBJEXT) \
170         sockopt.$(OBJEXT) smux.$(OBJEXT) md5.$(OBJEXT) \
171         if_rmap.$(OBJEXT) keychain.$(OBJEXT)
172
173 libzebra_a_OBJECTS = $(am_libzebra_a_OBJECTS)
174 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
175 CPPFLAGS = 
176
177 #BRCM begin
178 #LDFLAGS = -Wl,-warn-common -Wl,-allow-shlib-undefined
179 #BRCM end
180 #LIBS = -lm -lcrypt 
181 depcomp = $(SHELL) $(top_srcdir)/depcomp
182 am__depfiles_maybe = depfiles
183 #BRCM begin
184 #DEP_FILES = ./$(DEPDIR)/buffer.Po ./$(DEPDIR)/checksum.Po \
185 #       ./$(DEPDIR)/command.Po ./$(DEPDIR)/daemon.Po \
186 #       ./$(DEPDIR)/distribute.Po ./$(DEPDIR)/filter.Po \
187 #       ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
188 #       ./$(DEPDIR)/hash.Po ./$(DEPDIR)/if.Po \
189 #       ./$(DEPDIR)/if_rmap.Po ./$(DEPDIR)/keychain.Po \
190 #       ./$(DEPDIR)/linklist.Po ./$(DEPDIR)/log.Po \
191 #       ./$(DEPDIR)/md5.Po ./$(DEPDIR)/memory.Po \
192 #       ./$(DEPDIR)/network.Po ./$(DEPDIR)/pid_output.Po \
193 #       ./$(DEPDIR)/plist.Po ./$(DEPDIR)/prefix.Po \
194 #       ./$(DEPDIR)/print_version.Po \
195 #       ./$(DEPDIR)/routemap.Po ./$(DEPDIR)/smux.Po \
196 #       ./$(DEPDIR)/sockopt.Po ./$(DEPDIR)/sockunion.Po \
197 #       ./$(DEPDIR)/str.Po ./$(DEPDIR)/stream.Po \
198 #       ./$(DEPDIR)/table.Po ./$(DEPDIR)/thread.Po \
199 #       ./$(DEPDIR)/vector.Po ./$(DEPDIR)/version.Po \
200 #       ./$(DEPDIR)/vty.Po ./$(DEPDIR)/zclient.Po
201
202 DEP_FILES = ./$(DEPDIR)/buffer.Po ./$(DEPDIR)/checksum.Po \
203         ./$(DEPDIR)/command.Po ./$(DEPDIR)/daemon.Po \
204         ./$(DEPDIR)/distribute.Po ./$(DEPDIR)/filter.Po \
205         ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
206         ./$(DEPDIR)/hash.Po ./$(DEPDIR)/if.Po \
207         ./$(DEPDIR)/if_rmap.Po \
208         ./$(DEPDIR)/linklist.Po ./$(DEPDIR)/log.Po \
209         ./$(DEPDIR)/memory.Po \
210         ./$(DEPDIR)/network.Po ./$(DEPDIR)/pid_output.Po \
211         ./$(DEPDIR)/plist.Po ./$(DEPDIR)/prefix.Po \
212         ./$(DEPDIR)/print_version.Po \
213         ./$(DEPDIR)/routemap.Po ./$(DEPDIR)/smux.Po \
214         ./$(DEPDIR)/sockopt.Po ./$(DEPDIR)/sockunion.Po \
215         ./$(DEPDIR)/str.Po ./$(DEPDIR)/stream.Po \
216         ./$(DEPDIR)/table.Po ./$(DEPDIR)/thread.Po \
217         ./$(DEPDIR)/vector.Po ./$(DEPDIR)/version.Po \
218         ./$(DEPDIR)/vty.Po ./$(DEPDIR)/zclient.Po
219 #       ./$(DEPDIR)/zclient.Po
220 #BRCM end
221 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
222         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
223 CCLD = $(CC)
224 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
225 #LINK = $(LD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
226
227 #BRCM begin
228 #for debug, add -DBRCM_RIP_DEBUG; command support, add -DDBRCM_CMD_SUPPORT;
229 #access/filter list support, add -DDBRCM_LIST_SUPPORT
230 CFLAGS= -s -Os -fomit-frame-pointer -L$(LIB_PATH)
231 #BRCM end
232
233 DIST_SOURCES = $(libzebra_a_SOURCES)
234 HEADERS = $(noinst_HEADERS)
235
236 DIST_COMMON = $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in
237 SOURCES = $(libzebra_a_SOURCES)
238
239 all: all-am
240
241 .SUFFIXES:
242 .SUFFIXES: .c .o .obj
243 #$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
244 #       cd $(top_srcdir) && \
245 #         $(AUTOMAKE) --foreign  lib/Makefile
246 #Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
247 #       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
248
249 clean-noinstLIBRARIES:
250         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
251 libzebra.a: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES) 
252         -rm -f libzebra.a
253         $(libzebra_a_AR) libzebra.a $(libzebra_a_OBJECTS) $(libzebra_a_LIBADD)
254 #BRCM begin
255 #       $(RANLIB) libzebra.a
256 #BRCM end
257 mostlyclean-compile:
258         -rm -f *.$(OBJEXT) core *.core
259
260 distclean-compile:
261         -rm -f *.tab.c
262
263
264 #include ./$(DEPDIR)/buffer.Po
265 #include ./$(DEPDIR)/checksum.Po
266 #include ./$(DEPDIR)/command.Po
267 #include ./$(DEPDIR)/daemon.Po
268 #include ./$(DEPDIR)/distribute.Po
269 #include ./$(DEPDIR)/filter.Po
270 #include ./$(DEPDIR)/getopt.Po
271 #include ./$(DEPDIR)/getopt1.Po
272 #include ./$(DEPDIR)/hash.Po
273 #include ./$(DEPDIR)/if.Po
274 #include ./$(DEPDIR)/if_rmap.Po
275 #include ./$(DEPDIR)/keychain.Po
276 #include ./$(DEPDIR)/linklist.Po
277 #include ./$(DEPDIR)/log.Po
278 #include ./$(DEPDIR)/md5.Po
279 #include ./$(DEPDIR)/memory.Po
280 #include ./$(DEPDIR)/network.Po
281 #include ./$(DEPDIR)/pid_output.Po
282 #include ./$(DEPDIR)/plist.Po
283 #include ./$(DEPDIR)/prefix.Po
284 #include ./$(DEPDIR)/print_version.Po
285 #include ./$(DEPDIR)/routemap.Po
286 #include ./$(DEPDIR)/smux.Po
287 #include ./$(DEPDIR)/sockopt.Po
288 #include ./$(DEPDIR)/sockunion.Po
289 #include ./$(DEPDIR)/str.Po
290 #include ./$(DEPDIR)/stream.Po
291 #include ./$(DEPDIR)/table.Po
292 #include ./$(DEPDIR)/thread.Po
293 #include ./$(DEPDIR)/vector.Po
294 #include ./$(DEPDIR)/version.Po
295 #include ./$(DEPDIR)/vty.Po
296 #include ./$(DEPDIR)/zclient.Po
297
298
299 distclean-depend:
300         -rm -rf ./$(DEPDIR)
301
302 #.c.o:
303 #       source='$<' object='$@' libtool=no \
304 #       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
305 #       $(CCDEPMODE) $(depcomp) \
306 #       $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
307 .c.o:
308         source='$<' object='$@' libtool=no \
309         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
310
311 .c.obj:
312         source='$<' object='$@' libtool=no \
313         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
314         $(CCDEPMODE) $(depcomp) \
315         $(COMPILE) -c `cygpath -w $<`
316 CCDEPMODE = depmode=gcc3
317 uninstall-info-am:
318
319 ETAGS = etags
320 ETAGSFLAGS =
321
322 tags: TAGS
323
324 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
325         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326         unique=`for i in $$list; do \
327             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328           done | \
329           $(AWK) '    { files[$$0] = 1; } \
330                END { for (i in files) print i; }'`; \
331         mkid -fID $$unique
332
333 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334                 $(TAGS_FILES) $(LISP)
335         tags=; \
336         here=`pwd`; \
337         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338         unique=`for i in $$list; do \
339             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340           done | \
341           $(AWK) '    { files[$$0] = 1; } \
342                END { for (i in files) print i; }'`; \
343         test -z "$(ETAGS_ARGS)$$tags$$unique" \
344           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345              $$tags $$unique
346
347 GTAGS:
348         here=`$(am__cd) $(top_builddir) && pwd` \
349           && cd $(top_srcdir) \
350           && gtags -i $(GTAGS_ARGS) $$here
351
352 distclean-tags:
353         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
354 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
355
356 top_distdir = ..
357 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
358
359 distdir: $(DISTFILES)
360         @list='$(DISTFILES)'; for file in $$list; do \
361           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
362           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
363           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
364             dir="/$$dir"; \
365             $(mkinstalldirs) "$(distdir)$$dir"; \
366           else \
367             dir=''; \
368           fi; \
369           if test -d $$d/$$file; then \
370             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
372             fi; \
373             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
374           else \
375             test -f $(distdir)/$$file \
376             || cp -p $$d/$$file $(distdir)/$$file \
377             || exit 1; \
378           fi; \
379         done
380 check-am: all-am
381 check: check-am
382 all-am: Makefile $(LIBRARIES) $(HEADERS)
383
384 installdirs:
385
386 install: install-am
387 install-exec: install-exec-am
388 install-data: install-data-am
389 uninstall: uninstall-am
390
391 install-am: all-am
392         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393
394 installcheck: installcheck-am
395 install-strip:
396         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397           INSTALL_STRIP_FLAG=-s \
398           `test -z '$(STRIP)' || \
399             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
400 mostlyclean-generic:
401
402 clean-generic:
403
404 distclean-generic:
405         -rm -f Makefile $(CONFIG_CLEAN_FILES)
406
407 maintainer-clean-generic:
408         @echo "This command is intended for maintainers to use"
409         @echo "it deletes files that may require special tools to rebuild."
410 clean: clean-am
411
412 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
413
414 distclean: distclean-am
415
416 distclean-am: clean-am distclean-compile distclean-depend \
417         distclean-generic distclean-tags
418
419 dvi: dvi-am
420
421 dvi-am:
422
423 info: info-am
424
425 info-am:
426
427 install-data-am:
428
429 install-exec-am:
430
431 install-info: install-info-am
432
433 install-man:
434
435 installcheck-am:
436
437 maintainer-clean: maintainer-clean-am
438
439 maintainer-clean-am: distclean-am maintainer-clean-generic
440
441 mostlyclean: mostlyclean-am
442
443 mostlyclean-am: mostlyclean-compile mostlyclean-generic
444
445 uninstall-am: uninstall-info-am
446
447 .PHONY: GTAGS all all-am check check-am clean clean-generic \
448         clean-noinstLIBRARIES distclean distclean-compile \
449         distclean-depend distclean-generic distclean-tags distdir dvi \
450         dvi-am info info-am install install-am install-data \
451         install-data-am install-exec install-exec-am install-info \
452         install-info-am install-man install-strip installcheck \
453         installcheck-am installdirs maintainer-clean \
454         maintainer-clean-generic mostlyclean mostlyclean-compile \
455         mostlyclean-generic tags uninstall uninstall-am \
456         uninstall-info-am
457
458
459 version.c: Makefile
460         echo '' >version.c
461         echo 'char *host_name = "$(host_triplet)";' >>version.c
462 # Tell versions [3.59,3.63) of GNU make to not export all variables.
463 # Otherwise a system limit (for SysV at least) may be exceeded.
464 .NOEXPORT: