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