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