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