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