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