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