xref: /netbsd-src/external/mpl/dhcp/dist/tests/Makefile.in (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
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@
16VPATH = @srcdir@
17am__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}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = tests
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = $(top_builddir)/includes/config.h
98CONFIG_CLEAN_FILES = Makefile.am unittest.sh
99CONFIG_CLEAN_VPATH_FILES =
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_@AM_V@)
102am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
103am__v_AR_0 = @echo "  AR      " $@;
104am__v_AR_1 =
105libt_api_a_AR = $(AR) $(ARFLAGS)
106libt_api_a_LIBADD =
107am_libt_api_a_OBJECTS = t_api.$(OBJEXT) t_api_dhcp.$(OBJEXT)
108libt_api_a_OBJECTS = $(am_libt_api_a_OBJECTS)
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 =
121DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
122depcomp = $(SHELL) $(top_srcdir)/depcomp
123am__maybe_remake_depfiles = depfiles
124am__depfiles_remade = ./$(DEPDIR)/t_api.Po ./$(DEPDIR)/t_api_dhcp.Po
125am__mv = mv -f
126COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128AM_V_CC = $(am__v_CC_@AM_V@)
129am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
130am__v_CC_0 = @echo "  CC      " $@;
131am__v_CC_1 =
132CCLD = $(CC)
133LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136am__v_CCLD_0 = @echo "  CCLD    " $@;
137am__v_CCLD_1 =
138SOURCES = $(libt_api_a_SOURCES)
139DIST_SOURCES = $(libt_api_a_SOURCES)
140am__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
145am__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.
149am__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.
157am__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)`
162ETAGS = etags
163CTAGS = ctags
164am__DIST_COMMON = $(srcdir)/Makefile.am.in $(srcdir)/Makefile.in \
165	$(srcdir)/unittest.sh.in $(top_srcdir)/depcomp
166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167A = @A@
168ACLOCAL = @ACLOCAL@
169AMTAR = @AMTAR@
170AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
171AR = @AR@
172ATF_BIN = @ATF_BIN@
173ATF_CFLAGS = @ATF_CFLAGS@
174ATF_LDFLAGS = @ATF_LDFLAGS@
175AUTOCONF = @AUTOCONF@
176AUTOHEADER = @AUTOHEADER@
177AUTOMAKE = @AUTOMAKE@
178AWK = @AWK@
179BINDCONFIG = @BINDCONFIG@
180BINDDIR = @BINDDIR@
181BINDIOMUX = @BINDIOMUX@
182BINDLIBDNSDIR = @BINDLIBDNSDIR@
183BINDLIBIRSDIR = @BINDLIBIRSDIR@
184BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
185BINDLIBISCDIR = @BINDLIBISCDIR@
186BINDLT = @BINDLT@
187BINDSRCDIR = @BINDSRCDIR@
188BINDSUBDIR = @BINDSUBDIR@
189CC = @CC@
190CCDEPMODE = @CCDEPMODE@
191CFLAGS = @CFLAGS@
192CPP = @CPP@
193CPPFLAGS = @CPPFLAGS@
194CYGPATH_W = @CYGPATH_W@
195DEFS = @DEFS@
196DEPDIR = @DEPDIR@
197DHLIBS = @DHLIBS@
198DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
199DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
200DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
201ECHO_C = @ECHO_C@
202ECHO_N = @ECHO_N@
203ECHO_T = @ECHO_T@
204EGREP = @EGREP@
205EXEEXT = @EXEEXT@
206GREP = @GREP@
207INSTALL = @INSTALL@
208INSTALL_DATA = @INSTALL_DATA@
209INSTALL_PROGRAM = @INSTALL_PROGRAM@
210INSTALL_SCRIPT = @INSTALL_SCRIPT@
211INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212LDAP_CFLAGS = @LDAP_CFLAGS@
213LDAP_LIBS = @LDAP_LIBS@
214LDFLAGS = @LDFLAGS@
215LIBOBJS = @LIBOBJS@
216LIBS = @LIBS@
217LTLIBOBJS = @LTLIBOBJS@
218MAINT = @MAINT@
219MAKEINFO = @MAKEINFO@
220MKDIR_P = @MKDIR_P@
221OBJEXT = @OBJEXT@
222PACKAGE = @PACKAGE@
223PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224PACKAGE_NAME = @PACKAGE_NAME@
225PACKAGE_STRING = @PACKAGE_STRING@
226PACKAGE_TARNAME = @PACKAGE_TARNAME@
227PACKAGE_URL = @PACKAGE_URL@
228PACKAGE_VERSION = @PACKAGE_VERSION@
229PATH_SEPARATOR = @PATH_SEPARATOR@
230Q = @Q@
231RANLIB = @RANLIB@
232SET_MAKE = @SET_MAKE@
233SHELL = @SHELL@
234STRIP = @STRIP@
235UNITTESTS = @UNITTESTS@
236VERSION = @VERSION@
237abs_builddir = @abs_builddir@
238abs_srcdir = @abs_srcdir@
239abs_top_builddir = @abs_top_builddir@
240abs_top_srcdir = @abs_top_srcdir@
241ac_ct_CC = @ac_ct_CC@
242ac_prefix_program = @ac_prefix_program@
243am__include = @am__include@
244am__leading_dot = @am__leading_dot@
245am__quote = @am__quote@
246am__tar = @am__tar@
247am__untar = @am__untar@
248bindir = @bindir@
249build = @build@
250build_alias = @build_alias@
251build_cpu = @build_cpu@
252build_os = @build_os@
253build_vendor = @build_vendor@
254builddir = @builddir@
255byte_order = @byte_order@
256datadir = @datadir@
257datarootdir = @datarootdir@
258docdir = @docdir@
259dvidir = @dvidir@
260exec_prefix = @exec_prefix@
261host = @host@
262host_alias = @host_alias@
263host_cpu = @host_cpu@
264host_os = @host_os@
265host_vendor = @host_vendor@
266htmldir = @htmldir@
267includedir = @includedir@
268infodir = @infodir@
269install_sh = @install_sh@
270libdir = @libdir@
271libexecdir = @libexecdir@
272localedir = @localedir@
273localstatedir = @localstatedir@
274mandir = @mandir@
275mkdir_p = @mkdir_p@
276oldincludedir = @oldincludedir@
277pdfdir = @pdfdir@
278pkgcfg_found = @pkgcfg_found@
279prefix = @prefix@
280program_transform_name = @program_transform_name@
281psdir = @psdir@
282sbindir = @sbindir@
283sharedstatedir = @sharedstatedir@
284srcdir = @srcdir@
285sysconfdir = @sysconfdir@
286target_alias = @target_alias@
287top_build_prefix = @top_build_prefix@
288top_builddir = @top_builddir@
289top_srcdir = @top_srcdir@
290EXTRA_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
318AM_CPPFLAGS = -I..
319check_LIBRARIES = libt_api.a
320libt_api_a_SOURCES = t_api.c t_api_dhcp.c
321all: 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
337Makefile: $(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):
354Makefile.am: $(top_builddir)/config.status $(srcdir)/Makefile.am.in
355	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
356unittest.sh: $(top_builddir)/config.status $(srcdir)/unittest.sh.in
357	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
358
359clean-checkLIBRARIES:
360	-test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
361
362libt_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
367mostlyclean-compile:
368	-rm -f *.$(OBJEXT)
369
370distclean-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
380am--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
396ID: $(am__tagged_files)
397	$(am__define_uniq_tagged_files); mkid -fID $$unique
398tags: tags-am
399TAGS: tags
400
401tags-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
416ctags: ctags-am
417
418CTAGS: ctags
419ctags-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
425GTAGS:
426	here=`$(am__cd) $(top_builddir) && pwd` \
427	  && $(am__cd) $(top_srcdir) \
428	  && gtags -i $(GTAGS_ARGS) "$$here"
429cscopelist: cscopelist-am
430
431cscopelist-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
445distclean-tags:
446	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447
448distdir: $(BUILT_SOURCES)
449	$(MAKE) $(AM_MAKEFLAGS) distdir-am
450
451distdir-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
481check-am: all-am
482	$(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES)
483check: check-am
484all-am: Makefile
485installdirs:
486install: install-am
487install-exec: install-exec-am
488install-data: install-data-am
489uninstall: uninstall-am
490
491install-am: all-am
492	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494installcheck: installcheck-am
495install-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
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-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
513maintainer-clean-generic:
514	@echo "This command is intended for maintainers to use"
515	@echo "it deletes files that may require special tools to rebuild."
516clean: clean-am
517
518clean-am: clean-checkLIBRARIES clean-generic mostlyclean-am
519
520distclean: distclean-am
521		-rm -f ./$(DEPDIR)/t_api.Po
522	-rm -f ./$(DEPDIR)/t_api_dhcp.Po
523	-rm -f Makefile
524distclean-am: clean-am distclean-compile distclean-generic \
525	distclean-tags
526
527dvi: dvi-am
528
529dvi-am:
530
531html: html-am
532
533html-am:
534
535info: info-am
536
537info-am:
538
539install-data-am:
540
541install-dvi: install-dvi-am
542
543install-dvi-am:
544
545install-exec-am:
546
547install-html: install-html-am
548
549install-html-am:
550
551install-info: install-info-am
552
553install-info-am:
554
555install-man:
556
557install-pdf: install-pdf-am
558
559install-pdf-am:
560
561install-ps: install-ps-am
562
563install-ps-am:
564
565installcheck-am:
566
567maintainer-clean: maintainer-clean-am
568		-rm -f ./$(DEPDIR)/t_api.Po
569	-rm -f ./$(DEPDIR)/t_api_dhcp.Po
570	-rm -f Makefile
571maintainer-clean-am: distclean-am maintainer-clean-generic
572
573mostlyclean: mostlyclean-am
574
575mostlyclean-am: mostlyclean-compile mostlyclean-generic
576
577pdf: pdf-am
578
579pdf-am:
580
581ps: ps-am
582
583ps-am:
584
585uninstall-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:
608