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