fixes, fully translated tomato, with english dictionary and Polish translation
[tomato.git] / release / src / router / radvd / Makefile.in
blobe3d8c3d92c2bea016c2c1674d7c18e842268d4a9
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
19 # $Id: Makefile.am,v 1.12 2011/01/08 04:08:30 reubenhwk Exp $
21 # Authors:
22 # Lars Fenneberg <lf@elemental.net>
24 # This software is Copyright 1996,1997 by the above mentioned author(s),
25 # All Rights Reserved.
27 # The license which is distributed with this software in the file COPYRIGHT
28 # applies to this software. If your distribution is missing this file, you
29 # may request it from <pekkas@netcore.fi>.
32 VPATH = @srcdir@
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkgincludedir = $(includedir)/@PACKAGE@
35 pkglibdir = $(libdir)/@PACKAGE@
36 pkglibexecdir = $(libexecdir)/@PACKAGE@
37 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
38 install_sh_DATA = $(install_sh) -c -m 644
39 install_sh_PROGRAM = $(install_sh) -c
40 install_sh_SCRIPT = $(install_sh) -c
41 INSTALL_HEADER = $(INSTALL_DATA)
42 transform = $(program_transform_name)
43 NORMAL_INSTALL = :
44 PRE_INSTALL = :
45 POST_INSTALL = :
46 NORMAL_UNINSTALL = :
47 PRE_UNINSTALL = :
48 POST_UNINSTALL = :
49 build_triplet = @build@
50 host_triplet = @host@
51 target_triplet = @target@
52 sbin_PROGRAMS = radvd$(EXEEXT) radvdump$(EXEEXT)
53 subdir = .
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56 $(top_srcdir)/configure TODO config.guess config.sub depcomp \
57 gram.c gram.h install-sh missing scanner.c ylwrap
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/configure.in
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61 $(ACLOCAL_M4)
62 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63 configure.lineno config.status.lineno
64 mkinstalldirs = $(install_sh) -d
65 CONFIG_HEADER = config.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \
69 "$(DESTDIR)$(man8dir)"
70 PROGRAMS = $(sbin_PROGRAMS)
71 am__objects_1 = log.$(OBJEXT) socket.$(OBJEXT) recv.$(OBJEXT) \
72 util.$(OBJEXT)
73 am_radvd_OBJECTS = $(am__objects_1) radvd.$(OBJEXT) timer.$(OBJEXT) \
74 send.$(OBJEXT) process.$(OBJEXT) interface.$(OBJEXT) \
75 device.$(OBJEXT) device-common.$(OBJEXT) \
76 gram.$(OBJEXT) scanner.$(OBJEXT)
77 ifeq ($(USE_PRIVSEP),y)
78 am_radvd_OBJECTS += privsep.$(OBJEXT)
79 endif
80 radvd_OBJECTS = $(am_radvd_OBJECTS)
81 radvd_DEPENDENCIES =
82 am_radvdump_OBJECTS = $(am__objects_1) radvdump.$(OBJEXT)
83 radvdump_OBJECTS = $(am_radvdump_OBJECTS)
84 radvdump_LDADD = $(LDADD)
85 DEFAULT_INCLUDES = -I.@am__isrc@
86 depcomp = $(SHELL) $(top_srcdir)/depcomp
87 am__depfiles_maybe = depfiles
88 am__mv = mv -f
89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 CCLD = $(CC)
92 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
93 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
94 YLWRAP = $(top_srcdir)/ylwrap
95 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
96 SOURCES = $(radvd_SOURCES) $(EXTRA_radvd_SOURCES) $(radvdump_SOURCES)
97 DIST_SOURCES = $(radvd_SOURCES) $(EXTRA_radvd_SOURCES) \
98 $(radvdump_SOURCES)
99 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
100 am__vpath_adj = case $$p in \
101 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
102 *) f=$$p;; \
103 esac;
104 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
105 am__install_max = 40
106 am__nobase_strip_setup = \
107 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
108 am__nobase_strip = \
109 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
110 am__nobase_list = $(am__nobase_strip_setup); \
111 for p in $$list; do echo "$$p $$p"; done | \
112 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
113 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
114 if (++n[$$2] == $(am__install_max)) \
115 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
116 END { for (dir in files) print dir, files[dir] }'
117 am__base_list = \
118 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
119 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
120 man5dir = $(mandir)/man5
121 man8dir = $(mandir)/man8
122 NROFF = nroff
123 MANS = $(man_MANS)
124 ETAGS = etags
125 CTAGS = ctags
126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127 distdir = $(PACKAGE)-$(VERSION)
128 top_distdir = $(distdir)
129 am__remove_distdir = \
130 { test ! -d "$(distdir)" \
131 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
132 && rm -fr "$(distdir)"; }; }
133 DIST_ARCHIVES = $(distdir).tar.gz
134 GZIP_ENV = --best
135 distuninstallcheck_listfiles = find . -type f -print
136 distcleancheck_listfiles = find . -type f -print
137 ACLOCAL = @ACLOCAL@
138 AMTAR = @AMTAR@
139 AUTOCONF = @AUTOCONF@
140 AUTOHEADER = @AUTOHEADER@
141 AUTOMAKE = @AUTOMAKE@
142 AWK = @AWK@
143 CC = @CC@
144 CCDEPMODE = @CCDEPMODE@
145 CFLAGS = @CFLAGS@ -Wall -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes \
146 -Wmissing-prototypes -Wmissing-declarations -Wno-strict-aliasing
147 ifeq ($(USE_PRIVSEP),y)
148 CFLAGS += -DUSE_PRIVSEP
149 endif
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 DEFS = -DPATH_RADVD_CONF=\"$(PATH_RADVD_CONF)\" \
155 -DPATH_RADVD_LOG=\"$(PATH_RADVD_LOG)\" -DLOG_FACILITY=$(LOG_FACILITY) \
156 -DPATH_RADVD_PID=\"$(PATH_RADVD_PID)\" \
157 -DVERSION=\"$(VERSION)\" -DINET6=1
159 DEPDIR = @DEPDIR@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EGREP = @EGREP@
164 EXEEXT = @EXEEXT@
165 GREP = @GREP@
166 GZIP = @GZIP@
167 INSTALL = @INSTALL@
168 INSTALL_DATA = @INSTALL_DATA@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@
170 INSTALL_SCRIPT = @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172 LDFLAGS = @LDFLAGS@
173 LEX = @LEX@
174 LEXLIB = @LEXLIB@
175 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LN = @LN@
179 LOG_FACILITY = @LOG_FACILITY@
180 LTLIBOBJS = @LTLIBOBJS@
181 MAKEINFO = @MAKEINFO@
182 MKDIR_P = @MKDIR_P@
183 OBJEXT = @OBJEXT@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_URL = @PACKAGE_URL@
190 PACKAGE_VERSION = @PACKAGE_VERSION@
191 PATH_RADVD_CONF = @PATH_RADVD_CONF@
192 PATH_RADVD_LOG = @PATH_RADVD_LOG@
193 PATH_RADVD_PID = @PATH_RADVD_PID@
194 PATH_SEPARATOR = @PATH_SEPARATOR@
195 RM = @RM@
196 SED = @SED@
197 SET_MAKE = @SET_MAKE@
198 SHELL = @SHELL@
199 STRIP = @STRIP@
200 TAR = @TAR@
201 VERSION = @VERSION@
202 YACC = @YACC@
203 YFLAGS = -d
204 abs_builddir = @abs_builddir@
205 abs_srcdir = @abs_srcdir@
206 abs_top_builddir = @abs_top_builddir@
207 abs_top_srcdir = @abs_top_srcdir@
208 ac_ct_CC = @ac_ct_CC@
209 am__include = @am__include@
210 am__leading_dot = @am__leading_dot@
211 am__quote = @am__quote@
212 am__tar = @am__tar@
213 am__untar = @am__untar@
214 bindir = @bindir@
215 build = @build@
216 build_alias = @build_alias@
217 build_cpu = @build_cpu@
218 build_os = @build_os@
219 build_vendor = @build_vendor@
220 builddir = @builddir@
221 datadir = @datadir@
222 datarootdir = @datarootdir@
223 docdir = @docdir@
224 dvidir = @dvidir@
225 exec_prefix = @exec_prefix@
226 host = @host@
227 host_alias = @host_alias@
228 host_cpu = @host_cpu@
229 host_os = @host_os@
230 host_vendor = @host_vendor@
231 htmldir = @htmldir@
232 includedir = @includedir@
233 infodir = @infodir@
234 install_sh = @install_sh@
235 libdir = @libdir@
236 libexecdir = @libexecdir@
237 localedir = @localedir@
238 localstatedir = @localstatedir@
239 mandir = @mandir@
240 mkdir_p = @mkdir_p@
241 oldincludedir = @oldincludedir@
242 pdfdir = @pdfdir@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 psdir = @psdir@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 sysconfdir = @sysconfdir@
250 target = @target@
251 target_alias = @target_alias@
252 target_cpu = @target_cpu@
253 target_os = @target_os@
254 target_vendor = @target_vendor@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 AUTOMAKE_OPTIONS = 1.2 foreign
259 INCLUDES = -I$(srcdir) -I.
261 ########################################################################
262 COMMON_SRC = log.c socket.c recv.c util.c radvd.h defaults.h pathnames.h \
263 includes.h
265 radvd_SOURCES = $(COMMON_SRC) radvd.c timer.c send.c process.c interface.c \
266 device.c device-common.c gram.y gram.h scanner.l
268 ifeq ($(USE_PRIVSEP),y)
269 radvd_SOURCES += privsep.c
270 endif
272 #radvd_LDADD = -lfl
273 EXTRA_radvd_SOURCES = device-linux.c device-bsd44.c privsep-linux.c privsep-bsd44.c
274 radvdump_SOURCES = $(COMMON_SRC) radvdump.c
275 man_MANS = radvd.8 radvdump.8 radvd.conf.5
276 EXTRA_DIST = radvd.8.man radvdump.8.man radvd.conf.5.man VERSION CHANGES \
277 COPYRIGHT INTRO.html copyright.blurb radvd.conf.example
279 BUILT_SOURCES = device.c
280 CLEANFILES = radvd.8 radvdump.8 radvd.conf.5 gram.c gram.h scanner.c
281 DISTCLEANFILES = device.c privsep.c
282 SUFFIXES = .man
283 all: $(BUILT_SOURCES) config.h
284 $(MAKE) $(AM_MAKEFLAGS) all-am
286 .SUFFIXES:
287 .SUFFIXES: .man .c .l .o .obj .y
288 am--refresh:
290 .PRECIOUS: Makefile
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293 $(SHELL) ./config.status --recheck
295 $(top_srcdir)/configure: $(am__configure_deps)
296 $(am__cd) $(srcdir) && $(AUTOCONF)
297 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
298 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
299 $(am__aclocal_m4_deps):
301 config.h: stamp-h1
302 @if test ! -f $@; then \
303 rm -f stamp-h1; \
304 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
305 else :; fi
307 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
308 @rm -f stamp-h1
309 cd $(top_builddir) && $(SHELL) ./config.status config.h
311 distclean-hdr:
312 -rm -f config.h stamp-h1
313 install-sbinPROGRAMS: $(sbin_PROGRAMS)
314 @$(NORMAL_INSTALL)
315 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
316 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
317 for p in $$list; do echo "$$p $$p"; done | \
318 sed 's/$(EXEEXT)$$//' | \
319 while read p p1; do if test -f $$p; \
320 then echo "$$p"; echo "$$p"; else :; fi; \
321 done | \
322 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
323 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
324 sed 'N;N;N;s,\n, ,g' | \
325 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
326 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
327 if ($$2 == $$4) files[d] = files[d] " " $$1; \
328 else { print "f", $$3 "/" $$4, $$1; } } \
329 END { for (d in files) print "f", d, files[d] }' | \
330 while read type dir files; do \
331 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
332 test -z "$$files" || { \
333 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
334 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
336 ; done
338 uninstall-sbinPROGRAMS:
339 @$(NORMAL_UNINSTALL)
340 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
341 files=`for p in $$list; do echo "$$p"; done | \
342 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
343 -e 's/$$/$(EXEEXT)/' `; \
344 test -n "$$list" || exit 0; \
345 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
346 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
348 clean-sbinPROGRAMS:
349 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
350 gram.h: gram.c
351 @if test ! -f $@; then \
352 rm -f gram.c; \
353 $(MAKE) $(AM_MAKEFLAGS) gram.c; \
354 else :; fi
355 radvd$(EXEEXT): $(radvd_OBJECTS) $(radvd_DEPENDENCIES)
356 @rm -f radvd$(EXEEXT)
357 $(LINK) $(radvd_OBJECTS) $(radvd_LDADD) $(LIBS)
358 radvdump$(EXEEXT): $(radvdump_OBJECTS) $(radvdump_DEPENDENCIES)
359 @rm -f radvdump$(EXEEXT)
360 $(LINK) $(radvdump_OBJECTS) $(radvdump_LDADD) $(LIBS)
362 mostlyclean-compile:
363 -rm -f *.$(OBJEXT)
365 distclean-compile:
366 -rm -f *.tab.c
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-bsd44.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-common.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-linux.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gram.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privsep-bsd44.Po@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privsep-linux.Po@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privsep.Po@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Po@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radvd.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radvdump.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recv.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
388 .c.o:
389 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
390 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
395 .c.obj:
396 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
397 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
402 .l.c:
403 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
405 .y.c:
406 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
407 install-man5: $(man_MANS)
408 @$(NORMAL_INSTALL)
409 test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
410 @list=''; test -n "$(man5dir)" || exit 0; \
411 { for i in $$list; do echo "$$i"; done; \
412 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
413 sed -n '/\.5[a-z]*$$/p'; \
414 } | while read p; do \
415 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
416 echo "$$d$$p"; echo "$$p"; \
417 done | \
418 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
419 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
420 sed 'N;N;s,\n, ,g' | { \
421 list=; while read file base inst; do \
422 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
423 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
424 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
425 fi; \
426 done; \
427 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
428 while read files; do \
429 test -z "$$files" || { \
430 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
431 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
432 done; }
434 uninstall-man5:
435 @$(NORMAL_UNINSTALL)
436 @list=''; test -n "$(man5dir)" || exit 0; \
437 files=`{ for i in $$list; do echo "$$i"; done; \
438 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
439 sed -n '/\.5[a-z]*$$/p'; \
440 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
441 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
442 test -z "$$files" || { \
443 echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
444 cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
445 install-man8: $(man_MANS)
446 @$(NORMAL_INSTALL)
447 test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
448 @list=''; test -n "$(man8dir)" || exit 0; \
449 { for i in $$list; do echo "$$i"; done; \
450 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
451 sed -n '/\.8[a-z]*$$/p'; \
452 } | while read p; do \
453 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
454 echo "$$d$$p"; echo "$$p"; \
455 done | \
456 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
457 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
458 sed 'N;N;s,\n, ,g' | { \
459 list=; while read file base inst; do \
460 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
461 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
462 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
463 fi; \
464 done; \
465 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
466 while read files; do \
467 test -z "$$files" || { \
468 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
469 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
470 done; }
472 uninstall-man8:
473 @$(NORMAL_UNINSTALL)
474 @list=''; test -n "$(man8dir)" || exit 0; \
475 files=`{ for i in $$list; do echo "$$i"; done; \
476 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
477 sed -n '/\.8[a-z]*$$/p'; \
478 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
479 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
480 test -z "$$files" || { \
481 echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
482 cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
484 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
485 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486 unique=`for i in $$list; do \
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488 done | \
489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490 END { if (nonempty) { for (i in files) print i; }; }'`; \
491 mkid -fID $$unique
492 tags: TAGS
494 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
495 $(TAGS_FILES) $(LISP)
496 set x; \
497 here=`pwd`; \
498 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
499 unique=`for i in $$list; do \
500 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501 done | \
502 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503 END { if (nonempty) { for (i in files) print i; }; }'`; \
504 shift; \
505 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
506 test -n "$$unique" || unique=$$empty_fix; \
507 if test $$# -gt 0; then \
508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509 "$$@" $$unique; \
510 else \
511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512 $$unique; \
513 fi; \
515 ctags: CTAGS
516 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
517 $(TAGS_FILES) $(LISP)
518 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519 unique=`for i in $$list; do \
520 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521 done | \
522 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
523 END { if (nonempty) { for (i in files) print i; }; }'`; \
524 test -z "$(CTAGS_ARGS)$$unique" \
525 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526 $$unique
528 GTAGS:
529 here=`$(am__cd) $(top_builddir) && pwd` \
530 && $(am__cd) $(top_srcdir) \
531 && gtags -i $(GTAGS_ARGS) "$$here"
533 distclean-tags:
534 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
536 distdir: $(DISTFILES)
537 @list='$(MANS)'; if test -n "$$list"; then \
538 list=`for p in $$list; do \
539 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
540 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
541 if test -n "$$list" && \
542 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
543 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
544 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
545 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
546 echo " typically \`make maintainer-clean' will remove them" >&2; \
547 exit 1; \
548 else :; fi; \
549 else :; fi
550 $(am__remove_distdir)
551 test -d "$(distdir)" || mkdir "$(distdir)"
552 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554 list='$(DISTFILES)'; \
555 dist_files=`for file in $$list; do echo $$file; done | \
556 sed -e "s|^$$srcdirstrip/||;t" \
557 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558 case $$dist_files in \
559 */*) $(MKDIR_P) `echo "$$dist_files" | \
560 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561 sort -u` ;; \
562 esac; \
563 for file in $$dist_files; do \
564 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565 if test -d $$d/$$file; then \
566 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567 if test -d "$(distdir)/$$file"; then \
568 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569 fi; \
570 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
572 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573 fi; \
574 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575 else \
576 test -f "$(distdir)/$$file" \
577 || cp -p $$d/$$file "$(distdir)/$$file" \
578 || exit 1; \
579 fi; \
580 done
581 $(MAKE) $(AM_MAKEFLAGS) \
582 top_distdir="$(top_distdir)" distdir="$(distdir)" \
583 dist-hook
584 -test -n "$(am__skip_mode_fix)" \
585 || find "$(distdir)" -type d ! -perm -755 \
586 -exec chmod u+rwx,go+rx {} \; -o \
587 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
588 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
589 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
590 || chmod -R a+r "$(distdir)"
591 dist-gzip: distdir
592 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
593 $(am__remove_distdir)
595 dist-bzip2: distdir
596 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
597 $(am__remove_distdir)
599 dist-lzma: distdir
600 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
601 $(am__remove_distdir)
603 dist-xz: distdir
604 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
605 $(am__remove_distdir)
607 dist-tarZ: distdir
608 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
609 $(am__remove_distdir)
611 dist-shar: distdir
612 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
613 $(am__remove_distdir)
615 dist-zip: distdir
616 -rm -f $(distdir).zip
617 zip -rq $(distdir).zip $(distdir)
618 $(am__remove_distdir)
620 dist dist-all: distdir
621 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
622 $(am__remove_distdir)
624 # This target untars the dist file and tries a VPATH configuration. Then
625 # it guarantees that the distribution is self-contained by making another
626 # tarfile.
627 distcheck: dist
628 case '$(DIST_ARCHIVES)' in \
629 *.tar.gz*) \
630 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
631 *.tar.bz2*) \
632 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
633 *.tar.lzma*) \
634 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
635 *.tar.xz*) \
636 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
637 *.tar.Z*) \
638 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
639 *.shar.gz*) \
640 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
641 *.zip*) \
642 unzip $(distdir).zip ;;\
643 esac
644 chmod -R a-w $(distdir); chmod a+w $(distdir)
645 mkdir $(distdir)/_build
646 mkdir $(distdir)/_inst
647 chmod a-w $(distdir)
648 test -d $(distdir)/_build || exit 0; \
649 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
650 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
651 && am__cwd=`pwd` \
652 && $(am__cd) $(distdir)/_build \
653 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
654 $(DISTCHECK_CONFIGURE_FLAGS) \
655 && $(MAKE) $(AM_MAKEFLAGS) \
656 && $(MAKE) $(AM_MAKEFLAGS) dvi \
657 && $(MAKE) $(AM_MAKEFLAGS) check \
658 && $(MAKE) $(AM_MAKEFLAGS) install \
659 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
660 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
661 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
662 distuninstallcheck \
663 && chmod -R a-w "$$dc_install_base" \
664 && ({ \
665 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
666 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
667 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
668 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
669 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
670 } || { rm -rf "$$dc_destdir"; exit 1; }) \
671 && rm -rf "$$dc_destdir" \
672 && $(MAKE) $(AM_MAKEFLAGS) dist \
673 && rm -rf $(DIST_ARCHIVES) \
674 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
675 && cd "$$am__cwd" \
676 || exit 1
677 $(am__remove_distdir)
678 @(echo "$(distdir) archives ready for distribution: "; \
679 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
680 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
681 distuninstallcheck:
682 @$(am__cd) '$(distuninstallcheck_dir)' \
683 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
684 || { echo "ERROR: files left after uninstall:" ; \
685 if test -n "$(DESTDIR)"; then \
686 echo " (check DESTDIR support)"; \
687 fi ; \
688 $(distuninstallcheck_listfiles) ; \
689 exit 1; } >&2
690 distcleancheck: distclean
691 @if test '$(srcdir)' = . ; then \
692 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
693 exit 1 ; \
695 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
696 || { echo "ERROR: files left in build directory after distclean:" ; \
697 $(distcleancheck_listfiles) ; \
698 exit 1; } >&2
699 check-am: all-am
700 check: $(BUILT_SOURCES)
701 $(MAKE) $(AM_MAKEFLAGS) check-am
702 all-am: Makefile $(PROGRAMS) $(MANS) config.h
703 installdirs:
704 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
705 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
706 done
707 install: $(BUILT_SOURCES)
708 $(MAKE) $(AM_MAKEFLAGS) install-am
709 install-exec: install-exec-am
710 install-data: install-data-am
711 uninstall: uninstall-am
713 install-am: all-am
714 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
716 installcheck: installcheck-am
717 install-strip:
718 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720 `test -z '$(STRIP)' || \
721 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
722 mostlyclean-generic:
724 clean-generic:
725 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
727 distclean-generic:
728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
732 maintainer-clean-generic:
733 @echo "This command is intended for maintainers to use"
734 @echo "it deletes files that may require special tools to rebuild."
735 -rm -f gram.c
736 -rm -f gram.h
737 -rm -f scanner.c
738 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
739 clean: clean-am
741 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
743 distclean: distclean-am
744 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
745 -rm -rf ./$(DEPDIR)
746 -rm -f Makefile
747 distclean-am: clean-am distclean-compile distclean-generic \
748 distclean-hdr distclean-tags
750 dvi: dvi-am
752 dvi-am:
754 html: html-am
756 html-am:
758 info: info-am
760 info-am:
762 install-data-am: install-man
764 install-dvi: install-dvi-am
766 install-dvi-am:
768 install-exec-am: install-sbinPROGRAMS
770 install-html: install-html-am
772 install-html-am:
774 install-info: install-info-am
776 install-info-am:
778 install-man: install-man5 install-man8
780 install-pdf: install-pdf-am
782 install-pdf-am:
784 install-ps: install-ps-am
786 install-ps-am:
788 installcheck-am:
790 maintainer-clean: maintainer-clean-am
791 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
792 -rm -rf $(top_srcdir)/autom4te.cache
793 -rm -rf ./$(DEPDIR)
794 -rm -f Makefile
795 maintainer-clean-am: distclean-am maintainer-clean-generic
797 mostlyclean: mostlyclean-am
799 mostlyclean-am: mostlyclean-compile mostlyclean-generic
801 pdf: pdf-am
803 pdf-am:
805 ps: ps-am
807 ps-am:
809 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
811 uninstall-man: uninstall-man5 uninstall-man8
813 .MAKE: all check install install-am install-strip
815 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
816 clean-generic clean-sbinPROGRAMS ctags dist dist-all \
817 dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ \
818 dist-xz dist-zip distcheck distclean distclean-compile \
819 distclean-generic distclean-hdr distclean-tags distcleancheck \
820 distdir distuninstallcheck dvi dvi-am html html-am info \
821 info-am install install-am install-data install-data-am \
822 install-dvi install-dvi-am install-exec install-exec-am \
823 install-html install-html-am install-info install-info-am \
824 install-man install-man5 install-man8 install-pdf \
825 install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
826 install-strip installcheck installcheck-am installdirs \
827 maintainer-clean maintainer-clean-generic mostlyclean \
828 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
829 tags uninstall uninstall-am uninstall-man uninstall-man5 \
830 uninstall-man8 uninstall-sbinPROGRAMS
833 .man:
834 $(SED) -e 's,@''VERSION''@,$(VERSION),g' \
835 -e 's,@''sbindir''@,$(sbindir),g' \
836 -e 's,@''PATH_RADVD_CONF''@,$(PATH_RADVD_CONF),g' \
837 -e 's,@''PATH_RADVD_PID''@,$(PATH_RADVD_PID),g' \
838 -e 's,@''PATH_RADVD_LOG''@,$(PATH_RADVD_LOG),g' \
839 -e 's,@''LOG_FACILITY''@,$(LOG_FACILITY),g' \
840 $< > $@
842 dist-hook:
843 rm -f $(distdir)/device.c
844 rm -f $(distdir)/privsep.c
845 rm -f $(distdir)/scanner.c
846 rm -f $(distdir)/gram.c
847 rm -f $(distdir)/gram.h
848 mkdir $(distdir)/redhat
849 cp -p $(srcdir)/redhat/radvd.init $(distdir)/redhat
850 cp -p $(srcdir)/redhat/radvd.spec $(distdir)/redhat
851 cp -p $(srcdir)/redhat/radvd.sysconfig $(distdir)/redhat
852 cp -p $(srcdir)/redhat/radvd.conf.empty $(distdir)/redhat
854 scanner.o: gram.h
856 # Tell versions [3.59,3.63) of GNU make to not export all variables.
857 # Otherwise a system limit (for SysV at least) may be exceeded.
858 .NOEXPORT: