Tomato 1.28
[tomato.git] / release / src / router / zebra / ripngd / Makefile
blob191610791e356bc3c7bd35341c884d5f396ca80d
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 IPFORWARD = ipforward_proc.o
70 KERNEL_METHOD =
71 LIBPAM =
72 LIB_IPV6 =
73 LIB_REGEX =
74 MAKEINFO = makeinfo
75 MULTIPATH_NUM = 1
76 OSPF6D =
77 OSPFD =
78 OTHER_METHOD =
79 PACKAGE = zebra
80 RANLIB = ranlib
81 RIPD = ripd
82 RIPNGD =
83 RTREAD_METHOD = rtread_netlink.o
84 RT_METHOD = rt_netlink.o
85 VERSION = 0.92a
86 VTYSH =
87 ZEBRA = zebra
89 INCLUDES = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
90 DEFS = -DHAVE_CONFIG_H -DSYSCONFDIR=\"$(sysconfdir)/\"
91 INSTALL_SDATA = /usr/bin/install -c -m 600
93 noinst_LIBRARIES = libripng.a
94 sbin_PROGRAMS = ripngd
96 libripng_a_SOURCES = ripng_interface.c ripngd.c ripng_zebra.c ripng_route.c ripng_debug.c ripng_routemap.c
99 noinst_HEADERS = ripng_debug.h ripng_route.h ripngd.h
102 ripngd_SOURCES = ripng_main.c $(libripng_a_SOURCES)
105 ripngd_LDADD = ../lib/libzebra.a
107 sysconf_DATA = ripngd.conf.sample
109 EXTRA_DIST = $(sysconf_DATA)
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = ../config.h
112 CONFIG_CLEAN_FILES =
113 LIBRARIES = $(noinst_LIBRARIES)
115 CPPFLAGS =
116 LDFLAGS =
117 LIBS = -lm -lcrypt
118 libripng_a_LIBADD =
119 libripng_a_OBJECTS = ripng_interface.o ripngd.o ripng_zebra.o \
120 ripng_route.o ripng_debug.o ripng_routemap.o
121 PROGRAMS = $(sbin_PROGRAMS)
123 ripngd_OBJECTS = ripng_main.o ripng_interface.o ripngd.o ripng_zebra.o \
124 ripng_route.o ripng_debug.o ripng_routemap.o
125 ripngd_DEPENDENCIES = ../lib/libzebra.a
126 ripngd_LDFLAGS =
127 CFLAGS = -g -O2 -Wall
128 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 CCLD = $(CC)
130 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
131 DATA = $(sysconf_DATA)
133 HEADERS = $(noinst_HEADERS)
135 DIST_COMMON = ChangeLog Makefile.am Makefile.in
138 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
140 TAR = tar
141 GZIP_ENV = --best
142 SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)
143 OBJECTS = $(libripng_a_OBJECTS) $(ripngd_OBJECTS)
145 all: all-redirect
146 .SUFFIXES:
147 .SUFFIXES: .S .c .o .s
148 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
149 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ripngd/Makefile
151 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
152 cd $(top_builddir) \
153 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
156 mostlyclean-noinstLIBRARIES:
158 clean-noinstLIBRARIES:
159 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
161 distclean-noinstLIBRARIES:
163 maintainer-clean-noinstLIBRARIES:
165 .c.o:
166 $(COMPILE) -c $<
168 .s.o:
169 $(COMPILE) -c $<
171 .S.o:
172 $(COMPILE) -c $<
174 mostlyclean-compile:
175 -rm -f *.o core *.core
177 clean-compile:
179 distclean-compile:
180 -rm -f *.tab.c
182 maintainer-clean-compile:
184 libripng.a: $(libripng_a_OBJECTS) $(libripng_a_DEPENDENCIES)
185 -rm -f libripng.a
186 $(AR) cru libripng.a $(libripng_a_OBJECTS) $(libripng_a_LIBADD)
187 $(RANLIB) libripng.a
189 mostlyclean-sbinPROGRAMS:
191 clean-sbinPROGRAMS:
192 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
194 distclean-sbinPROGRAMS:
196 maintainer-clean-sbinPROGRAMS:
198 install-sbinPROGRAMS: $(sbin_PROGRAMS)
199 @$(NORMAL_INSTALL)
200 $(mkinstalldirs) $(DESTDIR)$(sbindir)
201 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
202 if test -f $$p; then \
203 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
204 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
205 else :; fi; \
206 done
208 uninstall-sbinPROGRAMS:
209 @$(NORMAL_UNINSTALL)
210 list='$(sbin_PROGRAMS)'; for p in $$list; do \
211 rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
212 done
214 ripngd: $(ripngd_OBJECTS) $(ripngd_DEPENDENCIES)
215 @rm -f ripngd
216 $(LINK) $(ripngd_LDFLAGS) $(ripngd_OBJECTS) $(ripngd_LDADD) $(LIBS)
218 uninstall-sysconfDATA:
219 @$(NORMAL_UNINSTALL)
220 list='$(sysconf_DATA)'; for p in $$list; do \
221 rm -f $(DESTDIR)$(sysconfdir)/$$p; \
222 done
224 tags: TAGS
226 ID: $(HEADERS) $(SOURCES) $(LISP)
227 list='$(SOURCES) $(HEADERS)'; \
228 unique=`for i in $$list; do echo $$i; done | \
229 awk ' { files[$$0] = 1; } \
230 END { for (i in files) print i; }'`; \
231 here=`pwd` && cd $(srcdir) \
232 && mkid -f$$here/ID $$unique $(LISP)
234 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
235 tags=; \
236 here=`pwd`; \
237 list='$(SOURCES) $(HEADERS)'; \
238 unique=`for i in $$list; do echo $$i; done | \
239 awk ' { files[$$0] = 1; } \
240 END { for (i in files) print i; }'`; \
241 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
242 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
244 mostlyclean-tags:
246 clean-tags:
248 distclean-tags:
249 -rm -f TAGS ID
251 maintainer-clean-tags:
253 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
255 subdir = ripngd
257 distdir: $(DISTFILES)
258 @for file in $(DISTFILES); do \
259 d=$(srcdir); \
260 if test -d $$d/$$file; then \
261 cp -pr $$/$$file $(distdir)/$$file; \
262 else \
263 test -f $(distdir)/$$file \
264 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
265 || cp -p $$d/$$file $(distdir)/$$file || :; \
266 fi; \
267 done
268 info-am:
269 info: info-am
270 dvi-am:
271 dvi: dvi-am
272 check-am: all-am
273 check: check-am
274 installcheck-am:
275 installcheck: installcheck-am
276 install-exec-am: install-sbinPROGRAMS install-sysconfDATA
277 install-exec: install-exec-am
279 install-data-am:
280 install-data: install-data-am
282 install-am: all-am
283 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
284 install: install-am
285 uninstall-am: uninstall-sbinPROGRAMS uninstall-sysconfDATA
286 uninstall: uninstall-am
287 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
288 all-redirect: all-am
289 install-strip:
290 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
291 installdirs:
292 $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir)
295 mostlyclean-generic:
297 clean-generic:
299 distclean-generic:
300 -rm -f Makefile $(CONFIG_CLEAN_FILES)
301 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303 maintainer-clean-generic:
304 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
305 mostlyclean-sbinPROGRAMS mostlyclean-tags \
306 mostlyclean-generic
308 mostlyclean: mostlyclean-am
310 clean-am: clean-noinstLIBRARIES clean-compile clean-sbinPROGRAMS \
311 clean-tags clean-generic mostlyclean-am
313 clean: clean-am
315 distclean-am: distclean-noinstLIBRARIES distclean-compile \
316 distclean-sbinPROGRAMS distclean-tags distclean-generic \
317 clean-am
319 distclean: distclean-am
321 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
322 maintainer-clean-compile maintainer-clean-sbinPROGRAMS \
323 maintainer-clean-tags maintainer-clean-generic \
324 distclean-am
325 @echo "This command is intended for maintainers to use;"
326 @echo "it deletes files that may require special tools to rebuild."
328 maintainer-clean: maintainer-clean-am
330 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
331 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
332 mostlyclean-compile distclean-compile clean-compile \
333 maintainer-clean-compile mostlyclean-sbinPROGRAMS \
334 distclean-sbinPROGRAMS clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS \
335 uninstall-sbinPROGRAMS install-sbinPROGRAMS uninstall-sysconfDATA \
336 install-sysconfDATA tags mostlyclean-tags distclean-tags clean-tags \
337 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
338 installcheck-am installcheck install-exec-am install-exec \
339 install-data-am install-data install-am install uninstall-am uninstall \
340 all-redirect all-am all installdirs mostlyclean-generic \
341 distclean-generic clean-generic maintainer-clean-generic clean \
342 mostlyclean distclean maintainer-clean
345 install-sysconfDATA: $(sysconf_DATA)
346 @$(NORMAL_INSTALL)
347 $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
348 @list='$(sysconf_DATA)'; for p in $$list; do \
349 if test -f $(srcdir)/$$p; then \
350 echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
351 $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
352 else if test -f $$p; then \
353 echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
354 $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
355 fi; fi; \
356 done
358 depend:
359 @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c
361 ripng_debug.o: ripng_debug.c ../lib/command.h ../lib/vector.h \
362 ../lib/vty.h ../ripngd/ripng_debug.h
363 ripng_interface.o: ripng_interface.c ../lib/linklist.h ../lib/if.h \
364 ../lib/prefix.h ../lib/memory.h ../lib/network.h ../lib/filter.h \
365 ../lib/log.h ../lib/stream.h ../lib/zclient.h ../lib/command.h \
366 ../lib/vector.h ../lib/vty.h ../lib/table.h ../lib/thread.h \
367 ../ripngd/ripngd.h ../ripngd/ripng_debug.h
368 ripng_main.o: ripng_main.c ../lib/version.h ../lib/vector.h \
369 ../lib/vty.h ../lib/command.h ../lib/thread.h ../lib/log.h \
370 ../lib/prefix.h ../lib/if.h ../lib/linklist.h ../ripngd/ripngd.h
371 ripng_route.o: ripng_route.c ../lib/prefix.h ../lib/table.h \
372 ../lib/memory.h ../lib/if.h ../lib/linklist.h ../ripngd/ripngd.h \
373 ../ripngd/ripng_route.h
374 ripng_routemap.o: ripng_routemap.c ../lib/if.h ../lib/linklist.h \
375 ../lib/memory.h ../lib/prefix.h ../lib/routemap.h ../lib/command.h \
376 ../lib/vector.h ../lib/vty.h ../ripngd/ripngd.h
377 ripng_zebra.o: ripng_zebra.c ../lib/command.h ../lib/vector.h \
378 ../lib/vty.h ../lib/prefix.h ../lib/stream.h ../lib/zclient.h \
379 ../lib/if.h ../lib/linklist.h ../lib/log.h ../ripngd/ripngd.h
380 ripngd.o: ripngd.c ../lib/prefix.h ../lib/filter.h ../lib/if.h \
381 ../lib/linklist.h ../lib/log.h ../lib/thread.h ../lib/memory.h \
382 ../lib/stream.h ../lib/table.h ../lib/command.h ../lib/vector.h \
383 ../lib/vty.h ../lib/sockopt.h ../lib/distribute.h ../lib/plist.h \
384 ../lib/routemap.h ../lib/if_rmap.h ../ripngd/ripngd.h \
385 ../ripngd/ripng_route.h ../ripngd/ripng_debug.h
387 # Tell versions [3.59,3.63) of GNU make to not export all variables.
388 # Otherwise a system limit (for SysV at least) may be exceeded.
389 .NOEXPORT: