fix ipv6 lease remaining time in dhcp leases file. Now behaves
[tomato.git] / release / src / router / radvd / Makefile.in
blob1cebfc3a3b110b87e8bc94c7fd1784a31925291b
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.22 2011/05/09 11:04:12 psavola 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) recv.$(OBJEXT) socket.$(OBJEXT) \
72 util.$(OBJEXT)
73 am_radvd_OBJECTS = $(am__objects_1) device-common.$(OBJEXT) \
74 gram.$(OBJEXT) interface.$(OBJEXT) process.$(OBJEXT) \
75 radvd.$(OBJEXT) scanner.$(OBJEXT) send.$(OBJEXT) \
76 timer.$(OBJEXT)
77 radvd_OBJECTS = $(am_radvd_OBJECTS)
78 am_radvdump_OBJECTS = $(am__objects_1) radvdump.$(OBJEXT)
79 radvdump_OBJECTS = $(am_radvdump_OBJECTS)
80 radvdump_LDADD = $(LDADD)
81 DEFAULT_INCLUDES = -I.@am__isrc@
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
83 am__depfiles_maybe = depfiles
84 am__mv = mv -f
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 AM_V_CC = $(am__v_CC_$(V))
88 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
89 am__v_CC_0 = @echo " CC " $@;
90 AM_V_at = $(am__v_at_$(V))
91 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
92 am__v_at_0 = @
93 CCLD = $(CC)
94 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
95 AM_V_CCLD = $(am__v_CCLD_$(V))
96 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
97 am__v_CCLD_0 = @echo " CCLD " $@;
98 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
99 AM_V_LEX = $(am__v_LEX_$(V))
100 am__v_LEX_ = $(am__v_LEX_$(AM_DEFAULT_VERBOSITY))
101 am__v_LEX_0 = @echo " LEX " $@;
102 YLWRAP = $(top_srcdir)/ylwrap
103 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
104 AM_V_YACC = $(am__v_YACC_$(V))
105 am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY))
106 am__v_YACC_0 = @echo " YACC " $@;
107 AM_V_GEN = $(am__v_GEN_$(V))
108 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
109 am__v_GEN_0 = @echo " GEN " $@;
110 SOURCES = $(radvd_SOURCES) $(EXTRA_radvd_SOURCES) $(radvdump_SOURCES)
111 DIST_SOURCES = $(radvd_SOURCES) $(EXTRA_radvd_SOURCES) \
112 $(radvdump_SOURCES)
113 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
114 am__vpath_adj = case $$p in \
115 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
116 *) f=$$p;; \
117 esac;
118 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
119 am__install_max = 40
120 am__nobase_strip_setup = \
121 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
122 am__nobase_strip = \
123 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
124 am__nobase_list = $(am__nobase_strip_setup); \
125 for p in $$list; do echo "$$p $$p"; done | \
126 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
127 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
128 if (++n[$$2] == $(am__install_max)) \
129 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
130 END { for (dir in files) print dir, files[dir] }'
131 am__base_list = \
132 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
133 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
134 man5dir = $(mandir)/man5
135 man8dir = $(mandir)/man8
136 NROFF = nroff
137 MANS = $(man_MANS)
138 ETAGS = etags
139 CTAGS = ctags
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141 distdir = $(PACKAGE)-$(VERSION)
142 top_distdir = $(distdir)
143 am__remove_distdir = \
144 { test ! -d "$(distdir)" \
145 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
146 && rm -fr "$(distdir)"; }; }
147 DIST_ARCHIVES = $(distdir).tar.gz
148 GZIP_ENV = --best
149 distuninstallcheck_listfiles = find . -type f -print
150 distcleancheck_listfiles = find . -type f -print
151 ACLOCAL = @ACLOCAL@
152 AMTAR = @AMTAR@
153 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154 AUTOCONF = @AUTOCONF@
155 AUTOHEADER = @AUTOHEADER@
156 AUTOMAKE = @AUTOMAKE@
157 AWK = @AWK@
158 CC = @CC@
159 CCDEPMODE = @CCDEPMODE@
160 CFLAGS = @CFLAGS@
161 CONDITIONAL_SOURCES = @CONDITIONAL_SOURCES@
162 CPP = @CPP@
163 CPPFLAGS = @CPPFLAGS@
164 CYGPATH_W = @CYGPATH_W@
165 DEFS = \
166 -DINET6=1 \
167 -DLOG_FACILITY=$(LOG_FACILITY) \
168 -DPATH_RADVD_CONF=\"$(PATH_RADVD_CONF)\" \
169 -DPATH_RADVD_LOG=\"$(PATH_RADVD_LOG)\" \
170 -DPATH_RADVD_PID=\"$(PATH_RADVD_PID)\" \
171 -DVERSION=\"$(VERSION)\"
173 DEPDIR = @DEPDIR@
174 ECHO_C = @ECHO_C@
175 ECHO_N = @ECHO_N@
176 ECHO_T = @ECHO_T@
177 EGREP = @EGREP@
178 EXEEXT = @EXEEXT@
179 GREP = @GREP@
180 GZIP = @GZIP@
181 INSTALL = @INSTALL@
182 INSTALL_DATA = @INSTALL_DATA@
183 INSTALL_PROGRAM = @INSTALL_PROGRAM@
184 INSTALL_SCRIPT = @INSTALL_SCRIPT@
185 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186 LDFLAGS = @LDFLAGS@
187 LEX = @LEX@
188 LEXLIB = @LEXLIB@
189 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LN = @LN@
193 LOG_FACILITY = @LOG_FACILITY@
194 LTLIBOBJS = @LTLIBOBJS@
195 MAKEINFO = @MAKEINFO@
196 MKDIR_P = @MKDIR_P@
197 OBJEXT = @OBJEXT@
198 PACKAGE = @PACKAGE@
199 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200 PACKAGE_NAME = @PACKAGE_NAME@
201 PACKAGE_STRING = @PACKAGE_STRING@
202 PACKAGE_TARNAME = @PACKAGE_TARNAME@
203 PACKAGE_URL = @PACKAGE_URL@
204 PACKAGE_VERSION = @PACKAGE_VERSION@
205 PATH_RADVD_CONF = @PATH_RADVD_CONF@
206 PATH_RADVD_LOG = @PATH_RADVD_LOG@
207 PATH_RADVD_PID = @PATH_RADVD_PID@
208 PATH_SEPARATOR = @PATH_SEPARATOR@
209 RM = @RM@
210 SED = @SED@
211 SET_MAKE = @SET_MAKE@
212 SHELL = @SHELL@
213 STRIP = @STRIP@
214 TAR = @TAR@
215 VERSION = @VERSION@
216 YACC = @YACC@
217 YFLAGS = @YFLAGS@
218 abs_builddir = @abs_builddir@
219 abs_srcdir = @abs_srcdir@
220 abs_top_builddir = @abs_top_builddir@
221 abs_top_srcdir = @abs_top_srcdir@
222 ac_ct_CC = @ac_ct_CC@
223 am__include = @am__include@
224 am__leading_dot = @am__leading_dot@
225 am__quote = @am__quote@
226 am__tar = @am__tar@
227 am__untar = @am__untar@
228 bindir = @bindir@
229 build = @build@
230 build_alias = @build_alias@
231 build_cpu = @build_cpu@
232 build_os = @build_os@
233 build_vendor = @build_vendor@
234 builddir = @builddir@
235 datadir = @datadir@
236 datarootdir = @datarootdir@
237 docdir = @docdir@
238 dvidir = @dvidir@
239 exec_prefix = @exec_prefix@
240 host = @host@
241 host_alias = @host_alias@
242 host_cpu = @host_cpu@
243 host_os = @host_os@
244 host_vendor = @host_vendor@
245 htmldir = @htmldir@
246 includedir = @includedir@
247 infodir = @infodir@
248 install_sh = @install_sh@
249 libdir = @libdir@
250 libexecdir = @libexecdir@
251 localedir = @localedir@
252 localstatedir = @localstatedir@
253 mandir = @mandir@
254 mkdir_p = @mkdir_p@
255 oldincludedir = @oldincludedir@
256 pdfdir = @pdfdir@
257 prefix = @prefix@
258 program_transform_name = @program_transform_name@
259 psdir = @psdir@
260 sbindir = @sbindir@
261 sharedstatedir = @sharedstatedir@
262 srcdir = @srcdir@
263 sysconfdir = @sysconfdir@
264 target = @target@
265 target_alias = @target_alias@
266 target_cpu = @target_cpu@
267 target_os = @target_os@
268 target_vendor = @target_vendor@
269 top_build_prefix = @top_build_prefix@
270 top_builddir = @top_builddir@
271 top_srcdir = @top_srcdir@
272 AUTOMAKE_OPTIONS = 1.2 foreign
273 INCLUDES = \
274 -I$(srcdir) \
277 COMMON_SRC = \
278 defaults.h \
279 includes.h \
280 log.c \
281 log.h \
282 pathnames.h \
283 radvd.h \
284 recv.c \
285 socket.c \
286 util.c
288 radvd_SOURCES = \
289 $(COMMON_SRC) \
290 device-common.c \
291 gram.h \
292 gram.y \
293 interface.c \
294 process.c \
295 radvd.c \
296 scanner.l \
297 send.c \
298 timer.c
300 EXTRA_radvd_SOURCES = \
301 device-bsd44.c \
302 device-linux.c \
303 netlink.c \
304 netlink.h \
305 privsep-bsd44.c \
306 privsep-linux.c
308 radvd_LDADD = \
309 @CONDITIONAL_SOURCES@
311 radvd_DEPENDENCIES = \
312 @CONDITIONAL_SOURCES@
314 AM_YFLAGS = -d
315 AM_CFLAGS = \
316 -Wall \
317 -Wcast-align \
318 -Wcast-qual \
319 -Wpointer-arith \
320 -Wmissing-declarations \
321 -Wmissing-prototypes \
322 -Wno-strict-aliasing \
323 -Wstrict-prototypes
325 radvdump_SOURCES = \
326 $(COMMON_SRC) \
327 radvdump.c
329 man_MANS = \
330 radvd.8 \
331 radvd.conf.5 \
332 radvdump.8
334 EXTRA_DIST = \
335 CHANGES \
336 COPYRIGHT \
337 INTRO.html \
338 VERSION \
339 copyright.blurb \
340 radvd.8.man \
341 radvd.conf.5.man \
342 radvd.conf.example \
343 radvdump.8.man \
344 redhat/radvd.conf.empty \
345 redhat/radvd.init \
346 redhat/radvd.spec \
347 redhat/radvd.sysconfig \
348 redhat/radvd-tmpfs.conf
350 CLEANFILES = \
351 gram.c \
352 gram.h \
353 radvd.8 \
354 radvd.conf.5 \
355 radvdump.8 \
356 scanner.c
358 SUFFIXES = .man
359 all: config.h
360 $(MAKE) $(AM_MAKEFLAGS) all-am
362 .SUFFIXES:
363 .SUFFIXES: .man .c .l .o .obj .y
364 am--refresh:
366 .PRECIOUS: Makefile
368 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
369 $(SHELL) ./config.status --recheck
371 $(top_srcdir)/configure: $(am__configure_deps)
372 $(am__cd) $(srcdir) && $(AUTOCONF)
373 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
374 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
375 $(am__aclocal_m4_deps):
377 config.h: stamp-h1
378 @if test ! -f $@; then \
379 rm -f stamp-h1; \
380 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
381 else :; fi
383 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
384 @rm -f stamp-h1
385 cd $(top_builddir) && $(SHELL) ./config.status config.h
387 distclean-hdr:
388 -rm -f config.h stamp-h1
389 install-sbinPROGRAMS: $(sbin_PROGRAMS)
390 @$(NORMAL_INSTALL)
391 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
392 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
393 for p in $$list; do echo "$$p $$p"; done | \
394 sed 's/$(EXEEXT)$$//' | \
395 while read p p1; do if test -f $$p; \
396 then echo "$$p"; echo "$$p"; else :; fi; \
397 done | \
398 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
399 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
400 sed 'N;N;N;s,\n, ,g' | \
401 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
402 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
403 if ($$2 == $$4) files[d] = files[d] " " $$1; \
404 else { print "f", $$3 "/" $$4, $$1; } } \
405 END { for (d in files) print "f", d, files[d] }' | \
406 while read type dir files; do \
407 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
408 test -z "$$files" || { \
409 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
410 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
412 ; done
414 uninstall-sbinPROGRAMS:
415 @$(NORMAL_UNINSTALL)
416 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
417 files=`for p in $$list; do echo "$$p"; done | \
418 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
419 -e 's/$$/$(EXEEXT)/' `; \
420 test -n "$$list" || exit 0; \
421 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
422 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
424 clean-sbinPROGRAMS:
425 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
426 gram.h: gram.c
427 @if test ! -f $@; then \
428 rm -f gram.c; \
429 $(MAKE) $(AM_MAKEFLAGS) gram.c; \
430 else :; fi
431 radvd$(EXEEXT): $(radvd_OBJECTS) $(radvd_DEPENDENCIES)
432 @rm -f radvd$(EXEEXT)
433 $(AM_V_CCLD)$(LINK) $(radvd_OBJECTS) $(radvd_LDADD) $(LIBS)
434 radvdump$(EXEEXT): $(radvdump_OBJECTS) $(radvdump_DEPENDENCIES)
435 @rm -f radvdump$(EXEEXT)
436 $(AM_V_CCLD)$(LINK) $(radvdump_OBJECTS) $(radvdump_LDADD) $(LIBS)
438 mostlyclean-compile:
439 -rm -f *.$(OBJEXT)
441 distclean-compile:
442 -rm -f *.tab.c
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-bsd44.Po@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-common.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-linux.Po@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gram.Po@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlink.Po@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privsep-bsd44.Po@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privsep-linux.Po@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radvd.Po@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radvdump.Po@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recv.Po@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
463 .c.o:
464 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
465 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
466 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
471 .c.obj:
472 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
473 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
474 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
479 .l.c:
480 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
482 .y.c:
483 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
484 install-man5: $(man_MANS)
485 @$(NORMAL_INSTALL)
486 test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
487 @list=''; test -n "$(man5dir)" || exit 0; \
488 { for i in $$list; do echo "$$i"; done; \
489 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
490 sed -n '/\.5[a-z]*$$/p'; \
491 } | while read p; do \
492 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
493 echo "$$d$$p"; echo "$$p"; \
494 done | \
495 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
496 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
497 sed 'N;N;s,\n, ,g' | { \
498 list=; while read file base inst; do \
499 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
500 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
501 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
502 fi; \
503 done; \
504 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
505 while read files; do \
506 test -z "$$files" || { \
507 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
508 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
509 done; }
511 uninstall-man5:
512 @$(NORMAL_UNINSTALL)
513 @list=''; test -n "$(man5dir)" || exit 0; \
514 files=`{ for i in $$list; do echo "$$i"; done; \
515 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
516 sed -n '/\.5[a-z]*$$/p'; \
517 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
518 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
519 test -z "$$files" || { \
520 echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
521 cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
522 install-man8: $(man_MANS)
523 @$(NORMAL_INSTALL)
524 test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
525 @list=''; test -n "$(man8dir)" || exit 0; \
526 { for i in $$list; do echo "$$i"; done; \
527 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
528 sed -n '/\.8[a-z]*$$/p'; \
529 } | while read p; do \
530 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
531 echo "$$d$$p"; echo "$$p"; \
532 done | \
533 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
534 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
535 sed 'N;N;s,\n, ,g' | { \
536 list=; while read file base inst; do \
537 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
538 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
539 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
540 fi; \
541 done; \
542 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
543 while read files; do \
544 test -z "$$files" || { \
545 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
546 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
547 done; }
549 uninstall-man8:
550 @$(NORMAL_UNINSTALL)
551 @list=''; test -n "$(man8dir)" || exit 0; \
552 files=`{ for i in $$list; do echo "$$i"; done; \
553 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
554 sed -n '/\.8[a-z]*$$/p'; \
555 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
556 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
557 test -z "$$files" || { \
558 echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
559 cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
561 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
562 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
563 unique=`for i in $$list; do \
564 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
565 done | \
566 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
567 END { if (nonempty) { for (i in files) print i; }; }'`; \
568 mkid -fID $$unique
569 tags: TAGS
571 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
572 $(TAGS_FILES) $(LISP)
573 set x; \
574 here=`pwd`; \
575 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
576 unique=`for i in $$list; do \
577 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578 done | \
579 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580 END { if (nonempty) { for (i in files) print i; }; }'`; \
581 shift; \
582 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
583 test -n "$$unique" || unique=$$empty_fix; \
584 if test $$# -gt 0; then \
585 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586 "$$@" $$unique; \
587 else \
588 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589 $$unique; \
590 fi; \
592 ctags: CTAGS
593 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
594 $(TAGS_FILES) $(LISP)
595 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
596 unique=`for i in $$list; do \
597 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598 done | \
599 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
600 END { if (nonempty) { for (i in files) print i; }; }'`; \
601 test -z "$(CTAGS_ARGS)$$unique" \
602 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
603 $$unique
605 GTAGS:
606 here=`$(am__cd) $(top_builddir) && pwd` \
607 && $(am__cd) $(top_srcdir) \
608 && gtags -i $(GTAGS_ARGS) "$$here"
610 distclean-tags:
611 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
613 distdir: $(DISTFILES)
614 @list='$(MANS)'; if test -n "$$list"; then \
615 list=`for p in $$list; do \
616 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
617 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
618 if test -n "$$list" && \
619 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
620 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
621 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
622 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
623 echo " typically \`make maintainer-clean' will remove them" >&2; \
624 exit 1; \
625 else :; fi; \
626 else :; fi
627 $(am__remove_distdir)
628 test -d "$(distdir)" || mkdir "$(distdir)"
629 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
630 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
631 list='$(DISTFILES)'; \
632 dist_files=`for file in $$list; do echo $$file; done | \
633 sed -e "s|^$$srcdirstrip/||;t" \
634 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
635 case $$dist_files in \
636 */*) $(MKDIR_P) `echo "$$dist_files" | \
637 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
638 sort -u` ;; \
639 esac; \
640 for file in $$dist_files; do \
641 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
642 if test -d $$d/$$file; then \
643 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
644 if test -d "$(distdir)/$$file"; then \
645 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
646 fi; \
647 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
648 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
649 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
650 fi; \
651 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
652 else \
653 test -f "$(distdir)/$$file" \
654 || cp -p $$d/$$file "$(distdir)/$$file" \
655 || exit 1; \
656 fi; \
657 done
658 $(MAKE) $(AM_MAKEFLAGS) \
659 top_distdir="$(top_distdir)" distdir="$(distdir)" \
660 dist-hook
661 -test -n "$(am__skip_mode_fix)" \
662 || find "$(distdir)" -type d ! -perm -755 \
663 -exec chmod u+rwx,go+rx {} \; -o \
664 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
665 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
666 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
667 || chmod -R a+r "$(distdir)"
668 dist-gzip: distdir
669 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
670 $(am__remove_distdir)
672 dist-bzip2: distdir
673 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
674 $(am__remove_distdir)
676 dist-lzma: distdir
677 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
678 $(am__remove_distdir)
680 dist-xz: distdir
681 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
682 $(am__remove_distdir)
684 dist-tarZ: distdir
685 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
686 $(am__remove_distdir)
688 dist-shar: distdir
689 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
690 $(am__remove_distdir)
692 dist-zip: distdir
693 -rm -f $(distdir).zip
694 zip -rq $(distdir).zip $(distdir)
695 $(am__remove_distdir)
697 dist dist-all: distdir
698 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
699 $(am__remove_distdir)
701 # This target untars the dist file and tries a VPATH configuration. Then
702 # it guarantees that the distribution is self-contained by making another
703 # tarfile.
704 distcheck: dist
705 case '$(DIST_ARCHIVES)' in \
706 *.tar.gz*) \
707 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
708 *.tar.bz2*) \
709 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
710 *.tar.lzma*) \
711 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
712 *.tar.xz*) \
713 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
714 *.tar.Z*) \
715 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
716 *.shar.gz*) \
717 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
718 *.zip*) \
719 unzip $(distdir).zip ;;\
720 esac
721 chmod -R a-w $(distdir); chmod a+w $(distdir)
722 mkdir $(distdir)/_build
723 mkdir $(distdir)/_inst
724 chmod a-w $(distdir)
725 test -d $(distdir)/_build || exit 0; \
726 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
727 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
728 && am__cwd=`pwd` \
729 && $(am__cd) $(distdir)/_build \
730 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
731 $(DISTCHECK_CONFIGURE_FLAGS) \
732 && $(MAKE) $(AM_MAKEFLAGS) \
733 && $(MAKE) $(AM_MAKEFLAGS) dvi \
734 && $(MAKE) $(AM_MAKEFLAGS) check \
735 && $(MAKE) $(AM_MAKEFLAGS) install \
736 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
737 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
738 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
739 distuninstallcheck \
740 && chmod -R a-w "$$dc_install_base" \
741 && ({ \
742 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
743 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
744 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
745 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
746 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
747 } || { rm -rf "$$dc_destdir"; exit 1; }) \
748 && rm -rf "$$dc_destdir" \
749 && $(MAKE) $(AM_MAKEFLAGS) dist \
750 && rm -rf $(DIST_ARCHIVES) \
751 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
752 && cd "$$am__cwd" \
753 || exit 1
754 $(am__remove_distdir)
755 @(echo "$(distdir) archives ready for distribution: "; \
756 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
757 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
758 distuninstallcheck:
759 @$(am__cd) '$(distuninstallcheck_dir)' \
760 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
761 || { echo "ERROR: files left after uninstall:" ; \
762 if test -n "$(DESTDIR)"; then \
763 echo " (check DESTDIR support)"; \
764 fi ; \
765 $(distuninstallcheck_listfiles) ; \
766 exit 1; } >&2
767 distcleancheck: distclean
768 @if test '$(srcdir)' = . ; then \
769 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
770 exit 1 ; \
772 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
773 || { echo "ERROR: files left in build directory after distclean:" ; \
774 $(distcleancheck_listfiles) ; \
775 exit 1; } >&2
776 check-am: all-am
777 check: check-am
778 all-am: Makefile $(PROGRAMS) $(MANS) config.h
779 installdirs:
780 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
781 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
782 done
783 install: install-am
784 install-exec: install-exec-am
785 install-data: install-data-am
786 uninstall: uninstall-am
788 install-am: all-am
789 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
791 installcheck: installcheck-am
792 install-strip:
793 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
794 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
795 `test -z '$(STRIP)' || \
796 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
797 mostlyclean-generic:
799 clean-generic:
800 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
802 distclean-generic:
803 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
804 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
806 maintainer-clean-generic:
807 @echo "This command is intended for maintainers to use"
808 @echo "it deletes files that may require special tools to rebuild."
809 -rm -f gram.c
810 -rm -f gram.h
811 -rm -f scanner.c
812 clean: clean-am
814 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
816 distclean: distclean-am
817 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
818 -rm -rf ./$(DEPDIR)
819 -rm -f Makefile
820 distclean-am: clean-am distclean-compile distclean-generic \
821 distclean-hdr distclean-tags
823 dvi: dvi-am
825 dvi-am:
827 html: html-am
829 html-am:
831 info: info-am
833 info-am:
835 install-data-am: install-man
837 install-dvi: install-dvi-am
839 install-dvi-am:
841 install-exec-am: install-sbinPROGRAMS
843 install-html: install-html-am
845 install-html-am:
847 install-info: install-info-am
849 install-info-am:
851 install-man: install-man5 install-man8
853 install-pdf: install-pdf-am
855 install-pdf-am:
857 install-ps: install-ps-am
859 install-ps-am:
861 installcheck-am:
863 maintainer-clean: maintainer-clean-am
864 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
865 -rm -rf $(top_srcdir)/autom4te.cache
866 -rm -rf ./$(DEPDIR)
867 -rm -f Makefile
868 maintainer-clean-am: distclean-am maintainer-clean-generic
870 mostlyclean: mostlyclean-am
872 mostlyclean-am: mostlyclean-compile mostlyclean-generic
874 pdf: pdf-am
876 pdf-am:
878 ps: ps-am
880 ps-am:
882 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
884 uninstall-man: uninstall-man5 uninstall-man8
886 .MAKE: all install-am install-strip
888 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
889 clean-generic clean-sbinPROGRAMS ctags dist dist-all \
890 dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ \
891 dist-xz dist-zip distcheck distclean distclean-compile \
892 distclean-generic distclean-hdr distclean-tags distcleancheck \
893 distdir distuninstallcheck dvi dvi-am html html-am info \
894 info-am install install-am install-data install-data-am \
895 install-dvi install-dvi-am install-exec install-exec-am \
896 install-html install-html-am install-info install-info-am \
897 install-man install-man5 install-man8 install-pdf \
898 install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
899 install-strip installcheck installcheck-am installdirs \
900 maintainer-clean maintainer-clean-generic mostlyclean \
901 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
902 tags uninstall uninstall-am uninstall-man uninstall-man5 \
903 uninstall-man8 uninstall-sbinPROGRAMS
906 .man:
907 $(AM_V_GEN)$(SED) \
908 -e 's,@''VERSION''@,$(VERSION),g' \
909 -e 's,@''sbindir''@,$(sbindir),g' \
910 -e 's,@''PATH_RADVD_CONF''@,$(PATH_RADVD_CONF),g' \
911 -e 's,@''PATH_RADVD_PID''@,$(PATH_RADVD_PID),g' \
912 -e 's,@''PATH_RADVD_LOG''@,$(PATH_RADVD_LOG),g' \
913 -e 's,@''LOG_FACILITY''@,$(LOG_FACILITY),g' \
914 $< > $@
916 dist-hook:
917 rm -f $(distdir)/gram.c
918 rm -f $(distdir)/gram.h
919 rm -f $(distdir)/scanner.c
921 scanner.o: gram.h
923 # Tell versions [3.59,3.63) of GNU make to not export all variables.
924 # Otherwise a system limit (for SysV at least) may be exceeded.
925 .NOEXPORT: