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