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