blob: 7c6899d13119224b58bc566d4f6f6128b7d4b82e [file] [log] [blame]
paul1bb066b2003-03-17 01:18:55 +00001# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
paul718e3742002-12-13 20:15:29 +00002
paul1bb066b2003-03-17 01:18:55 +00003# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
paul718e3742002-12-13 20:15:29 +00004# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
paul1bb066b2003-03-17 01:18:55 +000013
paulccf35572003-03-01 11:42:20 +000014SHELL = @SHELL@
paul718e3742002-12-13 20:15:29 +000015
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
paulccf35572003-03-01 11:42:20 +000019prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
paul1bb066b2003-03-17 01:18:55 +000034
35DESTDIR =
36
paul718e3742002-12-13 20:15:29 +000037pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
paul1bb066b2003-03-17 01:18:55 +000040
paul718e3742002-12-13 20:15:29 +000041top_builddir = ..
42
paulccf35572003-03-01 11:42:20 +000043ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
paul718e3742002-12-13 20:15:29 +000048INSTALL = @INSTALL@
paul1bb066b2003-03-17 01:18:55 +000049INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
paulccf35572003-03-01 11:42:20 +000050INSTALL_DATA = @INSTALL_DATA@
paulccf35572003-03-01 11:42:20 +000051INSTALL_SCRIPT = @INSTALL_SCRIPT@
paulccf35572003-03-01 11:42:20 +000052transform = @program_transform_name@
paul1bb066b2003-03-17 01:18:55 +000053
paul718e3742002-12-13 20:15:29 +000054NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
paulccf35572003-03-01 11:42:20 +000060host_alias = @host_alias@
paul718e3742002-12-13 20:15:29 +000061host_triplet = @host@
paul718e3742002-12-13 20:15:29 +000062AR = @AR@
paul718e3742002-12-13 20:15:29 +000063BGPD = @BGPD@
64CC = @CC@
paul718e3742002-12-13 20:15:29 +000065CPP = @CPP@
paul718e3742002-12-13 20:15:29 +000066CURSES = @CURSES@
paul718e3742002-12-13 20:15:29 +000067IF_METHOD = @IF_METHOD@
68IF_PROC = @IF_PROC@
paul718e3742002-12-13 20:15:29 +000069IPFORWARD = @IPFORWARD@
70KERNEL_METHOD = @KERNEL_METHOD@
paul718e3742002-12-13 20:15:29 +000071LIBPAM = @LIBPAM@
paul718e3742002-12-13 20:15:29 +000072LIB_IPV6 = @LIB_IPV6@
73LIB_REGEX = @LIB_REGEX@
paul1bb066b2003-03-17 01:18:55 +000074MAKEINFO = @MAKEINFO@
paul718e3742002-12-13 20:15:29 +000075MULTIPATH_NUM = @MULTIPATH_NUM@
paul718e3742002-12-13 20:15:29 +000076OSPF6D = @OSPF6D@
paul1bb066b2003-03-17 01:18:55 +000077OSPFCLIENT = @OSPFCLIENT@
paul718e3742002-12-13 20:15:29 +000078OSPFD = @OSPFD@
79OTHER_METHOD = @OTHER_METHOD@
80PACKAGE = @PACKAGE@
paul718e3742002-12-13 20:15:29 +000081RANLIB = @RANLIB@
82RIPD = @RIPD@
83RIPNGD = @RIPNGD@
84RTREAD_METHOD = @RTREAD_METHOD@
85RT_METHOD = @RT_METHOD@
paul718e3742002-12-13 20:15:29 +000086VERSION = @VERSION@
87VTYSH = @VTYSH@
88ZEBRA = @ZEBRA@
paul1bb066b2003-03-17 01:18:55 +000089
90INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
paulccf35572003-03-01 11:42:20 +000091DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
paul718e3742002-12-13 20:15:29 +000092INSTALL_SDATA = @INSTALL@ -m 600
93
94noinst_LIBRARIES = libripng.a
95sbin_PROGRAMS = ripngd
96
97libripng_a_SOURCES = \
98 ripng_interface.c ripngd.c ripng_zebra.c ripng_route.c ripng_debug.c \
99 ripng_routemap.c
100
101
102noinst_HEADERS = \
103 ripng_debug.h ripng_route.h ripngd.h
104
105
106ripngd_SOURCES = \
107 ripng_main.c $(libripng_a_SOURCES)
108
109
110ripngd_LDADD = ../lib/libzebra.a
111
112sysconf_DATA = ripngd.conf.sample
113
114EXTRA_DIST = $(sysconf_DATA)
paul718e3742002-12-13 20:15:29 +0000115mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
paul1bb066b2003-03-17 01:18:55 +0000116CONFIG_HEADER = ../config.h
117CONFIG_CLEAN_FILES =
118LIBRARIES = $(noinst_LIBRARIES)
paul718e3742002-12-13 20:15:29 +0000119
paulccf35572003-03-01 11:42:20 +0000120CPPFLAGS = @CPPFLAGS@
121LDFLAGS = @LDFLAGS@
122LIBS = @LIBS@
paul1bb066b2003-03-17 01:18:55 +0000123libripng_a_LIBADD =
124libripng_a_OBJECTS = ripng_interface.o ripngd.o ripng_zebra.o \
125ripng_route.o ripng_debug.o ripng_routemap.o
126PROGRAMS = $(sbin_PROGRAMS)
127
128ripngd_OBJECTS = ripng_main.o ripng_interface.o ripngd.o ripng_zebra.o \
129ripng_route.o ripng_debug.o ripng_routemap.o
130ripngd_DEPENDENCIES = ../lib/libzebra.a
131ripngd_LDFLAGS =
paulccf35572003-03-01 11:42:20 +0000132CFLAGS = @CFLAGS@
paul1bb066b2003-03-17 01:18:55 +0000133COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134CCLD = $(CC)
135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
136DATA = $(sysconf_DATA)
paul718e3742002-12-13 20:15:29 +0000137
paul1bb066b2003-03-17 01:18:55 +0000138HEADERS = $(noinst_HEADERS)
paul718e3742002-12-13 20:15:29 +0000139
paul1bb066b2003-03-17 01:18:55 +0000140DIST_COMMON = ChangeLog Makefile.am Makefile.in
141
142
143DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
144
145TAR = gtar
146GZIP_ENV = --best
147DEP_FILES = .deps/ripng_debug.P .deps/ripng_interface.P \
148.deps/ripng_main.P .deps/ripng_route.P .deps/ripng_routemap.P \
149.deps/ripng_zebra.P .deps/ripngd.P
paul718e3742002-12-13 20:15:29 +0000150SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)
paul1bb066b2003-03-17 01:18:55 +0000151OBJECTS = $(libripng_a_OBJECTS) $(ripngd_OBJECTS)
paul718e3742002-12-13 20:15:29 +0000152
paul1bb066b2003-03-17 01:18:55 +0000153all: all-redirect
paul718e3742002-12-13 20:15:29 +0000154.SUFFIXES:
paul1bb066b2003-03-17 01:18:55 +0000155.SUFFIXES: .S .c .o .s
156$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
157 cd $(top_srcdir) && $(AUTOMAKE) --foreign ripngd/Makefile
158
159Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
160 cd $(top_builddir) \
161 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162
163
164mostlyclean-noinstLIBRARIES:
paul718e3742002-12-13 20:15:29 +0000165
166clean-noinstLIBRARIES:
167 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
paul1bb066b2003-03-17 01:18:55 +0000168
169distclean-noinstLIBRARIES:
170
171maintainer-clean-noinstLIBRARIES:
172
173.s.o:
174 $(COMPILE) -c $<
175
176.S.o:
177 $(COMPILE) -c $<
178
179mostlyclean-compile:
180 -rm -f *.o core *.core
181
182clean-compile:
183
184distclean-compile:
185 -rm -f *.tab.c
186
187maintainer-clean-compile:
188
189libripng.a: $(libripng_a_OBJECTS) $(libripng_a_DEPENDENCIES)
paul718e3742002-12-13 20:15:29 +0000190 -rm -f libripng.a
paul1bb066b2003-03-17 01:18:55 +0000191 $(AR) cru libripng.a $(libripng_a_OBJECTS) $(libripng_a_LIBADD)
paul718e3742002-12-13 20:15:29 +0000192 $(RANLIB) libripng.a
paul1bb066b2003-03-17 01:18:55 +0000193
194mostlyclean-sbinPROGRAMS:
195
196clean-sbinPROGRAMS:
197 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
198
199distclean-sbinPROGRAMS:
200
201maintainer-clean-sbinPROGRAMS:
202
paul718e3742002-12-13 20:15:29 +0000203install-sbinPROGRAMS: $(sbin_PROGRAMS)
204 @$(NORMAL_INSTALL)
205 $(mkinstalldirs) $(DESTDIR)$(sbindir)
206 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
paul1bb066b2003-03-17 01:18:55 +0000207 if test -f $$p; then \
208 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
209 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
paul718e3742002-12-13 20:15:29 +0000210 else :; fi; \
211 done
212
213uninstall-sbinPROGRAMS:
214 @$(NORMAL_UNINSTALL)
paul1bb066b2003-03-17 01:18:55 +0000215 list='$(sbin_PROGRAMS)'; for p in $$list; do \
216 rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
paul718e3742002-12-13 20:15:29 +0000217 done
218
paul1bb066b2003-03-17 01:18:55 +0000219ripngd: $(ripngd_OBJECTS) $(ripngd_DEPENDENCIES)
220 @rm -f ripngd
paul718e3742002-12-13 20:15:29 +0000221 $(LINK) $(ripngd_LDFLAGS) $(ripngd_OBJECTS) $(ripngd_LDADD) $(LIBS)
222
paul718e3742002-12-13 20:15:29 +0000223uninstall-sysconfDATA:
224 @$(NORMAL_UNINSTALL)
paul1bb066b2003-03-17 01:18:55 +0000225 list='$(sysconf_DATA)'; for p in $$list; do \
226 rm -f $(DESTDIR)$(sysconfdir)/$$p; \
paul718e3742002-12-13 20:15:29 +0000227 done
228
paul718e3742002-12-13 20:15:29 +0000229tags: TAGS
230
paul1bb066b2003-03-17 01:18:55 +0000231ID: $(HEADERS) $(SOURCES) $(LISP)
232 list='$(SOURCES) $(HEADERS)'; \
233 unique=`for i in $$list; do echo $$i; done | \
234 awk ' { files[$$0] = 1; } \
paul718e3742002-12-13 20:15:29 +0000235 END { for (i in files) print i; }'`; \
paul1bb066b2003-03-17 01:18:55 +0000236 here=`pwd` && cd $(srcdir) \
237 && mkid -f$$here/ID $$unique $(LISP)
paul718e3742002-12-13 20:15:29 +0000238
paul1bb066b2003-03-17 01:18:55 +0000239TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
paul718e3742002-12-13 20:15:29 +0000240 tags=; \
241 here=`pwd`; \
paul1bb066b2003-03-17 01:18:55 +0000242 list='$(SOURCES) $(HEADERS)'; \
243 unique=`for i in $$list; do echo $$i; done | \
244 awk ' { files[$$0] = 1; } \
paul718e3742002-12-13 20:15:29 +0000245 END { for (i in files) print i; }'`; \
paul1bb066b2003-03-17 01:18:55 +0000246 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
247 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
paul718e3742002-12-13 20:15:29 +0000248
paul1bb066b2003-03-17 01:18:55 +0000249mostlyclean-tags:
250
251clean-tags:
paul718e3742002-12-13 20:15:29 +0000252
253distclean-tags:
paul1bb066b2003-03-17 01:18:55 +0000254 -rm -f TAGS ID
paul718e3742002-12-13 20:15:29 +0000255
paul1bb066b2003-03-17 01:18:55 +0000256maintainer-clean-tags:
257
258distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
259
260subdir = ripngd
paul718e3742002-12-13 20:15:29 +0000261
262distdir: $(DISTFILES)
paul1bb066b2003-03-17 01:18:55 +0000263 here=`cd $(top_builddir) && pwd`; \
264 top_distdir=`cd $(top_distdir) && pwd`; \
265 distdir=`cd $(distdir) && pwd`; \
266 cd $(top_srcdir) \
267 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign ripngd/Makefile
268 @for file in $(DISTFILES); do \
269 d=$(srcdir); \
paul718e3742002-12-13 20:15:29 +0000270 if test -d $$d/$$file; then \
paul1bb066b2003-03-17 01:18:55 +0000271 cp -pr $$d/$$file $(distdir)/$$file; \
paul718e3742002-12-13 20:15:29 +0000272 else \
273 test -f $(distdir)/$$file \
paul1bb066b2003-03-17 01:18:55 +0000274 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
275 || cp -p $$d/$$file $(distdir)/$$file || :; \
paul718e3742002-12-13 20:15:29 +0000276 fi; \
277 done
paul1bb066b2003-03-17 01:18:55 +0000278
279DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
280
281-include $(DEP_FILES)
282
283mostlyclean-depend:
284
285clean-depend:
286
287distclean-depend:
288 -rm -rf .deps
289
290maintainer-clean-depend:
291
292%.o: %.c
293 @echo '$(COMPILE) -c $<'; \
294 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
295 @-cp .deps/$(*F).pp .deps/$(*F).P; \
296 tr ' ' '\012' < .deps/$(*F).pp \
297 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
298 >> .deps/$(*F).P; \
299 rm .deps/$(*F).pp
300
301%.lo: %.c
302 @echo '$(LTCOMPILE) -c $<'; \
303 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
304 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
305 < .deps/$(*F).pp > .deps/$(*F).P; \
306 tr ' ' '\012' < .deps/$(*F).pp \
307 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
308 >> .deps/$(*F).P; \
309 rm -f .deps/$(*F).pp
310info-am:
311info: info-am
312dvi-am:
313dvi: dvi-am
paul718e3742002-12-13 20:15:29 +0000314check-am: all-am
315check: check-am
paul1bb066b2003-03-17 01:18:55 +0000316installcheck-am:
317installcheck: installcheck-am
318install-exec-am: install-sbinPROGRAMS install-sysconfDATA
paul718e3742002-12-13 20:15:29 +0000319install-exec: install-exec-am
paul1bb066b2003-03-17 01:18:55 +0000320
321install-data-am:
paul718e3742002-12-13 20:15:29 +0000322install-data: install-data-am
paul718e3742002-12-13 20:15:29 +0000323
324install-am: all-am
325 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
paul1bb066b2003-03-17 01:18:55 +0000326install: install-am
327uninstall-am: uninstall-sbinPROGRAMS uninstall-sysconfDATA
328uninstall: uninstall-am
329all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
330all-redirect: all-am
paul718e3742002-12-13 20:15:29 +0000331install-strip:
paul1bb066b2003-03-17 01:18:55 +0000332 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
333installdirs:
334 $(mkinstalldirs) $(DESTDIR)$(sbindir) $(DESTDIR)$(sysconfdir)
335
336
paul718e3742002-12-13 20:15:29 +0000337mostlyclean-generic:
338
339clean-generic:
340
341distclean-generic:
342 -rm -f Makefile $(CONFIG_CLEAN_FILES)
paul1bb066b2003-03-17 01:18:55 +0000343 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
paul718e3742002-12-13 20:15:29 +0000344
345maintainer-clean-generic:
paul1bb066b2003-03-17 01:18:55 +0000346mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
347 mostlyclean-sbinPROGRAMS mostlyclean-tags \
348 mostlyclean-depend mostlyclean-generic
paul718e3742002-12-13 20:15:29 +0000349
350mostlyclean: mostlyclean-am
351
paul1bb066b2003-03-17 01:18:55 +0000352clean-am: clean-noinstLIBRARIES clean-compile clean-sbinPROGRAMS \
353 clean-tags clean-depend clean-generic mostlyclean-am
paul718e3742002-12-13 20:15:29 +0000354
paul1bb066b2003-03-17 01:18:55 +0000355clean: clean-am
paul718e3742002-12-13 20:15:29 +0000356
paul1bb066b2003-03-17 01:18:55 +0000357distclean-am: distclean-noinstLIBRARIES distclean-compile \
358 distclean-sbinPROGRAMS distclean-tags distclean-depend \
359 distclean-generic clean-am
360
361distclean: distclean-am
362
363maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
364 maintainer-clean-compile maintainer-clean-sbinPROGRAMS \
365 maintainer-clean-tags maintainer-clean-depend \
366 maintainer-clean-generic distclean-am
367 @echo "This command is intended for maintainers to use;"
368 @echo "it deletes files that may require special tools to rebuild."
369
370maintainer-clean: maintainer-clean-am
371
372.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
373clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
374mostlyclean-compile distclean-compile clean-compile \
375maintainer-clean-compile mostlyclean-sbinPROGRAMS \
376distclean-sbinPROGRAMS clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS \
377uninstall-sbinPROGRAMS install-sbinPROGRAMS uninstall-sysconfDATA \
378install-sysconfDATA tags mostlyclean-tags distclean-tags clean-tags \
379maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
380clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
381check-am installcheck-am installcheck install-exec-am install-exec \
382install-data-am install-data install-am install uninstall-am uninstall \
383all-redirect all-am all installdirs mostlyclean-generic \
384distclean-generic clean-generic maintainer-clean-generic clean \
385mostlyclean distclean maintainer-clean
paul718e3742002-12-13 20:15:29 +0000386
387
388install-sysconfDATA: $(sysconf_DATA)
389 @$(NORMAL_INSTALL)
390 $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
391 @list='$(sysconf_DATA)'; for p in $$list; do \
392 if test -f $(srcdir)/$$p; then \
393 echo " $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
394 $(INSTALL_SDATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
395 else if test -f $$p; then \
396 echo " $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
397 $(INSTALL_SDATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
398 fi; fi; \
399 done
paul1bb066b2003-03-17 01:18:55 +0000400
paul718e3742002-12-13 20:15:29 +0000401# Tell versions [3.59,3.63) of GNU make to not export all variables.
402# Otherwise a system limit (for SysV at least) may be exceeded.
403.NOEXPORT: