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
16SHELL = /bin/sh
17
18srcdir = .
19top_srcdir = ..
20
21prefix = /usr/local
22exec_prefix = ${prefix}
23
24bindir = ${exec_prefix}/bin
25sbindir = ${exec_prefix}/sbin
26libexecdir = ${exec_prefix}/libexec
27datadir = ${prefix}/share
28sysconfdir = ${prefix}/etc
29sharedstatedir = ${prefix}/com
30localstatedir = ${prefix}/var
31libdir = ${exec_prefix}/lib
32infodir = ${prefix}/info
33mandir = ${prefix}/man
34includedir = ${prefix}/include
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/zebra
37pkglibdir = $(libdir)/zebra
38pkgincludedir = $(includedir)/zebra
39top_builddir = ..
40
41ACLOCAL = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run aclocal-1.6
42AUTOCONF = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoconf
43AUTOMAKE = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run automake-1.6
44AUTOHEADER = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoheader
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = /usr/bin/install -c
48INSTALL_PROGRAM = ${INSTALL}
49INSTALL_DATA = ${INSTALL} -m 644
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = ${INSTALL}
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = s,x,x,
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = 
63host_triplet = i686-pc-linux-gnu
64
65EXEEXT = 
66OBJEXT = o
67PATH_SEPARATOR = :
68AMTAR = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run tar
69#Foxconn start mark by fred 20060221
70#AR = ar
71#AWK = gawk
72BGPD = 
73#CC = gcc
74#CPP = gcc -E
75#Foxconn end
76CURSES = 
77DEPDIR = .deps
78IF_METHOD = if_netlink.o
79IF_PROC = if_proc.o
80
81INCLUDES =  -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
82INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
83IPFORWARD = ipforward_proc.o
84KERNEL_METHOD = 
85LIBPAM = 
86LIB_IPV6 = 
87LIB_REGEX = 
88MULTIPATH_NUM = 1
89OSPF6D = 
90OSPFD = 
91OTHER_METHOD = 
92PACKAGE = zebra
93#Foxconn mark by fred 20060221
94#RANLIB = ranlib
95RIPD = ripd
96RIPNGD = 
97RTREAD_METHOD = rtread_netlink.o
98RT_METHOD = rt_netlink.o
99#Foxconn mark by fred 20060221
100#STRIP = 
101VERSION = 0.93a
102VTYSH = 
103ZEBRA = zebra
104am__include = include
105am__quote = 
106install_sh = /home/fred/0117/ap61/gpl/zebra-0.93a/install-sh
107DEFS = -DHAVE_CONFIG_H -DSYSCONFDIR=\"$(sysconfdir)/\"
108
109noinst_LIBRARIES = libzebra.a
110
111libzebra_a_SOURCES = \
112	version.c network.c pid_output.c getopt.c getopt1.c daemon.c \
113	print_version.c checksum.c vector.c linklist.c vty.c command.c \
114	sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
115	filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
116	zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c
117
118
119libzebra_a_DEPENDENCIES = 
120
121libzebra_a_LIBADD = 
122
123noinst_HEADERS = \
124	buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \
125	memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
126	str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \
127	plist.h zclient.h sockopt.h smux.h md5-gnu.h if_rmap.h keychain.h
128
129
130EXTRA_DIST = regex.c regex-gnu.h
131subdir = lib
132mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
133CONFIG_HEADER = $(top_builddir)/config.h
134CONFIG_CLEAN_FILES =
135LIBRARIES = $(noinst_LIBRARIES)
136
137libzebra_a_AR = $(AR) cru
138am_libzebra_a_OBJECTS = version.$(OBJEXT) network.$(OBJEXT) \
139	pid_output.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
140	daemon.$(OBJEXT) print_version.$(OBJEXT) checksum.$(OBJEXT) \
141	vector.$(OBJEXT) linklist.$(OBJEXT) vty.$(OBJEXT) \
142	command.$(OBJEXT) sockunion.$(OBJEXT) prefix.$(OBJEXT) \
143	thread.$(OBJEXT) if.$(OBJEXT) memory.$(OBJEXT) buffer.$(OBJEXT) \
144	table.$(OBJEXT) hash.$(OBJEXT) filter.$(OBJEXT) \
145	routemap.$(OBJEXT) distribute.$(OBJEXT) stream.$(OBJEXT) \
146	str.$(OBJEXT) log.$(OBJEXT) plist.$(OBJEXT) zclient.$(OBJEXT) \
147	sockopt.$(OBJEXT) smux.$(OBJEXT) md5.$(OBJEXT) \
148	if_rmap.$(OBJEXT) keychain.$(OBJEXT)
149libzebra_a_OBJECTS = $(am_libzebra_a_OBJECTS)
150DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
151CPPFLAGS = 
152LDFLAGS = 
153# LIBS = -lm -lcrypt 
154LIBS = 
155depcomp = $(SHELL) $(top_srcdir)/depcomp
156am__depfiles_maybe = depfiles
157DEP_FILES = ./$(DEPDIR)/buffer.Po ./$(DEPDIR)/checksum.Po \
158	./$(DEPDIR)/command.Po ./$(DEPDIR)/daemon.Po \
159	./$(DEPDIR)/distribute.Po ./$(DEPDIR)/filter.Po \
160	./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
161	./$(DEPDIR)/hash.Po ./$(DEPDIR)/if.Po \
162	./$(DEPDIR)/if_rmap.Po ./$(DEPDIR)/keychain.Po \
163	./$(DEPDIR)/linklist.Po ./$(DEPDIR)/log.Po \
164	./$(DEPDIR)/md5.Po ./$(DEPDIR)/memory.Po \
165	./$(DEPDIR)/network.Po ./$(DEPDIR)/pid_output.Po \
166	./$(DEPDIR)/plist.Po ./$(DEPDIR)/prefix.Po \
167	./$(DEPDIR)/print_version.Po \
168	./$(DEPDIR)/routemap.Po ./$(DEPDIR)/smux.Po \
169	./$(DEPDIR)/sockopt.Po ./$(DEPDIR)/sockunion.Po \
170	./$(DEPDIR)/str.Po ./$(DEPDIR)/stream.Po \
171	./$(DEPDIR)/table.Po ./$(DEPDIR)/thread.Po \
172	./$(DEPDIR)/vector.Po ./$(DEPDIR)/version.Po \
173	./$(DEPDIR)/vty.Po ./$(DEPDIR)/zclient.Po
174COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176CCLD = $(CC)
177LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
178#Foxconn modify by fred 20060221
179#CFLAGS = -g -O2 -Wall
180CFLAGS= -s -Os -fomit-frame-pointer
181DIST_SOURCES = $(libzebra_a_SOURCES)
182HEADERS = $(noinst_HEADERS)
183
184DIST_COMMON = $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in
185SOURCES = $(libzebra_a_SOURCES)
186
187all: all-am
188
189.SUFFIXES:
190.SUFFIXES: .c .o .obj
191# Foxconn removed start pling 04/20/2006 
192#$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
193#	cd $(top_srcdir) && \
194#	  $(AUTOMAKE) --foreign  lib/Makefile
195#Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
196#	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
197# Foxconn removed end pling 04/20/2006 
198
199clean-noinstLIBRARIES:
200	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
201libzebra.a: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES) 
202	-rm -f libzebra.a
203	$(libzebra_a_AR) libzebra.a $(libzebra_a_OBJECTS) $(libzebra_a_LIBADD)
204	$(RANLIB) libzebra.a
205
206mostlyclean-compile:
207	-rm -f *.$(OBJEXT) core *.core
208
209distclean-compile:
210	-rm -f *.tab.c
211
212include ./$(DEPDIR)/buffer.Po
213include ./$(DEPDIR)/checksum.Po
214include ./$(DEPDIR)/command.Po
215include ./$(DEPDIR)/daemon.Po
216include ./$(DEPDIR)/distribute.Po
217include ./$(DEPDIR)/filter.Po
218include ./$(DEPDIR)/getopt.Po
219include ./$(DEPDIR)/getopt1.Po
220include ./$(DEPDIR)/hash.Po
221include ./$(DEPDIR)/if.Po
222include ./$(DEPDIR)/if_rmap.Po
223include ./$(DEPDIR)/keychain.Po
224include ./$(DEPDIR)/linklist.Po
225include ./$(DEPDIR)/log.Po
226include ./$(DEPDIR)/md5.Po
227include ./$(DEPDIR)/memory.Po
228include ./$(DEPDIR)/network.Po
229include ./$(DEPDIR)/pid_output.Po
230include ./$(DEPDIR)/plist.Po
231include ./$(DEPDIR)/prefix.Po
232include ./$(DEPDIR)/print_version.Po
233include ./$(DEPDIR)/routemap.Po
234include ./$(DEPDIR)/smux.Po
235include ./$(DEPDIR)/sockopt.Po
236include ./$(DEPDIR)/sockunion.Po
237include ./$(DEPDIR)/str.Po
238include ./$(DEPDIR)/stream.Po
239include ./$(DEPDIR)/table.Po
240include ./$(DEPDIR)/thread.Po
241include ./$(DEPDIR)/vector.Po
242include ./$(DEPDIR)/version.Po
243include ./$(DEPDIR)/vty.Po
244include ./$(DEPDIR)/zclient.Po
245
246distclean-depend:
247	-rm -rf ./$(DEPDIR)
248
249.c.o:
250	source='$<' object='$@' libtool=no \
251	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
252	$(CCDEPMODE) $(depcomp) \
253	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
254
255.c.obj:
256	source='$<' object='$@' libtool=no \
257	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
258	$(CCDEPMODE) $(depcomp) \
259	$(COMPILE) -c `cygpath -w $<`
260CCDEPMODE = depmode=gcc3
261uninstall-info-am:
262
263ETAGS = etags
264ETAGSFLAGS =
265
266tags: TAGS
267
268ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
269	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
270	unique=`for i in $$list; do \
271	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272	  done | \
273	  $(AWK) '    { files[$$0] = 1; } \
274	       END { for (i in files) print i; }'`; \
275	mkid -fID $$unique
276
277TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
278		$(TAGS_FILES) $(LISP)
279	tags=; \
280	here=`pwd`; \
281	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
282	unique=`for i in $$list; do \
283	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284	  done | \
285	  $(AWK) '    { files[$$0] = 1; } \
286	       END { for (i in files) print i; }'`; \
287	test -z "$(ETAGS_ARGS)$$tags$$unique" \
288	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
289	     $$tags $$unique
290
291GTAGS:
292	here=`$(am__cd) $(top_builddir) && pwd` \
293	  && cd $(top_srcdir) \
294	  && gtags -i $(GTAGS_ARGS) $$here
295
296distclean-tags:
297	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
298DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
299
300top_distdir = ..
301distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
302
303distdir: $(DISTFILES)
304	@list='$(DISTFILES)'; for file in $$list; do \
305	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
306	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
307	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
308	    dir="/$$dir"; \
309	    $(mkinstalldirs) "$(distdir)$$dir"; \
310	  else \
311	    dir=''; \
312	  fi; \
313	  if test -d $$d/$$file; then \
314	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
315	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
316	    fi; \
317	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
318	  else \
319	    test -f $(distdir)/$$file \
320	    || cp -p $$d/$$file $(distdir)/$$file \
321	    || exit 1; \
322	  fi; \
323	done
324check-am: all-am
325check: check-am
326all-am: Makefile $(LIBRARIES) $(HEADERS)
327
328installdirs:
329
330install: install-am
331install-exec: install-exec-am
332install-data: install-data-am
333uninstall: uninstall-am
334
335install-am: all-am
336	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337
338installcheck: installcheck-am
339install-strip:
340	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341	  INSTALL_STRIP_FLAG=-s \
342	  `test -z '$(STRIP)' || \
343	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
344mostlyclean-generic:
345
346clean-generic:
347
348distclean-generic:
349	-rm -f Makefile $(CONFIG_CLEAN_FILES)
350
351maintainer-clean-generic:
352	@echo "This command is intended for maintainers to use"
353	@echo "it deletes files that may require special tools to rebuild."
354clean: clean-am
355
356clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
357
358distclean: distclean-am
359
360distclean-am: clean-am distclean-compile distclean-depend \
361	distclean-generic distclean-tags
362
363dvi: dvi-am
364
365dvi-am:
366
367info: info-am
368
369info-am:
370
371install-data-am:
372
373install-exec-am:
374
375install-info: install-info-am
376
377install-man:
378
379installcheck-am:
380
381maintainer-clean: maintainer-clean-am
382
383maintainer-clean-am: distclean-am maintainer-clean-generic
384
385mostlyclean: mostlyclean-am
386
387mostlyclean-am: mostlyclean-compile mostlyclean-generic
388
389uninstall-am: uninstall-info-am
390
391.PHONY: GTAGS all all-am check check-am clean clean-generic \
392	clean-noinstLIBRARIES distclean distclean-compile \
393	distclean-depend distclean-generic distclean-tags distdir dvi \
394	dvi-am info info-am install install-am install-data \
395	install-data-am install-exec install-exec-am install-info \
396	install-info-am install-man install-strip installcheck \
397	installcheck-am installdirs maintainer-clean \
398	maintainer-clean-generic mostlyclean mostlyclean-compile \
399	mostlyclean-generic tags uninstall uninstall-am \
400	uninstall-info-am
401
402
403version.c: Makefile
404	echo '' >version.c
405	echo 'char *host_name = "$(host_triplet)";' >>version.c
406# Tell versions [3.59,3.63) of GNU make to not export all variables.
407# Otherwise a system limit (for SysV at least) may be exceeded.
408.NOEXPORT:
409