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