]> git.ipfire.org Git - thirdparty/dhcp.git/blob - tests/Makefile.in
[#64,!35] Restored work
[thirdparty/dhcp.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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 = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = tests
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/includes/config.h
98 CONFIG_CLEAN_FILES = Makefile.am unittest.sh
99 CONFIG_CLEAN_VPATH_FILES =
100 ARFLAGS = cru
101 AM_V_AR = $(am__v_AR_@AM_V@)
102 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
103 am__v_AR_0 = @echo " AR " $@;
104 am__v_AR_1 =
105 libt_api_a_AR = $(AR) $(ARFLAGS)
106 libt_api_a_LIBADD =
107 am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT)
108 libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS)
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo " GEN " $@;
116 am__v_GEN_1 =
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 =
121 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
122 depcomp = $(SHELL) $(top_srcdir)/depcomp
123 am__maybe_remake_depfiles = depfiles
124 am__depfiles_remade = ./$(DEPDIR)/t_api.Po ./$(DEPDIR)/t_api_dhcp.Po
125 am__mv = mv -f
126 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128 AM_V_CC = $(am__v_CC_@AM_V@)
129 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
130 am__v_CC_0 = @echo " CC " $@;
131 am__v_CC_1 =
132 CCLD = $(CC)
133 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136 am__v_CCLD_0 = @echo " CCLD " $@;
137 am__v_CCLD_1 =
138 SOURCES = $(libt_api_a_SOURCES)
139 DIST_SOURCES = $(libt_api_a_SOURCES)
140 am__can_run_installinfo = \
141 case $$AM_UPDATE_INFO_DIR in \
142 n|no|NO) false;; \
143 *) (install-info --version) >/dev/null 2>&1;; \
144 esac
145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146 # Read a list of newline-separated strings from the standard input,
147 # and print each of them once, without duplicates. Input order is
148 # *not* preserved.
149 am__uniquify_input = $(AWK) '\
150 BEGIN { nonempty = 0; } \
151 { items[$$0] = 1; nonempty = 1; } \
152 END { if (nonempty) { for (i in items) print i; }; } \
153 '
154 # Make sure the list of sources is unique. This is necessary because,
155 # e.g., the same source file might be shared among _SOURCES variables
156 # for different programs/libraries.
157 am__define_uniq_tagged_files = \
158 list='$(am__tagged_files)'; \
159 unique=`for i in $$list; do \
160 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161 done | $(am__uniquify_input)`
162 ETAGS = etags
163 CTAGS = ctags
164 am__DIST_COMMON = $(srcdir)/Makefile.am.in $(srcdir)/Makefile.in \
165 $(srcdir)/unittest.sh.in $(top_srcdir)/depcomp
166 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167 A = @A@
168 ACLOCAL = @ACLOCAL@
169 AMTAR = @AMTAR@
170 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
171 AR = @AR@
172 ATF_BIN = @ATF_BIN@
173 ATF_CFLAGS = @ATF_CFLAGS@
174 ATF_LDFLAGS = @ATF_LDFLAGS@
175 AUTOCONF = @AUTOCONF@
176 AUTOHEADER = @AUTOHEADER@
177 AUTOMAKE = @AUTOMAKE@
178 AWK = @AWK@
179 BINDCONFIG = @BINDCONFIG@
180 BINDDIR = @BINDDIR@
181 BINDIOMUX = @BINDIOMUX@
182 BINDLIBDNSDIR = @BINDLIBDNSDIR@
183 BINDLIBIRSDIR = @BINDLIBIRSDIR@
184 BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
185 BINDLIBISCDIR = @BINDLIBISCDIR@
186 BINDLT = @BINDLT@
187 BINDSRCDIR = @BINDSRCDIR@
188 BINDSUBDIR = @BINDSUBDIR@
189 CC = @CC@
190 CCDEPMODE = @CCDEPMODE@
191 CFLAGS = @CFLAGS@
192 CPP = @CPP@
193 CPPFLAGS = @CPPFLAGS@
194 CYGPATH_W = @CYGPATH_W@
195 DEFS = @DEFS@
196 DEPDIR = @DEPDIR@
197 DHLIBS = @DHLIBS@
198 DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
199 DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
200 DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
201 ECHO_C = @ECHO_C@
202 ECHO_N = @ECHO_N@
203 ECHO_T = @ECHO_T@
204 EGREP = @EGREP@
205 EXEEXT = @EXEEXT@
206 GREP = @GREP@
207 INSTALL = @INSTALL@
208 INSTALL_DATA = @INSTALL_DATA@
209 INSTALL_PROGRAM = @INSTALL_PROGRAM@
210 INSTALL_SCRIPT = @INSTALL_SCRIPT@
211 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212 LDAP_CFLAGS = @LDAP_CFLAGS@
213 LDAP_LIBS = @LDAP_LIBS@
214 LDFLAGS = @LDFLAGS@
215 LIBOBJS = @LIBOBJS@
216 LIBS = @LIBS@
217 LTLIBOBJS = @LTLIBOBJS@
218 MAINT = @MAINT@
219 MAKEINFO = @MAKEINFO@
220 MKDIR_P = @MKDIR_P@
221 OBJEXT = @OBJEXT@
222 PACKAGE = @PACKAGE@
223 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224 PACKAGE_NAME = @PACKAGE_NAME@
225 PACKAGE_STRING = @PACKAGE_STRING@
226 PACKAGE_TARNAME = @PACKAGE_TARNAME@
227 PACKAGE_URL = @PACKAGE_URL@
228 PACKAGE_VERSION = @PACKAGE_VERSION@
229 PATH_SEPARATOR = @PATH_SEPARATOR@
230 Q = @Q@
231 RANLIB = @RANLIB@
232 SET_MAKE = @SET_MAKE@
233 SHELL = @SHELL@
234 STRIP = @STRIP@
235 UNITTESTS = @UNITTESTS@
236 VERSION = @VERSION@
237 abs_builddir = @abs_builddir@
238 abs_srcdir = @abs_srcdir@
239 abs_top_builddir = @abs_top_builddir@
240 abs_top_srcdir = @abs_top_srcdir@
241 ac_ct_CC = @ac_ct_CC@
242 ac_prefix_program = @ac_prefix_program@
243 am__include = @am__include@
244 am__leading_dot = @am__leading_dot@
245 am__quote = @am__quote@
246 am__tar = @am__tar@
247 am__untar = @am__untar@
248 bindir = @bindir@
249 build = @build@
250 build_alias = @build_alias@
251 build_cpu = @build_cpu@
252 build_os = @build_os@
253 build_vendor = @build_vendor@
254 builddir = @builddir@
255 byte_order = @byte_order@
256 datadir = @datadir@
257 datarootdir = @datarootdir@
258 docdir = @docdir@
259 dvidir = @dvidir@
260 exec_prefix = @exec_prefix@
261 host = @host@
262 host_alias = @host_alias@
263 host_cpu = @host_cpu@
264 host_os = @host_os@
265 host_vendor = @host_vendor@
266 htmldir = @htmldir@
267 includedir = @includedir@
268 infodir = @infodir@
269 install_sh = @install_sh@
270 libdir = @libdir@
271 libexecdir = @libexecdir@
272 localedir = @localedir@
273 localstatedir = @localstatedir@
274 mandir = @mandir@
275 mkdir_p = @mkdir_p@
276 oldincludedir = @oldincludedir@
277 pdfdir = @pdfdir@
278 pkgcfg_found = @pkgcfg_found@
279 prefix = @prefix@
280 program_transform_name = @program_transform_name@
281 psdir = @psdir@
282 sbindir = @sbindir@
283 sharedstatedir = @sharedstatedir@
284 srcdir = @srcdir@
285 sysconfdir = @sysconfdir@
286 target_alias = @target_alias@
287 top_build_prefix = @top_build_prefix@
288 top_builddir = @top_builddir@
289 top_srcdir = @top_srcdir@
290 EXTRA_DIST = failover/dhcp-1.cf failover/dhcp-2.cf failover/new-failover \
291 DHCPv6/000-badmsgtype.pl \
292 DHCPv6/010-solicit-noclientid.pl \
293 DHCPv6/011-solicit-serverid.pl \
294 DHCPv6/020-advertise-mcast.pl \
295 DHCPv6/030-request-noclientid.pl \
296 DHCPv6/031-request-noserverid.pl \
297 DHCPv6/032-request-badduid.pl \
298 DHCPv6/110-information-request-ia_na.pl \
299 DHCPv6/111-information-request-ia_ta.pl \
300 DHCPv6/112-badduid.pl \
301 DHCPv6/210-solicit-nohost.pl \
302 DHCPv6/211-solicit-opt-in-na.pl \
303 DHCPv6/212-solicit-opt-in-na-norapidcommit.pl \
304 DHCPv6/280-release-nohost.pl \
305 DHCPv6/281-release-bad-address.pl \
306 DHCPv6/282-release-no-address.pl \
307 DHCPv6/283-release.pl \
308 DHCPv6/290-decline-nohost.pl \
309 DHCPv6/291-decline-bad-address.pl \
310 DHCPv6/292-decline-no-address.pl \
311 DHCPv6/293-decline.pl \
312 DHCPv6/README DHCPv6/dhcp_client.pm \
313 DHCPv6/stubcli-opt-in-na.pl DHCPv6/stubcli.pl \
314 DHCPv6/test-a.conf DHCPv6/test-b.conf \
315 HOWTO-unit-test \
316 unit_test_sample.c
317
318 AM_CPPFLAGS = -I..
319 check_LIBRARIES = libt_api.a
320 libt_api_a_SOURCES = t_api.c t_api_dhcp.c
321 all: all-am
322
323 .SUFFIXES:
324 .SUFFIXES: .c .o .obj
325 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
326 @for dep in $?; do \
327 case '$(am__configure_deps)' in \
328 *$$dep*) \
329 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
330 && { if test -f $@; then exit 0; else break; fi; }; \
331 exit 1;; \
332 esac; \
333 done; \
334 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
335 $(am__cd) $(top_srcdir) && \
336 $(AUTOMAKE) --foreign tests/Makefile
337 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338 @case '$?' in \
339 *config.status*) \
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341 *) \
342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
343 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
344 esac;
345
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(am__aclocal_m4_deps):
354 Makefile.am: $(top_builddir)/config.status $(srcdir)/Makefile.am.in
355 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
356 unittest.sh: $(top_builddir)/config.status $(srcdir)/unittest.sh.in
357 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
358
359 clean-checkLIBRARIES:
360 -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
361
362 libt_api.a: $(libt_api_a_OBJECTS) $(libt_api_a_DEPENDENCIES) $(EXTRA_libt_api_a_DEPENDENCIES)
363 $(AM_V_at)-rm -f libt_api.a
364 $(AM_V_AR)$(libt_api_a_AR) libt_api.a $(libt_api_a_OBJECTS) $(libt_api_a_LIBADD)
365 $(AM_V_at)$(RANLIB) libt_api.a
366
367 mostlyclean-compile:
368 -rm -f *.$(OBJEXT)
369
370 distclean-compile:
371 -rm -f *.tab.c
372
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api.Po@am__quote@ # am--include-marker
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_api_dhcp.Po@am__quote@ # am--include-marker
375
376 $(am__depfiles_remade):
377 @$(MKDIR_P) $(@D)
378 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
379
380 am--depfiles: $(am__depfiles_remade)
381
382 .c.o:
383 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
384 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
388
389 .c.obj:
390 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
391 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
395
396 ID: $(am__tagged_files)
397 $(am__define_uniq_tagged_files); mkid -fID $$unique
398 tags: tags-am
399 TAGS: tags
400
401 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
402 set x; \
403 here=`pwd`; \
404 $(am__define_uniq_tagged_files); \
405 shift; \
406 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
407 test -n "$$unique" || unique=$$empty_fix; \
408 if test $$# -gt 0; then \
409 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410 "$$@" $$unique; \
411 else \
412 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
413 $$unique; \
414 fi; \
415 fi
416 ctags: ctags-am
417
418 CTAGS: ctags
419 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420 $(am__define_uniq_tagged_files); \
421 test -z "$(CTAGS_ARGS)$$unique" \
422 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423 $$unique
424
425 GTAGS:
426 here=`$(am__cd) $(top_builddir) && pwd` \
427 && $(am__cd) $(top_srcdir) \
428 && gtags -i $(GTAGS_ARGS) "$$here"
429 cscopelist: cscopelist-am
430
431 cscopelist-am: $(am__tagged_files)
432 list='$(am__tagged_files)'; \
433 case "$(srcdir)" in \
434 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
435 *) sdir=$(subdir)/$(srcdir) ;; \
436 esac; \
437 for i in $$list; do \
438 if test -f "$$i"; then \
439 echo "$(subdir)/$$i"; \
440 else \
441 echo "$$sdir/$$i"; \
442 fi; \
443 done >> $(top_builddir)/cscope.files
444
445 distclean-tags:
446 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447
448 distdir: $(BUILT_SOURCES)
449 $(MAKE) $(AM_MAKEFLAGS) distdir-am
450
451 distdir-am: $(DISTFILES)
452 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454 list='$(DISTFILES)'; \
455 dist_files=`for file in $$list; do echo $$file; done | \
456 sed -e "s|^$$srcdirstrip/||;t" \
457 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
458 case $$dist_files in \
459 */*) $(MKDIR_P) `echo "$$dist_files" | \
460 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
461 sort -u` ;; \
462 esac; \
463 for file in $$dist_files; do \
464 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
465 if test -d $$d/$$file; then \
466 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
467 if test -d "$(distdir)/$$file"; then \
468 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469 fi; \
470 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473 fi; \
474 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
475 else \
476 test -f "$(distdir)/$$file" \
477 || cp -p $$d/$$file "$(distdir)/$$file" \
478 || exit 1; \
479 fi; \
480 done
481 check-am: all-am
482 $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES)
483 check: check-am
484 all-am: Makefile
485 installdirs:
486 install: install-am
487 install-exec: install-exec-am
488 install-data: install-data-am
489 uninstall: uninstall-am
490
491 install-am: all-am
492 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494 installcheck: installcheck-am
495 install-strip:
496 if test -z '$(STRIP)'; then \
497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499 install; \
500 else \
501 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
504 fi
505 mostlyclean-generic:
506
507 clean-generic:
508
509 distclean-generic:
510 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
512
513 maintainer-clean-generic:
514 @echo "This command is intended for maintainers to use"
515 @echo "it deletes files that may require special tools to rebuild."
516 clean: clean-am
517
518 clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am
519
520 distclean: distclean-am
521 -rm -f ./$(DEPDIR)/t_api.Po
522 -rm -f ./$(DEPDIR)/t_api_dhcp.Po
523 -rm -f Makefile
524 distclean-am: clean-am distclean-compile distclean-generic \
525 distclean-tags
526
527 dvi: dvi-am
528
529 dvi-am:
530
531 html: html-am
532
533 html-am:
534
535 info: info-am
536
537 info-am:
538
539 install-data-am:
540
541 install-dvi: install-dvi-am
542
543 install-dvi-am:
544
545 install-exec-am:
546
547 install-html: install-html-am
548
549 install-html-am:
550
551 install-info: install-info-am
552
553 install-info-am:
554
555 install-man:
556
557 install-pdf: install-pdf-am
558
559 install-pdf-am:
560
561 install-ps: install-ps-am
562
563 install-ps-am:
564
565 installcheck-am:
566
567 maintainer-clean: maintainer-clean-am
568 -rm -f ./$(DEPDIR)/t_api.Po
569 -rm -f ./$(DEPDIR)/t_api_dhcp.Po
570 -rm -f Makefile
571 maintainer-clean-am: distclean-am maintainer-clean-generic
572
573 mostlyclean: mostlyclean-am
574
575 mostlyclean-am: mostlyclean-compile mostlyclean-generic
576
577 pdf: pdf-am
578
579 pdf-am:
580
581 ps: ps-am
582
583 ps-am:
584
585 uninstall-am:
586
587 .MAKE: check-am install-am install-strip
588
589 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
590 clean-checkLIBRARIES clean-generic cscopelist-am ctags \
591 ctags-am distclean distclean-compile distclean-generic \
592 distclean-tags distdir dvi dvi-am html html-am info info-am \
593 install install-am install-data install-data-am install-dvi \
594 install-dvi-am install-exec install-exec-am install-html \
595 install-html-am install-info install-info-am install-man \
596 install-pdf install-pdf-am install-ps install-ps-am \
597 install-strip installcheck installcheck-am installdirs \
598 maintainer-clean maintainer-clean-generic mostlyclean \
599 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
600 tags tags-am uninstall uninstall-am
601
602 .PRECIOUS: Makefile
603
604
605 # Tell versions [3.59,3.63) of GNU make to not export all variables.
606 # Otherwise a system limit (for SysV at least) may be exceeded.
607 .NOEXPORT: