]> git.ipfire.org Git - thirdparty/dhcp.git/blob - tests/Makefile.in
automake regeneration
[thirdparty/dhcp.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
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 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 subdir = tests
33 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
34 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
35 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
36 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
37 $(ACLOCAL_M4)
38 mkinstalldirs = $(install_sh) -d
39 CONFIG_HEADER = $(top_builddir)/includes/config.h
40 CONFIG_CLEAN_FILES =
41 AR = ar
42 ARFLAGS = cru
43 libt_api_a_AR = $(AR) $(ARFLAGS)
44 libt_api_a_LIBADD =
45 am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT)
46 libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS)
47 DEFAULT_INCLUDES = -I. -I$(top_builddir)/includes@am__isrc@
48 depcomp = $(SHELL) $(top_srcdir)/depcomp
49 am__depfiles_maybe = depfiles
50 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
51 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
52 CCLD = $(CC)
53 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
54 SOURCES = $(libt_api_a_SOURCES)
55 DIST_SOURCES = $(libt_api_a_SOURCES)
56 ETAGS = etags
57 CTAGS = ctags
58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59 ACLOCAL = @ACLOCAL@
60 AMTAR = @AMTAR@
61 AUTOCONF = @AUTOCONF@
62 AUTOHEADER = @AUTOHEADER@
63 AUTOMAKE = @AUTOMAKE@
64 AWK = @AWK@
65 CC = @CC@
66 CCDEPMODE = @CCDEPMODE@
67 CFLAGS = @CFLAGS@
68 CPP = @CPP@
69 CPPFLAGS = @CPPFLAGS@
70 CYGPATH_W = @CYGPATH_W@
71 DEFS = @DEFS@
72 DEPDIR = @DEPDIR@
73 ECHO_C = @ECHO_C@
74 ECHO_N = @ECHO_N@
75 ECHO_T = @ECHO_T@
76 EGREP = @EGREP@
77 EXEEXT = @EXEEXT@
78 GREP = @GREP@
79 INSTALL = @INSTALL@
80 INSTALL_DATA = @INSTALL_DATA@
81 INSTALL_PROGRAM = @INSTALL_PROGRAM@
82 INSTALL_SCRIPT = @INSTALL_SCRIPT@
83 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
84 LDFLAGS = @LDFLAGS@
85 LIBOBJS = @LIBOBJS@
86 LIBS = @LIBS@
87 LTLIBOBJS = @LTLIBOBJS@
88 MAKEINFO = @MAKEINFO@
89 MKDIR_P = @MKDIR_P@
90 OBJEXT = @OBJEXT@
91 PACKAGE = @PACKAGE@
92 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
93 PACKAGE_NAME = @PACKAGE_NAME@
94 PACKAGE_STRING = @PACKAGE_STRING@
95 PACKAGE_TARNAME = @PACKAGE_TARNAME@
96 PACKAGE_VERSION = @PACKAGE_VERSION@
97 PATH_SEPARATOR = @PATH_SEPARATOR@
98 RANLIB = @RANLIB@
99 SET_MAKE = @SET_MAKE@
100 SHELL = @SHELL@
101 STRIP = @STRIP@
102 VERSION = @VERSION@
103 abs_builddir = @abs_builddir@
104 abs_srcdir = @abs_srcdir@
105 abs_top_builddir = @abs_top_builddir@
106 abs_top_srcdir = @abs_top_srcdir@
107 ac_ct_CC = @ac_ct_CC@
108 ac_prefix_program = @ac_prefix_program@
109 am__include = @am__include@
110 am__leading_dot = @am__leading_dot@
111 am__quote = @am__quote@
112 am__tar = @am__tar@
113 am__untar = @am__untar@
114 bindir = @bindir@
115 build_alias = @build_alias@
116 builddir = @builddir@
117 byte_order = @byte_order@
118 datadir = @datadir@
119 datarootdir = @datarootdir@
120 docdir = @docdir@
121 dvidir = @dvidir@
122 exec_prefix = @exec_prefix@
123 host_alias = @host_alias@
124 htmldir = @htmldir@
125 includedir = @includedir@
126 infodir = @infodir@
127 install_sh = @install_sh@
128 libdir = @libdir@
129 libexecdir = @libexecdir@
130 localedir = @localedir@
131 localstatedir = @localstatedir@
132 mandir = @mandir@
133 mkdir_p = @mkdir_p@
134 oldincludedir = @oldincludedir@
135 pdfdir = @pdfdir@
136 prefix = @prefix@
137 program_transform_name = @program_transform_name@
138 psdir = @psdir@
139 sbindir = @sbindir@
140 sharedstatedir = @sharedstatedir@
141 srcdir = @srcdir@
142 sysconfdir = @sysconfdir@
143 target_alias = @target_alias@
144 top_builddir = @top_builddir@
145 top_srcdir = @top_srcdir@
146 EXTRA_DIST = failover/dhcp-1.cf failover/dhcp-2.cf failover/new-failover \
147 DHCPv6/000-badmsgtype.pl \
148 DHCPv6/010-solicit-noclientid.pl \
149 DHCPv6/011-solicit-serverid.pl \
150 DHCPv6/020-advertise-mcast.pl \
151 DHCPv6/030-request-noclientid.pl \
152 DHCPv6/031-request-noserverid.pl \
153 DHCPv6/032-request-badduid.pl \
154 DHCPv6/110-information-request-ia_na.pl \
155 DHCPv6/111-information-request-ia_ta.pl \
156 DHCPv6/112-badduid.pl \
157 DHCPv6/210-solicit-nohost.pl \
158 DHCPv6/211-solicit-opt-in-na.pl \
159 DHCPv6/212-solicit-opt-in-na-norapidcommit.pl \
160 DHCPv6/280-release-nohost.pl \
161 DHCPv6/281-release-bad-address.pl \
162 DHCPv6/282-release-no-address.pl \
163 DHCPv6/283-release.pl \
164 DHCPv6/290-decline-nohost.pl \
165 DHCPv6/291-decline-bad-address.pl \
166 DHCPv6/292-decline-no-address.pl \
167 DHCPv6/293-decline.pl \
168 DHCPv6/README DHCPv6/dhcp_client.pm \
169 DHCPv6/stubcli-opt-in-na.pl DHCPv6/stubcli.pl \
170 DHCPv6/test-a.conf DHCPv6/test-b.conf \
171 HOWTO-unit-test \
172 unit_test_sample.c
173
174 AM_CPPFLAGS = -I..
175 check_LIBRARIES = libt_api.a
176 libt_api_a_SOURCES = t_api.c t_api_dhcp.c
177 all: all-am
178
179 .SUFFIXES:
180 .SUFFIXES: .c .o .obj
181 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
182 @for dep in $?; do \
183 case '$(am__configure_deps)' in \
184 *$$dep*) \
185 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
186 && exit 0; \
187 exit 1;; \
188 esac; \
189 done; \
190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
191 cd $(top_srcdir) && \
192 $(AUTOMAKE) --foreign tests/Makefile
193 .PRECIOUS: Makefile
194 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195 @case '$?' in \
196 *config.status*) \
197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
198 *) \
199 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
200 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
201 esac;
202
203 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205
206 $(top_srcdir)/configure: $(am__configure_deps)
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210
211 clean-checkLIBRARIES:
212 -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
213 libt_api.a: $(libt_api_a_OBJECTS) $(libt_api_a_DEPENDENCIES)
214 -rm -f libt_api.a
215 $(libt_api_a_AR) libt_api.a $(libt_api_a_OBJECTS) $(libt_api_a_LIBADD)
216 $(RANLIB) libt_api.a
217
218 mostlyclean-compile:
219 -rm -f *.$(OBJEXT)
220
221 distclean-compile:
222 -rm -f *.tab.c
223
224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api.Po@am__quote@
225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api_dhcp.Po@am__quote@
226
227 .c.o:
228 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
229 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
230 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
231 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
232 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
233
234 .c.obj:
235 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
236 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
237 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
238 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
239 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
240
241 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
242 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
243 unique=`for i in $$list; do \
244 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245 done | \
246 $(AWK) ' { files[$$0] = 1; } \
247 END { for (i in files) print i; }'`; \
248 mkid -fID $$unique
249 tags: TAGS
250
251 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
252 $(TAGS_FILES) $(LISP)
253 tags=; \
254 here=`pwd`; \
255 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
256 unique=`for i in $$list; do \
257 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
258 done | \
259 $(AWK) ' { files[$$0] = 1; } \
260 END { for (i in files) print i; }'`; \
261 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
262 test -n "$$unique" || unique=$$empty_fix; \
263 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
264 $$tags $$unique; \
265 fi
266 ctags: CTAGS
267 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
268 $(TAGS_FILES) $(LISP)
269 tags=; \
270 here=`pwd`; \
271 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
272 unique=`for i in $$list; do \
273 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274 done | \
275 $(AWK) ' { files[$$0] = 1; } \
276 END { for (i in files) print i; }'`; \
277 test -z "$(CTAGS_ARGS)$$tags$$unique" \
278 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
279 $$tags $$unique
280
281 GTAGS:
282 here=`$(am__cd) $(top_builddir) && pwd` \
283 && cd $(top_srcdir) \
284 && gtags -i $(GTAGS_ARGS) $$here
285
286 distclean-tags:
287 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
288
289 distdir: $(DISTFILES)
290 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
291 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
292 list='$(DISTFILES)'; \
293 dist_files=`for file in $$list; do echo $$file; done | \
294 sed -e "s|^$$srcdirstrip/||;t" \
295 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
296 case $$dist_files in \
297 */*) $(MKDIR_P) `echo "$$dist_files" | \
298 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
299 sort -u` ;; \
300 esac; \
301 for file in $$dist_files; do \
302 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
303 if test -d $$d/$$file; then \
304 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
305 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
306 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
307 fi; \
308 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
309 else \
310 test -f $(distdir)/$$file \
311 || cp -p $$d/$$file $(distdir)/$$file \
312 || exit 1; \
313 fi; \
314 done
315 check-am: all-am
316 $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES)
317 check: check-am
318 all-am: Makefile
319 installdirs:
320 install: install-am
321 install-exec: install-exec-am
322 install-data: install-data-am
323 uninstall: uninstall-am
324
325 install-am: all-am
326 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
327
328 installcheck: installcheck-am
329 install-strip:
330 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
331 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
332 `test -z '$(STRIP)' || \
333 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
334 mostlyclean-generic:
335
336 clean-generic:
337
338 distclean-generic:
339 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
340
341 maintainer-clean-generic:
342 @echo "This command is intended for maintainers to use"
343 @echo "it deletes files that may require special tools to rebuild."
344 clean: clean-am
345
346 clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am
347
348 distclean: distclean-am
349 -rm -rf ./$(DEPDIR)
350 -rm -f Makefile
351 distclean-am: clean-am distclean-compile distclean-generic \
352 distclean-tags
353
354 dvi: dvi-am
355
356 dvi-am:
357
358 html: html-am
359
360 info: info-am
361
362 info-am:
363
364 install-data-am:
365
366 install-dvi: install-dvi-am
367
368 install-exec-am:
369
370 install-html: install-html-am
371
372 install-info: install-info-am
373
374 install-man:
375
376 install-pdf: install-pdf-am
377
378 install-ps: install-ps-am
379
380 installcheck-am:
381
382 maintainer-clean: maintainer-clean-am
383 -rm -rf ./$(DEPDIR)
384 -rm -f Makefile
385 maintainer-clean-am: distclean-am maintainer-clean-generic
386
387 mostlyclean: mostlyclean-am
388
389 mostlyclean-am: mostlyclean-compile mostlyclean-generic
390
391 pdf: pdf-am
392
393 pdf-am:
394
395 ps: ps-am
396
397 ps-am:
398
399 uninstall-am:
400
401 .MAKE: install-am install-strip
402
403 .PHONY: CTAGS GTAGS all all-am check check-am clean \
404 clean-checkLIBRARIES clean-generic ctags distclean \
405 distclean-compile distclean-generic distclean-tags distdir dvi \
406 dvi-am html html-am info info-am install install-am \
407 install-data install-data-am install-dvi install-dvi-am \
408 install-exec install-exec-am install-html install-html-am \
409 install-info install-info-am install-man install-pdf \
410 install-pdf-am install-ps install-ps-am install-strip \
411 installcheck installcheck-am installdirs maintainer-clean \
412 maintainer-clean-generic mostlyclean mostlyclean-compile \
413 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
414 uninstall-am
415
416 # Tell versions [3.59,3.63) of GNU make to not export all variables.
417 # Otherwise a system limit (for SysV at least) may be exceeded.
418 .NOEXPORT: