]> git.ipfire.org Git - thirdparty/dhcp.git/blob - client/Makefile.in
Finished rebased
[thirdparty/dhcp.git] / client / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29 }
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 sbin_PROGRAMS = dhclient$(EXEEXT)
93 subdir = client
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(dist_sysconf_DATA) \
99 $(am__DIST_COMMON)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/includes/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \
105 "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"
106 PROGRAMS = $(sbin_PROGRAMS)
107 am_dhclient_OBJECTS = clparse.$(OBJEXT) dhclient.$(OBJEXT) \
108 dhc6.$(OBJEXT)
109 dhclient_OBJECTS = $(am_dhclient_OBJECTS)
110 dhclient_DEPENDENCIES = ../common/libdhcp.a ../omapip/libomapi.a \
111 @BINDLIBIRSDIR@/libirs.a @BINDLIBDNSDIR@/libdns.a \
112 @BINDLIBISCCFGDIR@/libisccfg.a @BINDLIBISCDIR@/libisc.a
113 AM_V_P = $(am__v_P_@AM_V@)
114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115 am__v_P_0 = false
116 am__v_P_1 = :
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119 am__v_GEN_0 = @echo " GEN " $@;
120 am__v_GEN_1 =
121 AM_V_at = $(am__v_at_@AM_V@)
122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123 am__v_at_0 = @
124 am__v_at_1 =
125 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
126 depcomp = $(SHELL) $(top_srcdir)/depcomp
127 am__depfiles_maybe = depfiles
128 am__mv = mv -f
129 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 AM_V_CC = $(am__v_CC_@AM_V@)
132 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
133 am__v_CC_0 = @echo " CC " $@;
134 am__v_CC_1 =
135 CCLD = $(CC)
136 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
137 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
138 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
139 am__v_CCLD_0 = @echo " CCLD " $@;
140 am__v_CCLD_1 =
141 SOURCES = $(dhclient_SOURCES)
142 DIST_SOURCES = $(dhclient_SOURCES)
143 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
144 ctags-recursive dvi-recursive html-recursive info-recursive \
145 install-data-recursive install-dvi-recursive \
146 install-exec-recursive install-html-recursive \
147 install-info-recursive install-pdf-recursive \
148 install-ps-recursive install-recursive installcheck-recursive \
149 installdirs-recursive pdf-recursive ps-recursive \
150 tags-recursive uninstall-recursive
151 am__can_run_installinfo = \
152 case $$AM_UPDATE_INFO_DIR in \
153 n|no|NO) false;; \
154 *) (install-info --version) >/dev/null 2>&1;; \
155 esac
156 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
157 am__vpath_adj = case $$p in \
158 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
159 *) f=$$p;; \
160 esac;
161 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
162 am__install_max = 40
163 am__nobase_strip_setup = \
164 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
165 am__nobase_strip = \
166 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
167 am__nobase_list = $(am__nobase_strip_setup); \
168 for p in $$list; do echo "$$p $$p"; done | \
169 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
170 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171 if (++n[$$2] == $(am__install_max)) \
172 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
173 END { for (dir in files) print dir, files[dir] }'
174 am__base_list = \
175 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
176 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
177 am__uninstall_files_from_dir = { \
178 test -z "$$files" \
179 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
180 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
181 $(am__cd) "$$dir" && rm -f $$files; }; \
182 }
183 man5dir = $(mandir)/man5
184 man8dir = $(mandir)/man8
185 NROFF = nroff
186 MANS = $(man_MANS)
187 DATA = $(dist_sysconf_DATA)
188 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
189 distclean-recursive maintainer-clean-recursive
190 am__recursive_targets = \
191 $(RECURSIVE_TARGETS) \
192 $(RECURSIVE_CLEAN_TARGETS) \
193 $(am__extra_recursive_targets)
194 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
195 distdir
196 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197 # Read a list of newline-separated strings from the standard input,
198 # and print each of them once, without duplicates. Input order is
199 # *not* preserved.
200 am__uniquify_input = $(AWK) '\
201 BEGIN { nonempty = 0; } \
202 { items[$$0] = 1; nonempty = 1; } \
203 END { if (nonempty) { for (i in items) print i; }; } \
204 '
205 # Make sure the list of sources is unique. This is necessary because,
206 # e.g., the same source file might be shared among _SOURCES variables
207 # for different programs/libraries.
208 am__define_uniq_tagged_files = \
209 list='$(am__tagged_files)'; \
210 unique=`for i in $$list; do \
211 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212 done | $(am__uniquify_input)`
213 ETAGS = etags
214 CTAGS = ctags
215 DIST_SUBDIRS = $(SUBDIRS)
216 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218 am__relativize = \
219 dir0=`pwd`; \
220 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
221 sed_rest='s,^[^/]*/*,,'; \
222 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
223 sed_butlast='s,/*[^/]*$$,,'; \
224 while test -n "$$dir1"; do \
225 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
226 if test "$$first" != "."; then \
227 if test "$$first" = ".."; then \
228 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
229 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
230 else \
231 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
232 if test "$$first2" = "$$first"; then \
233 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
234 else \
235 dir2="../$$dir2"; \
236 fi; \
237 dir0="$$dir0"/"$$first"; \
238 fi; \
239 fi; \
240 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
241 done; \
242 reldir="$$dir2"
243 ACLOCAL = @ACLOCAL@
244 AMTAR = @AMTAR@
245 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246 AR = @AR@
247 ATF_BIN = @ATF_BIN@
248 ATF_CFLAGS = @ATF_CFLAGS@
249 ATF_LDFLAGS = @ATF_LDFLAGS@
250 AUTOCONF = @AUTOCONF@
251 AUTOHEADER = @AUTOHEADER@
252 AUTOMAKE = @AUTOMAKE@
253 AWK = @AWK@
254 BINDCONFIG = @BINDCONFIG@
255 BINDDIR = @BINDDIR@
256 BINDIOMUX = @BINDIOMUX@
257 BINDLIBDNSDIR = @BINDLIBDNSDIR@
258 BINDLIBIRSDIR = @BINDLIBIRSDIR@
259 BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
260 BINDLIBISCDIR = @BINDLIBISCDIR@
261 BINDSRCDIR = @BINDSRCDIR@
262 BINDSUBDIR = @BINDSUBDIR@
263 CC = @CC@
264 CCDEPMODE = @CCDEPMODE@
265 CFLAGS = @CFLAGS@
266 CPP = @CPP@
267 CPPFLAGS = @CPPFLAGS@
268 CYGPATH_W = @CYGPATH_W@
269 DEFS = @DEFS@
270 DEPDIR = @DEPDIR@
271 DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
272 ECHO_C = @ECHO_C@
273 ECHO_N = @ECHO_N@
274 ECHO_T = @ECHO_T@
275 EGREP = @EGREP@
276 EXEEXT = @EXEEXT@
277 GREP = @GREP@
278 INSTALL = @INSTALL@
279 INSTALL_DATA = @INSTALL_DATA@
280 INSTALL_PROGRAM = @INSTALL_PROGRAM@
281 INSTALL_SCRIPT = @INSTALL_SCRIPT@
282 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
283 LDAP_CFLAGS = @LDAP_CFLAGS@
284 LDAP_LIBS = @LDAP_LIBS@
285 LDFLAGS = @LDFLAGS@
286 LIBOBJS = @LIBOBJS@
287 LIBS = @LIBS@
288 LTLIBOBJS = @LTLIBOBJS@
289 MAINT = @MAINT@
290 MAKEINFO = @MAKEINFO@
291 MKDIR_P = @MKDIR_P@
292 OBJEXT = @OBJEXT@
293 PACKAGE = @PACKAGE@
294 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295 PACKAGE_NAME = @PACKAGE_NAME@
296 PACKAGE_STRING = @PACKAGE_STRING@
297 PACKAGE_TARNAME = @PACKAGE_TARNAME@
298 PACKAGE_URL = @PACKAGE_URL@
299 PACKAGE_VERSION = @PACKAGE_VERSION@
300 PATH_SEPARATOR = @PATH_SEPARATOR@
301 RANLIB = @RANLIB@
302 SET_MAKE = @SET_MAKE@
303 SHELL = @SHELL@
304 STRIP = @STRIP@
305 VERSION = @VERSION@
306 abs_builddir = @abs_builddir@
307 abs_srcdir = @abs_srcdir@
308 abs_top_builddir = @abs_top_builddir@
309 abs_top_srcdir = @abs_top_srcdir@
310 ac_ct_CC = @ac_ct_CC@
311 ac_prefix_program = @ac_prefix_program@
312 am__include = @am__include@
313 am__leading_dot = @am__leading_dot@
314 am__quote = @am__quote@
315 am__tar = @am__tar@
316 am__untar = @am__untar@
317 bindir = @bindir@
318 build = @build@
319 build_alias = @build_alias@
320 build_cpu = @build_cpu@
321 build_os = @build_os@
322 build_vendor = @build_vendor@
323 builddir = @builddir@
324 byte_order = @byte_order@
325 datadir = @datadir@
326 datarootdir = @datarootdir@
327 docdir = @docdir@
328 dvidir = @dvidir@
329 exec_prefix = @exec_prefix@
330 host = @host@
331 host_alias = @host_alias@
332 host_cpu = @host_cpu@
333 host_os = @host_os@
334 host_vendor = @host_vendor@
335 htmldir = @htmldir@
336 includedir = @includedir@
337 infodir = @infodir@
338 install_sh = @install_sh@
339 libdir = @libdir@
340 libexecdir = @libexecdir@
341 localedir = @localedir@
342 localstatedir = @localstatedir@
343 mandir = @mandir@
344 mkdir_p = @mkdir_p@
345 oldincludedir = @oldincludedir@
346 pdfdir = @pdfdir@
347 pkgcfg_found = @pkgcfg_found@
348 prefix = @prefix@
349 program_transform_name = @program_transform_name@
350 psdir = @psdir@
351 sbindir = @sbindir@
352 sharedstatedir = @sharedstatedir@
353 srcdir = @srcdir@
354 sysconfdir = @sysconfdir@
355 target_alias = @target_alias@
356 top_build_prefix = @top_build_prefix@
357 top_builddir = @top_builddir@
358 top_srcdir = @top_srcdir@
359
360 # We want to build this directory first, before descending into tests subdir.
361 # The reason is that ideally the tests should link existing objects from this
362 # directory. That eliminates any discrepancies between tested code and
363 # production code. Sadly, we are not there yet.
364 SUBDIRS = . tests
365 AM_CPPFLAGS = -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"' \
366 -DLOCALSTATEDIR='"$(localstatedir)"'
367 dist_sysconf_DATA = dhclient.conf.example
368 dhclient_SOURCES = clparse.c dhclient.c dhc6.c \
369 scripts/bsdos scripts/freebsd scripts/linux scripts/macos \
370 scripts/netbsd scripts/nextstep scripts/openbsd \
371 scripts/solaris scripts/openwrt
372
373 dhclient_LDADD = ../common/libdhcp.a ../omapip/libomapi.a \
374 @BINDLIBIRSDIR@/libirs.a \
375 @BINDLIBDNSDIR@/libdns.a \
376 @BINDLIBISCCFGDIR@/libisccfg.a \
377 @BINDLIBISCDIR@/libisc.a
378
379 man_MANS = dhclient.8 dhclient-script.8 dhclient.conf.5 dhclient.leases.5
380 EXTRA_DIST = $(man_MANS)
381 all: all-recursive
382
383 .SUFFIXES:
384 .SUFFIXES: .c .o .obj
385 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
386 @for dep in $?; do \
387 case '$(am__configure_deps)' in \
388 *$$dep*) \
389 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
390 && { if test -f $@; then exit 0; else break; fi; }; \
391 exit 1;; \
392 esac; \
393 done; \
394 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/Makefile'; \
395 $(am__cd) $(top_srcdir) && \
396 $(AUTOMAKE) --foreign client/Makefile
397 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398 @case '$?' in \
399 *config.status*) \
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
401 *) \
402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
403 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
404 esac;
405
406 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408
409 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
410 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413 $(am__aclocal_m4_deps):
414 install-sbinPROGRAMS: $(sbin_PROGRAMS)
415 @$(NORMAL_INSTALL)
416 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
417 if test -n "$$list"; then \
418 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
419 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
420 fi; \
421 for p in $$list; do echo "$$p $$p"; done | \
422 sed 's/$(EXEEXT)$$//' | \
423 while read p p1; do if test -f $$p \
424 ; then echo "$$p"; echo "$$p"; else :; fi; \
425 done | \
426 sed -e 'p;s,.*/,,;n;h' \
427 -e 's|.*|.|' \
428 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
429 sed 'N;N;N;s,\n, ,g' | \
430 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
431 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
432 if ($$2 == $$4) files[d] = files[d] " " $$1; \
433 else { print "f", $$3 "/" $$4, $$1; } } \
434 END { for (d in files) print "f", d, files[d] }' | \
435 while read type dir files; do \
436 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
437 test -z "$$files" || { \
438 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
439 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
440 } \
441 ; done
442
443 uninstall-sbinPROGRAMS:
444 @$(NORMAL_UNINSTALL)
445 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
446 files=`for p in $$list; do echo "$$p"; done | \
447 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
448 -e 's/$$/$(EXEEXT)/' \
449 `; \
450 test -n "$$list" || exit 0; \
451 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
452 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
453
454 clean-sbinPROGRAMS:
455 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
456
457 dhclient$(EXEEXT): $(dhclient_OBJECTS) $(dhclient_DEPENDENCIES) $(EXTRA_dhclient_DEPENDENCIES)
458 @rm -f dhclient$(EXEEXT)
459 $(AM_V_CCLD)$(LINK) $(dhclient_OBJECTS) $(dhclient_LDADD) $(LIBS)
460
461 mostlyclean-compile:
462 -rm -f *.$(OBJEXT)
463
464 distclean-compile:
465 -rm -f *.tab.c
466
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clparse.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhc6.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhclient.Po@am__quote@
470
471 .c.o:
472 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
473 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
477
478 .c.obj:
479 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
480 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
484 install-man5: $(man_MANS)
485 @$(NORMAL_INSTALL)
486 @list1=''; \
487 list2='$(man_MANS)'; \
488 test -n "$(man5dir)" \
489 && test -n "`echo $$list1$$list2`" \
490 || exit 0; \
491 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
492 $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
493 { for i in $$list1; do echo "$$i"; done; \
494 if test -n "$$list2"; then \
495 for i in $$list2; do echo "$$i"; done \
496 | sed -n '/\.5[a-z]*$$/p'; \
497 fi; \
498 } | while read p; do \
499 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
500 echo "$$d$$p"; echo "$$p"; \
501 done | \
502 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
503 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
504 sed 'N;N;s,\n, ,g' | { \
505 list=; while read file base inst; do \
506 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
507 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
508 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
509 fi; \
510 done; \
511 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
512 while read files; do \
513 test -z "$$files" || { \
514 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
515 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
516 done; }
517
518 uninstall-man5:
519 @$(NORMAL_UNINSTALL)
520 @list=''; test -n "$(man5dir)" || exit 0; \
521 files=`{ for i in $$list; do echo "$$i"; done; \
522 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
523 sed -n '/\.5[a-z]*$$/p'; \
524 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
525 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
526 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
527 install-man8: $(man_MANS)
528 @$(NORMAL_INSTALL)
529 @list1=''; \
530 list2='$(man_MANS)'; \
531 test -n "$(man8dir)" \
532 && test -n "`echo $$list1$$list2`" \
533 || exit 0; \
534 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
535 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
536 { for i in $$list1; do echo "$$i"; done; \
537 if test -n "$$list2"; then \
538 for i in $$list2; do echo "$$i"; done \
539 | sed -n '/\.8[a-z]*$$/p'; \
540 fi; \
541 } | while read p; do \
542 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
543 echo "$$d$$p"; echo "$$p"; \
544 done | \
545 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
546 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
547 sed 'N;N;s,\n, ,g' | { \
548 list=; while read file base inst; do \
549 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
550 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
551 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
552 fi; \
553 done; \
554 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
555 while read files; do \
556 test -z "$$files" || { \
557 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
558 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
559 done; }
560
561 uninstall-man8:
562 @$(NORMAL_UNINSTALL)
563 @list=''; test -n "$(man8dir)" || exit 0; \
564 files=`{ for i in $$list; do echo "$$i"; done; \
565 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
566 sed -n '/\.8[a-z]*$$/p'; \
567 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
568 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
569 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
570 install-dist_sysconfDATA: $(dist_sysconf_DATA)
571 @$(NORMAL_INSTALL)
572 @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
573 if test -n "$$list"; then \
574 echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
575 $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
576 fi; \
577 for p in $$list; do \
578 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
579 echo "$$d$$p"; \
580 done | $(am__base_list) | \
581 while read files; do \
582 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
583 $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
584 done
585
586 uninstall-dist_sysconfDATA:
587 @$(NORMAL_UNINSTALL)
588 @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
589 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
590 dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
591
592 # This directory's subdirectories are mostly independent; you can cd
593 # into them and run 'make' without going through this Makefile.
594 # To change the values of 'make' variables: instead of editing Makefiles,
595 # (1) if the variable is set in 'config.status', edit 'config.status'
596 # (which will cause the Makefiles to be regenerated when you run 'make');
597 # (2) otherwise, pass the desired values on the 'make' command line.
598 $(am__recursive_targets):
599 @fail=; \
600 if $(am__make_keepgoing); then \
601 failcom='fail=yes'; \
602 else \
603 failcom='exit 1'; \
604 fi; \
605 dot_seen=no; \
606 target=`echo $@ | sed s/-recursive//`; \
607 case "$@" in \
608 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
609 *) list='$(SUBDIRS)' ;; \
610 esac; \
611 for subdir in $$list; do \
612 echo "Making $$target in $$subdir"; \
613 if test "$$subdir" = "."; then \
614 dot_seen=yes; \
615 local_target="$$target-am"; \
616 else \
617 local_target="$$target"; \
618 fi; \
619 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
620 || eval $$failcom; \
621 done; \
622 if test "$$dot_seen" = "no"; then \
623 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
624 fi; test -z "$$fail"
625
626 ID: $(am__tagged_files)
627 $(am__define_uniq_tagged_files); mkid -fID $$unique
628 tags: tags-recursive
629 TAGS: tags
630
631 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
632 set x; \
633 here=`pwd`; \
634 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
635 include_option=--etags-include; \
636 empty_fix=.; \
637 else \
638 include_option=--include; \
639 empty_fix=; \
640 fi; \
641 list='$(SUBDIRS)'; for subdir in $$list; do \
642 if test "$$subdir" = .; then :; else \
643 test ! -f $$subdir/TAGS || \
644 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
645 fi; \
646 done; \
647 $(am__define_uniq_tagged_files); \
648 shift; \
649 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
650 test -n "$$unique" || unique=$$empty_fix; \
651 if test $$# -gt 0; then \
652 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
653 "$$@" $$unique; \
654 else \
655 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
656 $$unique; \
657 fi; \
658 fi
659 ctags: ctags-recursive
660
661 CTAGS: ctags
662 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
663 $(am__define_uniq_tagged_files); \
664 test -z "$(CTAGS_ARGS)$$unique" \
665 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
666 $$unique
667
668 GTAGS:
669 here=`$(am__cd) $(top_builddir) && pwd` \
670 && $(am__cd) $(top_srcdir) \
671 && gtags -i $(GTAGS_ARGS) "$$here"
672 cscopelist: cscopelist-recursive
673
674 cscopelist-am: $(am__tagged_files)
675 list='$(am__tagged_files)'; \
676 case "$(srcdir)" in \
677 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
678 *) sdir=$(subdir)/$(srcdir) ;; \
679 esac; \
680 for i in $$list; do \
681 if test -f "$$i"; then \
682 echo "$(subdir)/$$i"; \
683 else \
684 echo "$$sdir/$$i"; \
685 fi; \
686 done >> $(top_builddir)/cscope.files
687
688 distclean-tags:
689 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
690
691 distdir: $(DISTFILES)
692 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
693 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
694 list='$(DISTFILES)'; \
695 dist_files=`for file in $$list; do echo $$file; done | \
696 sed -e "s|^$$srcdirstrip/||;t" \
697 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
698 case $$dist_files in \
699 */*) $(MKDIR_P) `echo "$$dist_files" | \
700 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
701 sort -u` ;; \
702 esac; \
703 for file in $$dist_files; do \
704 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
705 if test -d $$d/$$file; then \
706 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
707 if test -d "$(distdir)/$$file"; then \
708 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
709 fi; \
710 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
711 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
712 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
713 fi; \
714 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
715 else \
716 test -f "$(distdir)/$$file" \
717 || cp -p $$d/$$file "$(distdir)/$$file" \
718 || exit 1; \
719 fi; \
720 done
721 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
722 if test "$$subdir" = .; then :; else \
723 $(am__make_dryrun) \
724 || test -d "$(distdir)/$$subdir" \
725 || $(MKDIR_P) "$(distdir)/$$subdir" \
726 || exit 1; \
727 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
728 $(am__relativize); \
729 new_distdir=$$reldir; \
730 dir1=$$subdir; dir2="$(top_distdir)"; \
731 $(am__relativize); \
732 new_top_distdir=$$reldir; \
733 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
734 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
735 ($(am__cd) $$subdir && \
736 $(MAKE) $(AM_MAKEFLAGS) \
737 top_distdir="$$new_top_distdir" \
738 distdir="$$new_distdir" \
739 am__remove_distdir=: \
740 am__skip_length_check=: \
741 am__skip_mode_fix=: \
742 distdir) \
743 || exit 1; \
744 fi; \
745 done
746 check-am: all-am
747 check: check-recursive
748 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
749 installdirs: installdirs-recursive
750 installdirs-am:
751 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"; do \
752 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
753 done
754 install: install-recursive
755 install-exec: install-exec-recursive
756 install-data: install-data-recursive
757 uninstall: uninstall-recursive
758
759 install-am: all-am
760 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
761
762 installcheck: installcheck-recursive
763 install-strip:
764 if test -z '$(STRIP)'; then \
765 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
766 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
767 install; \
768 else \
769 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
770 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
771 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
772 fi
773 mostlyclean-generic:
774
775 clean-generic:
776
777 distclean-generic:
778 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
779 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
780
781 maintainer-clean-generic:
782 @echo "This command is intended for maintainers to use"
783 @echo "it deletes files that may require special tools to rebuild."
784 clean: clean-recursive
785
786 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
787
788 distclean: distclean-recursive
789 -rm -rf ./$(DEPDIR)
790 -rm -f Makefile
791 distclean-am: clean-am distclean-compile distclean-generic \
792 distclean-tags
793
794 dvi: dvi-recursive
795
796 dvi-am:
797
798 html: html-recursive
799
800 html-am:
801
802 info: info-recursive
803
804 info-am:
805
806 install-data-am: install-man
807
808 install-dvi: install-dvi-recursive
809
810 install-dvi-am:
811
812 install-exec-am: install-dist_sysconfDATA install-sbinPROGRAMS
813
814 install-html: install-html-recursive
815
816 install-html-am:
817
818 install-info: install-info-recursive
819
820 install-info-am:
821
822 install-man: install-man5 install-man8
823
824 install-pdf: install-pdf-recursive
825
826 install-pdf-am:
827
828 install-ps: install-ps-recursive
829
830 install-ps-am:
831
832 installcheck-am:
833
834 maintainer-clean: maintainer-clean-recursive
835 -rm -rf ./$(DEPDIR)
836 -rm -f Makefile
837 maintainer-clean-am: distclean-am maintainer-clean-generic
838
839 mostlyclean: mostlyclean-recursive
840
841 mostlyclean-am: mostlyclean-compile mostlyclean-generic
842
843 pdf: pdf-recursive
844
845 pdf-am:
846
847 ps: ps-recursive
848
849 ps-am:
850
851 uninstall-am: uninstall-dist_sysconfDATA uninstall-man \
852 uninstall-sbinPROGRAMS
853
854 uninstall-man: uninstall-man5 uninstall-man8
855
856 .MAKE: $(am__recursive_targets) install-am install-strip
857
858 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
859 check-am clean clean-generic clean-sbinPROGRAMS cscopelist-am \
860 ctags ctags-am distclean distclean-compile distclean-generic \
861 distclean-tags distdir dvi dvi-am html html-am info info-am \
862 install install-am install-data install-data-am \
863 install-dist_sysconfDATA install-dvi install-dvi-am \
864 install-exec install-exec-am install-html install-html-am \
865 install-info install-info-am install-man install-man5 \
866 install-man8 install-pdf install-pdf-am install-ps \
867 install-ps-am install-sbinPROGRAMS install-strip installcheck \
868 installcheck-am installdirs installdirs-am maintainer-clean \
869 maintainer-clean-generic mostlyclean mostlyclean-compile \
870 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
871 uninstall-am uninstall-dist_sysconfDATA uninstall-man \
872 uninstall-man5 uninstall-man8 uninstall-sbinPROGRAMS
873
874 .PRECIOUS: Makefile
875
876
877 # Tell versions [3.59,3.63) of GNU make to not export all variables.
878 # Otherwise a system limit (for SysV at least) may be exceeded.
879 .NOEXPORT: