Makefile.in revision 1.1.1.3 1 1.1.1.3 christos # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 1.1 christos # @configure_input@
3 1.1 christos
4 1.1.1.3 christos # Copyright (C) 1994-2020 Free Software Foundation, Inc.
5 1.1 christos
6 1.1 christos # This Makefile.in is free software; the Free Software Foundation
7 1.1 christos # gives unlimited permission to copy and/or distribute it,
8 1.1 christos # with or without modifications, as long as this notice is preserved.
9 1.1 christos
10 1.1 christos # This program is distributed in the hope that it will be useful,
11 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 1.1 christos # PARTICULAR PURPOSE.
14 1.1 christos
15 1.1 christos @SET_MAKE@
16 1.1 christos
17 1.1 christos VPATH = @srcdir@
18 1.1 christos am__is_gnu_make = { \
19 1.1 christos if test -z '$(MAKELEVEL)'; then \
20 1.1 christos false; \
21 1.1 christos elif test -n '$(MAKE_HOST)'; then \
22 1.1 christos true; \
23 1.1 christos elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 1.1 christos true; \
25 1.1 christos else \
26 1.1 christos false; \
27 1.1 christos fi; \
28 1.1 christos }
29 1.1 christos am__make_running_with_option = \
30 1.1 christos case $${target_option-} in \
31 1.1 christos ?) ;; \
32 1.1 christos *) echo "am__make_running_with_option: internal error: invalid" \
33 1.1 christos "target option '$${target_option-}' specified" >&2; \
34 1.1 christos exit 1;; \
35 1.1 christos esac; \
36 1.1 christos has_opt=no; \
37 1.1 christos sane_makeflags=$$MAKEFLAGS; \
38 1.1 christos if $(am__is_gnu_make); then \
39 1.1 christos sane_makeflags=$$MFLAGS; \
40 1.1 christos else \
41 1.1 christos case $$MAKEFLAGS in \
42 1.1 christos *\\[\ \ ]*) \
43 1.1 christos bs=\\; \
44 1.1 christos sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 1.1 christos | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 1.1 christos esac; \
47 1.1 christos fi; \
48 1.1 christos skip_next=no; \
49 1.1 christos strip_trailopt () \
50 1.1 christos { \
51 1.1 christos flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 1.1 christos }; \
53 1.1 christos for flg in $$sane_makeflags; do \
54 1.1 christos test $$skip_next = yes && { skip_next=no; continue; }; \
55 1.1 christos case $$flg in \
56 1.1 christos *=*|--*) continue;; \
57 1.1 christos -*I) strip_trailopt 'I'; skip_next=yes;; \
58 1.1 christos -*I?*) strip_trailopt 'I';; \
59 1.1 christos -*O) strip_trailopt 'O'; skip_next=yes;; \
60 1.1 christos -*O?*) strip_trailopt 'O';; \
61 1.1 christos -*l) strip_trailopt 'l'; skip_next=yes;; \
62 1.1 christos -*l?*) strip_trailopt 'l';; \
63 1.1 christos -[dEDm]) skip_next=yes;; \
64 1.1 christos -[JT]) skip_next=yes;; \
65 1.1 christos esac; \
66 1.1 christos case $$flg in \
67 1.1 christos *$$target_option*) has_opt=yes; break;; \
68 1.1 christos esac; \
69 1.1 christos done; \
70 1.1 christos test $$has_opt = yes
71 1.1 christos am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 1.1 christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@
74 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@
75 1.1 christos pkglibdir = $(libdir)/@PACKAGE@
76 1.1 christos pkglibexecdir = $(libexecdir)/@PACKAGE@
77 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 1.1 christos install_sh_DATA = $(install_sh) -c -m 644
79 1.1 christos install_sh_PROGRAM = $(install_sh) -c
80 1.1 christos install_sh_SCRIPT = $(install_sh) -c
81 1.1 christos INSTALL_HEADER = $(INSTALL_DATA)
82 1.1 christos transform = $(program_transform_name)
83 1.1 christos NORMAL_INSTALL = :
84 1.1 christos PRE_INSTALL = :
85 1.1 christos POST_INSTALL = :
86 1.1 christos NORMAL_UNINSTALL = :
87 1.1 christos PRE_UNINSTALL = :
88 1.1 christos POST_UNINSTALL = :
89 1.1 christos build_triplet = @build@
90 1.1 christos host_triplet = @host@
91 1.1 christos @HAVE_BINDDIR_TRUE@am__append_1 = bind/Makefile.in bind/bind.tar.gz bind/version.tmp
92 1.1 christos subdir = .
93 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 1.1 christos $(ACLOCAL_M4)
97 1.1 christos DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98 1.1 christos $(am__configure_deps) $(nobase_include_HEADERS) \
99 1.1 christos $(am__DIST_COMMON)
100 1.1 christos am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101 1.1 christos configure.lineno config.status.lineno
102 1.1 christos mkinstalldirs = $(install_sh) -d
103 1.1 christos CONFIG_HEADER = $(top_builddir)/includes/config.h
104 1.1 christos CONFIG_CLEAN_FILES = doc/devel/doxyfile
105 1.1 christos CONFIG_CLEAN_VPATH_FILES =
106 1.1 christos AM_V_P = $(am__v_P_@AM_V@)
107 1.1 christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 1.1 christos am__v_P_0 = false
109 1.1 christos am__v_P_1 = :
110 1.1 christos AM_V_GEN = $(am__v_GEN_@AM_V@)
111 1.1 christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 1.1 christos am__v_GEN_0 = @echo " GEN " $@;
113 1.1 christos am__v_GEN_1 =
114 1.1 christos AM_V_at = $(am__v_at_@AM_V@)
115 1.1 christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 1.1 christos am__v_at_0 = @
117 1.1 christos am__v_at_1 =
118 1.1 christos SOURCES =
119 1.1 christos DIST_SOURCES =
120 1.1 christos RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121 1.1 christos ctags-recursive dvi-recursive html-recursive info-recursive \
122 1.1 christos install-data-recursive install-dvi-recursive \
123 1.1 christos install-exec-recursive install-html-recursive \
124 1.1 christos install-info-recursive install-pdf-recursive \
125 1.1 christos install-ps-recursive install-recursive installcheck-recursive \
126 1.1 christos installdirs-recursive pdf-recursive ps-recursive \
127 1.1 christos tags-recursive uninstall-recursive
128 1.1 christos am__can_run_installinfo = \
129 1.1 christos case $$AM_UPDATE_INFO_DIR in \
130 1.1 christos n|no|NO) false;; \
131 1.1 christos *) (install-info --version) >/dev/null 2>&1;; \
132 1.1 christos esac
133 1.1 christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134 1.1 christos am__vpath_adj = case $$p in \
135 1.1 christos $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136 1.1 christos *) f=$$p;; \
137 1.1 christos esac;
138 1.1 christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139 1.1 christos am__install_max = 40
140 1.1 christos am__nobase_strip_setup = \
141 1.1 christos srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142 1.1 christos am__nobase_strip = \
143 1.1 christos for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144 1.1 christos am__nobase_list = $(am__nobase_strip_setup); \
145 1.1 christos for p in $$list; do echo "$$p $$p"; done | \
146 1.1 christos sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147 1.1 christos $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148 1.1 christos if (++n[$$2] == $(am__install_max)) \
149 1.1 christos { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150 1.1 christos END { for (dir in files) print dir, files[dir] }'
151 1.1 christos am__base_list = \
152 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154 1.1 christos am__uninstall_files_from_dir = { \
155 1.1 christos test -z "$$files" \
156 1.1 christos || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157 1.1 christos || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158 1.1 christos $(am__cd) "$$dir" && rm -f $$files; }; \
159 1.1 christos }
160 1.1 christos am__installdirs = "$(DESTDIR)$(includedir)"
161 1.1 christos HEADERS = $(nobase_include_HEADERS)
162 1.1 christos RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
163 1.1 christos distclean-recursive maintainer-clean-recursive
164 1.1 christos am__recursive_targets = \
165 1.1 christos $(RECURSIVE_TARGETS) \
166 1.1 christos $(RECURSIVE_CLEAN_TARGETS) \
167 1.1 christos $(am__extra_recursive_targets)
168 1.1 christos AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
169 1.1.1.2 christos cscope distdir distdir-am dist dist-all distcheck
170 1.1 christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171 1.1 christos # Read a list of newline-separated strings from the standard input,
172 1.1 christos # and print each of them once, without duplicates. Input order is
173 1.1 christos # *not* preserved.
174 1.1 christos am__uniquify_input = $(AWK) '\
175 1.1 christos BEGIN { nonempty = 0; } \
176 1.1 christos { items[$$0] = 1; nonempty = 1; } \
177 1.1 christos END { if (nonempty) { for (i in items) print i; }; } \
178 1.1 christos '
179 1.1 christos # Make sure the list of sources is unique. This is necessary because,
180 1.1 christos # e.g., the same source file might be shared among _SOURCES variables
181 1.1 christos # for different programs/libraries.
182 1.1 christos am__define_uniq_tagged_files = \
183 1.1 christos list='$(am__tagged_files)'; \
184 1.1 christos unique=`for i in $$list; do \
185 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186 1.1 christos done | $(am__uniquify_input)`
187 1.1 christos ETAGS = etags
188 1.1 christos CTAGS = ctags
189 1.1 christos CSCOPE = cscope
190 1.1 christos am__DIST_COMMON = $(srcdir)/Makefile.in \
191 1.1 christos $(top_srcdir)/doc/devel/doxyfile.in README compile \
192 1.1 christos config.guess config.sub depcomp install-sh missing
193 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194 1.1 christos distdir = $(PACKAGE)-$(VERSION)
195 1.1 christos top_distdir = $(distdir)
196 1.1 christos am__remove_distdir = \
197 1.1 christos if test -d "$(distdir)"; then \
198 1.1 christos find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
199 1.1 christos && rm -rf "$(distdir)" \
200 1.1 christos || { sleep 5 && rm -rf "$(distdir)"; }; \
201 1.1 christos else :; fi
202 1.1 christos am__post_remove_distdir = $(am__remove_distdir)
203 1.1 christos am__relativize = \
204 1.1 christos dir0=`pwd`; \
205 1.1 christos sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206 1.1 christos sed_rest='s,^[^/]*/*,,'; \
207 1.1 christos sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208 1.1 christos sed_butlast='s,/*[^/]*$$,,'; \
209 1.1 christos while test -n "$$dir1"; do \
210 1.1 christos first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211 1.1 christos if test "$$first" != "."; then \
212 1.1 christos if test "$$first" = ".."; then \
213 1.1 christos dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214 1.1 christos dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215 1.1 christos else \
216 1.1 christos first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217 1.1 christos if test "$$first2" = "$$first"; then \
218 1.1 christos dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219 1.1 christos else \
220 1.1 christos dir2="../$$dir2"; \
221 1.1 christos fi; \
222 1.1 christos dir0="$$dir0"/"$$first"; \
223 1.1 christos fi; \
224 1.1 christos fi; \
225 1.1 christos dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226 1.1 christos done; \
227 1.1 christos reldir="$$dir2"
228 1.1 christos DIST_ARCHIVES = $(distdir).tar.gz
229 1.1 christos GZIP_ENV = --best
230 1.1 christos DIST_TARGETS = dist-gzip
231 1.1 christos distuninstallcheck_listfiles = find . -type f -print
232 1.1 christos am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
233 1.1 christos | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
234 1.1 christos distcleancheck_listfiles = find . -type f -print
235 1.1 christos A = @A@
236 1.1 christos ACLOCAL = @ACLOCAL@
237 1.1 christos AMTAR = @AMTAR@
238 1.1 christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
239 1.1 christos AR = @AR@
240 1.1 christos ATF_BIN = @ATF_BIN@
241 1.1 christos ATF_CFLAGS = @ATF_CFLAGS@
242 1.1 christos ATF_LDFLAGS = @ATF_LDFLAGS@
243 1.1 christos AUTOCONF = @AUTOCONF@
244 1.1 christos AUTOHEADER = @AUTOHEADER@
245 1.1 christos AUTOMAKE = @AUTOMAKE@
246 1.1 christos AWK = @AWK@
247 1.1 christos BINDCONFIG = @BINDCONFIG@
248 1.1 christos BINDDIR = @BINDDIR@
249 1.1 christos BINDIOMUX = @BINDIOMUX@
250 1.1 christos BINDLIBDNSDIR = @BINDLIBDNSDIR@
251 1.1 christos BINDLIBIRSDIR = @BINDLIBIRSDIR@
252 1.1 christos BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
253 1.1 christos BINDLIBISCDIR = @BINDLIBISCDIR@
254 1.1 christos BINDLT = @BINDLT@
255 1.1 christos BINDSRCDIR = @BINDSRCDIR@
256 1.1 christos BINDSUBDIR = @BINDSUBDIR@
257 1.1 christos CC = @CC@
258 1.1 christos CCDEPMODE = @CCDEPMODE@
259 1.1 christos CFLAGS = @CFLAGS@
260 1.1 christos CPP = @CPP@
261 1.1 christos CPPFLAGS = @CPPFLAGS@
262 1.1 christos CYGPATH_W = @CYGPATH_W@
263 1.1 christos DEFS = @DEFS@
264 1.1 christos DEPDIR = @DEPDIR@
265 1.1 christos DHLIBS = @DHLIBS@
266 1.1 christos DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
267 1.1 christos DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
268 1.1 christos DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
269 1.1 christos ECHO_C = @ECHO_C@
270 1.1 christos ECHO_N = @ECHO_N@
271 1.1 christos ECHO_T = @ECHO_T@
272 1.1 christos EGREP = @EGREP@
273 1.1 christos EXEEXT = @EXEEXT@
274 1.1 christos GREP = @GREP@
275 1.1 christos INSTALL = @INSTALL@
276 1.1 christos INSTALL_DATA = @INSTALL_DATA@
277 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
278 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
279 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
280 1.1 christos LDAP_CFLAGS = @LDAP_CFLAGS@
281 1.1 christos LDAP_LIBS = @LDAP_LIBS@
282 1.1 christos LDFLAGS = @LDFLAGS@
283 1.1 christos LIBOBJS = @LIBOBJS@
284 1.1 christos LIBS = @LIBS@
285 1.1 christos LTLIBOBJS = @LTLIBOBJS@
286 1.1 christos MAINT = @MAINT@
287 1.1 christos MAKEINFO = @MAKEINFO@
288 1.1 christos MKDIR_P = @MKDIR_P@
289 1.1 christos OBJEXT = @OBJEXT@
290 1.1 christos PACKAGE = @PACKAGE@
291 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@
293 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@
294 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
295 1.1 christos PACKAGE_URL = @PACKAGE_URL@
296 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@
297 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@
298 1.1 christos Q = @Q@
299 1.1 christos RANLIB = @RANLIB@
300 1.1 christos SET_MAKE = @SET_MAKE@
301 1.1 christos SHELL = @SHELL@
302 1.1 christos STRIP = @STRIP@
303 1.1 christos UNITTESTS = @UNITTESTS@
304 1.1 christos VERSION = @VERSION@
305 1.1 christos abs_builddir = @abs_builddir@
306 1.1 christos abs_srcdir = @abs_srcdir@
307 1.1 christos abs_top_builddir = @abs_top_builddir@
308 1.1 christos abs_top_srcdir = @abs_top_srcdir@
309 1.1 christos ac_ct_CC = @ac_ct_CC@
310 1.1 christos ac_prefix_program = @ac_prefix_program@
311 1.1 christos am__include = @am__include@
312 1.1 christos am__leading_dot = @am__leading_dot@
313 1.1 christos am__quote = @am__quote@
314 1.1 christos am__tar = @am__tar@
315 1.1 christos am__untar = @am__untar@
316 1.1 christos bindir = @bindir@
317 1.1 christos build = @build@
318 1.1 christos build_alias = @build_alias@
319 1.1 christos build_cpu = @build_cpu@
320 1.1 christos build_os = @build_os@
321 1.1 christos build_vendor = @build_vendor@
322 1.1 christos builddir = @builddir@
323 1.1 christos byte_order = @byte_order@
324 1.1 christos datadir = @datadir@
325 1.1 christos datarootdir = @datarootdir@
326 1.1 christos docdir = @docdir@
327 1.1 christos dvidir = @dvidir@
328 1.1 christos exec_prefix = @exec_prefix@
329 1.1 christos host = @host@
330 1.1 christos host_alias = @host_alias@
331 1.1 christos host_cpu = @host_cpu@
332 1.1 christos host_os = @host_os@
333 1.1 christos host_vendor = @host_vendor@
334 1.1 christos htmldir = @htmldir@
335 1.1 christos includedir = @includedir@
336 1.1 christos infodir = @infodir@
337 1.1 christos install_sh = @install_sh@
338 1.1 christos libdir = @libdir@
339 1.1 christos libexecdir = @libexecdir@
340 1.1 christos localedir = @localedir@
341 1.1 christos localstatedir = @localstatedir@
342 1.1 christos mandir = @mandir@
343 1.1 christos mkdir_p = @mkdir_p@
344 1.1 christos oldincludedir = @oldincludedir@
345 1.1 christos pdfdir = @pdfdir@
346 1.1 christos pkgcfg_found = @pkgcfg_found@
347 1.1 christos prefix = @prefix@
348 1.1 christos program_transform_name = @program_transform_name@
349 1.1 christos psdir = @psdir@
350 1.1 christos sbindir = @sbindir@
351 1.1 christos sharedstatedir = @sharedstatedir@
352 1.1 christos srcdir = @srcdir@
353 1.1 christos sysconfdir = @sysconfdir@
354 1.1 christos target_alias = @target_alias@
355 1.1 christos top_build_prefix = @top_build_prefix@
356 1.1 christos top_builddir = @top_builddir@
357 1.1 christos top_srcdir = @top_srcdir@
358 1.1 christos
359 1.1 christos #
360 1.1 christos # for libtool
361 1.1 christos #
362 1.1 christos ACLOCAL_AMFLAGS = -I m4
363 1.1 christos
364 1.1 christos #
365 1.1 christos # We have a lot of files that we want shipped with the distribution.
366 1.1 christos #
367 1.1 christos EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
368 1.1 christos contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
369 1.1 christos contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
370 1.1 christos contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
371 1.1 christos contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
372 1.1 christos contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
373 1.1 christos contrib/dhcp-lease-list.pl doc/BIND-libraries \
374 1.1 christos doc/DHCPv4-over-DHCPv6 doc/IANA-arp-parameters doc/Makefile \
375 1.1 christos doc/References.html doc/References.txt doc/References.xml \
376 1.1 christos doc/api+protocol doc/ja_JP.eucJP/dhclient-script.8 \
377 1.1 christos doc/ja_JP.eucJP/dhclient.8 doc/ja_JP.eucJP/dhclient.conf.5 \
378 1.1 christos doc/ja_JP.eucJP/dhclient.leases.5 doc/ja_JP.eucJP/dhcp-eval.5 \
379 1.1 christos doc/ja_JP.eucJP/dhcp-options.5 \
380 1.1 christos doc/examples/dhclient-dhcpv6.conf \
381 1.1 christos doc/examples/dhcpd-dhcpv6.conf doc/devel/arch.dox \
382 1.1 christos doc/devel/atf.dox doc/devel/contrib.dox doc/devel/debug.dox \
383 1.1 christos doc/devel/isc-logo.jpg doc/devel/libtool.dox \
384 1.1 christos doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
385 1.1 christos client/tests/Atffile common/tests/Atffile server/tests/Atffile \
386 1.1 christos client/tests/Kyuafile common/tests/Kyuafile \
387 1.1.1.2 christos server/tests/Kyuafile m4/README CONTRIBUTING.md \
388 1.1.1.2 christos $(am__append_1)
389 1.1 christos
390 1.1 christos # Use an autoconf substitution vs an automake conditional here
391 1.1 christos # to fool automake when the bind directory does not exist.
392 1.1 christos SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server
393 1.1.1.2 christos DIST_SUBDIRS = $(SUBDIRS) keama
394 1.1 christos nobase_include_HEADERS = dhcpctl/dhcpctl.h
395 1.1 christos
396 1.1 christos #
397 1.1 christos # distcheck tuning
398 1.1 christos #
399 1.1 christos DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_ATF_CONFIGURE_FLAG@ \
400 1.1 christos @DISTCHECK_LIBBIND_CONFIGURE_FLAG@ \
401 1.1 christos @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@ $(am__empty)
402 1.1 christos all: all-recursive
403 1.1 christos
404 1.1 christos .SUFFIXES:
405 1.1 christos am--refresh: Makefile
406 1.1 christos @:
407 1.1 christos $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
408 1.1 christos @for dep in $?; do \
409 1.1 christos case '$(am__configure_deps)' in \
410 1.1 christos *$$dep*) \
411 1.1 christos echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
412 1.1 christos $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
413 1.1 christos && exit 0; \
414 1.1 christos exit 1;; \
415 1.1 christos esac; \
416 1.1 christos done; \
417 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
418 1.1 christos $(am__cd) $(top_srcdir) && \
419 1.1 christos $(AUTOMAKE) --foreign Makefile
420 1.1 christos
421 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
422 1.1 christos $(SHELL) ./config.status --recheck
423 1.1 christos
424 1.1 christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
425 1.1 christos $(am__cd) $(srcdir) && $(AUTOCONF)
426 1.1 christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
427 1.1 christos $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
428 1.1 christos $(am__aclocal_m4_deps):
429 1.1 christos doc/devel/doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/devel/doxyfile.in
430 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $@
431 1.1 christos install-nobase_includeHEADERS: $(nobase_include_HEADERS)
432 1.1 christos @$(NORMAL_INSTALL)
433 1.1 christos @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
434 1.1 christos if test -n "$$list"; then \
435 1.1 christos echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
436 1.1 christos $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
437 1.1 christos fi; \
438 1.1 christos $(am__nobase_list) | while read dir files; do \
439 1.1 christos xfiles=; for file in $$files; do \
440 1.1 christos if test -f "$$file"; then xfiles="$$xfiles $$file"; \
441 1.1 christos else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
442 1.1 christos test -z "$$xfiles" || { \
443 1.1 christos test "x$$dir" = x. || { \
444 1.1 christos echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
445 1.1 christos $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
446 1.1 christos echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
447 1.1 christos $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
448 1.1 christos done
449 1.1 christos
450 1.1 christos uninstall-nobase_includeHEADERS:
451 1.1 christos @$(NORMAL_UNINSTALL)
452 1.1 christos @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
453 1.1 christos $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
454 1.1 christos dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
455 1.1 christos
456 1.1 christos # This directory's subdirectories are mostly independent; you can cd
457 1.1 christos # into them and run 'make' without going through this Makefile.
458 1.1 christos # To change the values of 'make' variables: instead of editing Makefiles,
459 1.1 christos # (1) if the variable is set in 'config.status', edit 'config.status'
460 1.1 christos # (which will cause the Makefiles to be regenerated when you run 'make');
461 1.1 christos # (2) otherwise, pass the desired values on the 'make' command line.
462 1.1 christos $(am__recursive_targets):
463 1.1 christos @fail=; \
464 1.1 christos if $(am__make_keepgoing); then \
465 1.1 christos failcom='fail=yes'; \
466 1.1 christos else \
467 1.1 christos failcom='exit 1'; \
468 1.1 christos fi; \
469 1.1 christos dot_seen=no; \
470 1.1 christos target=`echo $@ | sed s/-recursive//`; \
471 1.1 christos case "$@" in \
472 1.1 christos distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
473 1.1 christos *) list='$(SUBDIRS)' ;; \
474 1.1 christos esac; \
475 1.1 christos for subdir in $$list; do \
476 1.1 christos echo "Making $$target in $$subdir"; \
477 1.1 christos if test "$$subdir" = "."; then \
478 1.1 christos dot_seen=yes; \
479 1.1 christos local_target="$$target-am"; \
480 1.1 christos else \
481 1.1 christos local_target="$$target"; \
482 1.1 christos fi; \
483 1.1 christos ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
484 1.1 christos || eval $$failcom; \
485 1.1 christos done; \
486 1.1 christos if test "$$dot_seen" = "no"; then \
487 1.1 christos $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
488 1.1 christos fi; test -z "$$fail"
489 1.1 christos
490 1.1 christos ID: $(am__tagged_files)
491 1.1 christos $(am__define_uniq_tagged_files); mkid -fID $$unique
492 1.1 christos tags: tags-recursive
493 1.1 christos TAGS: tags
494 1.1 christos
495 1.1 christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496 1.1 christos set x; \
497 1.1 christos here=`pwd`; \
498 1.1 christos if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499 1.1 christos include_option=--etags-include; \
500 1.1 christos empty_fix=.; \
501 1.1 christos else \
502 1.1 christos include_option=--include; \
503 1.1 christos empty_fix=; \
504 1.1 christos fi; \
505 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \
506 1.1 christos if test "$$subdir" = .; then :; else \
507 1.1 christos test ! -f $$subdir/TAGS || \
508 1.1 christos set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
509 1.1 christos fi; \
510 1.1 christos done; \
511 1.1 christos $(am__define_uniq_tagged_files); \
512 1.1 christos shift; \
513 1.1 christos if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514 1.1 christos test -n "$$unique" || unique=$$empty_fix; \
515 1.1 christos if test $$# -gt 0; then \
516 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 1.1 christos "$$@" $$unique; \
518 1.1 christos else \
519 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520 1.1 christos $$unique; \
521 1.1 christos fi; \
522 1.1 christos fi
523 1.1 christos ctags: ctags-recursive
524 1.1 christos
525 1.1 christos CTAGS: ctags
526 1.1 christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
527 1.1 christos $(am__define_uniq_tagged_files); \
528 1.1 christos test -z "$(CTAGS_ARGS)$$unique" \
529 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530 1.1 christos $$unique
531 1.1 christos
532 1.1 christos GTAGS:
533 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \
534 1.1 christos && $(am__cd) $(top_srcdir) \
535 1.1 christos && gtags -i $(GTAGS_ARGS) "$$here"
536 1.1 christos cscope: cscope.files
537 1.1 christos test ! -s cscope.files \
538 1.1 christos || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
539 1.1 christos clean-cscope:
540 1.1 christos -rm -f cscope.files
541 1.1 christos cscope.files: clean-cscope cscopelist
542 1.1 christos cscopelist: cscopelist-recursive
543 1.1 christos
544 1.1 christos cscopelist-am: $(am__tagged_files)
545 1.1 christos list='$(am__tagged_files)'; \
546 1.1 christos case "$(srcdir)" in \
547 1.1 christos [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
548 1.1 christos *) sdir=$(subdir)/$(srcdir) ;; \
549 1.1 christos esac; \
550 1.1 christos for i in $$list; do \
551 1.1 christos if test -f "$$i"; then \
552 1.1 christos echo "$(subdir)/$$i"; \
553 1.1 christos else \
554 1.1 christos echo "$$sdir/$$i"; \
555 1.1 christos fi; \
556 1.1 christos done >> $(top_builddir)/cscope.files
557 1.1 christos
558 1.1 christos distclean-tags:
559 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
560 1.1 christos -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
561 1.1 christos
562 1.1.1.2 christos distdir: $(BUILT_SOURCES)
563 1.1.1.2 christos $(MAKE) $(AM_MAKEFLAGS) distdir-am
564 1.1.1.2 christos
565 1.1.1.2 christos distdir-am: $(DISTFILES)
566 1.1 christos $(am__remove_distdir)
567 1.1 christos test -d "$(distdir)" || mkdir "$(distdir)"
568 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570 1.1 christos list='$(DISTFILES)'; \
571 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \
572 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \
573 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
574 1.1 christos case $$dist_files in \
575 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \
576 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
577 1.1 christos sort -u` ;; \
578 1.1 christos esac; \
579 1.1 christos for file in $$dist_files; do \
580 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581 1.1 christos if test -d $$d/$$file; then \
582 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
583 1.1 christos if test -d "$(distdir)/$$file"; then \
584 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585 1.1 christos fi; \
586 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587 1.1 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
588 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589 1.1 christos fi; \
590 1.1 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
591 1.1 christos else \
592 1.1 christos test -f "$(distdir)/$$file" \
593 1.1 christos || cp -p $$d/$$file "$(distdir)/$$file" \
594 1.1 christos || exit 1; \
595 1.1 christos fi; \
596 1.1 christos done
597 1.1 christos @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
598 1.1 christos if test "$$subdir" = .; then :; else \
599 1.1 christos $(am__make_dryrun) \
600 1.1 christos || test -d "$(distdir)/$$subdir" \
601 1.1 christos || $(MKDIR_P) "$(distdir)/$$subdir" \
602 1.1 christos || exit 1; \
603 1.1 christos dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
604 1.1 christos $(am__relativize); \
605 1.1 christos new_distdir=$$reldir; \
606 1.1 christos dir1=$$subdir; dir2="$(top_distdir)"; \
607 1.1 christos $(am__relativize); \
608 1.1 christos new_top_distdir=$$reldir; \
609 1.1 christos echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
610 1.1 christos echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
611 1.1 christos ($(am__cd) $$subdir && \
612 1.1 christos $(MAKE) $(AM_MAKEFLAGS) \
613 1.1 christos top_distdir="$$new_top_distdir" \
614 1.1 christos distdir="$$new_distdir" \
615 1.1 christos am__remove_distdir=: \
616 1.1 christos am__skip_length_check=: \
617 1.1 christos am__skip_mode_fix=: \
618 1.1 christos distdir) \
619 1.1 christos || exit 1; \
620 1.1 christos fi; \
621 1.1 christos done
622 1.1 christos -test -n "$(am__skip_mode_fix)" \
623 1.1 christos || find "$(distdir)" -type d ! -perm -755 \
624 1.1 christos -exec chmod u+rwx,go+rx {} \; -o \
625 1.1 christos ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
626 1.1 christos ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
627 1.1 christos ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
628 1.1 christos || chmod -R a+r "$(distdir)"
629 1.1 christos dist-gzip: distdir
630 1.1.1.2 christos tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
631 1.1 christos $(am__post_remove_distdir)
632 1.1 christos
633 1.1 christos dist-bzip2: distdir
634 1.1 christos tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
635 1.1 christos $(am__post_remove_distdir)
636 1.1 christos
637 1.1 christos dist-lzip: distdir
638 1.1 christos tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
639 1.1 christos $(am__post_remove_distdir)
640 1.1 christos
641 1.1 christos dist-xz: distdir
642 1.1 christos tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
643 1.1 christos $(am__post_remove_distdir)
644 1.1 christos
645 1.1.1.3 christos dist-zstd: distdir
646 1.1.1.3 christos tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
647 1.1.1.3 christos $(am__post_remove_distdir)
648 1.1.1.3 christos
649 1.1 christos dist-tarZ: distdir
650 1.1 christos @echo WARNING: "Support for distribution archives compressed with" \
651 1.1 christos "legacy program 'compress' is deprecated." >&2
652 1.1 christos @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
653 1.1 christos tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
654 1.1 christos $(am__post_remove_distdir)
655 1.1 christos
656 1.1 christos dist-shar: distdir
657 1.1 christos @echo WARNING: "Support for shar distribution archives is" \
658 1.1 christos "deprecated." >&2
659 1.1 christos @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
660 1.1.1.2 christos shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
661 1.1 christos $(am__post_remove_distdir)
662 1.1 christos
663 1.1 christos dist-zip: distdir
664 1.1 christos -rm -f $(distdir).zip
665 1.1 christos zip -rq $(distdir).zip $(distdir)
666 1.1 christos $(am__post_remove_distdir)
667 1.1 christos
668 1.1 christos dist dist-all:
669 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
670 1.1 christos $(am__post_remove_distdir)
671 1.1 christos
672 1.1 christos # This target untars the dist file and tries a VPATH configuration. Then
673 1.1 christos # it guarantees that the distribution is self-contained by making another
674 1.1 christos # tarfile.
675 1.1 christos distcheck: dist
676 1.1 christos case '$(DIST_ARCHIVES)' in \
677 1.1 christos *.tar.gz*) \
678 1.1.1.2 christos eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
679 1.1 christos *.tar.bz2*) \
680 1.1 christos bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
681 1.1 christos *.tar.lz*) \
682 1.1 christos lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
683 1.1 christos *.tar.xz*) \
684 1.1 christos xz -dc $(distdir).tar.xz | $(am__untar) ;;\
685 1.1 christos *.tar.Z*) \
686 1.1 christos uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
687 1.1 christos *.shar.gz*) \
688 1.1.1.2 christos eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
689 1.1 christos *.zip*) \
690 1.1 christos unzip $(distdir).zip ;;\
691 1.1.1.3 christos *.tar.zst*) \
692 1.1.1.3 christos zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
693 1.1 christos esac
694 1.1 christos chmod -R a-w $(distdir)
695 1.1 christos chmod u+w $(distdir)
696 1.1 christos mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
697 1.1 christos chmod a-w $(distdir)
698 1.1 christos test -d $(distdir)/_build || exit 0; \
699 1.1 christos dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
700 1.1 christos && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
701 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
702 1.1 christos && am__cwd=`pwd` \
703 1.1 christos && $(am__cd) $(distdir)/_build/sub \
704 1.1 christos && ../../configure \
705 1.1 christos $(AM_DISTCHECK_CONFIGURE_FLAGS) \
706 1.1 christos $(DISTCHECK_CONFIGURE_FLAGS) \
707 1.1 christos --srcdir=../.. --prefix="$$dc_install_base" \
708 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) \
709 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dvi \
710 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) check \
711 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) install \
712 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) installcheck \
713 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) uninstall \
714 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
715 1.1 christos distuninstallcheck \
716 1.1 christos && chmod -R a-w "$$dc_install_base" \
717 1.1 christos && ({ \
718 1.1 christos (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
719 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
720 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
721 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
722 1.1 christos distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
723 1.1 christos } || { rm -rf "$$dc_destdir"; exit 1; }) \
724 1.1 christos && rm -rf "$$dc_destdir" \
725 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dist \
726 1.1 christos && rm -rf $(DIST_ARCHIVES) \
727 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
728 1.1 christos && cd "$$am__cwd" \
729 1.1 christos || exit 1
730 1.1 christos $(am__post_remove_distdir)
731 1.1 christos @(echo "$(distdir) archives ready for distribution: "; \
732 1.1 christos list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
733 1.1 christos sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
734 1.1 christos distuninstallcheck:
735 1.1 christos @test -n '$(distuninstallcheck_dir)' || { \
736 1.1 christos echo 'ERROR: trying to run $@ with an empty' \
737 1.1 christos '$$(distuninstallcheck_dir)' >&2; \
738 1.1 christos exit 1; \
739 1.1 christos }; \
740 1.1 christos $(am__cd) '$(distuninstallcheck_dir)' || { \
741 1.1 christos echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
742 1.1 christos exit 1; \
743 1.1 christos }; \
744 1.1 christos test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
745 1.1 christos || { echo "ERROR: files left after uninstall:" ; \
746 1.1 christos if test -n "$(DESTDIR)"; then \
747 1.1 christos echo " (check DESTDIR support)"; \
748 1.1 christos fi ; \
749 1.1 christos $(distuninstallcheck_listfiles) ; \
750 1.1 christos exit 1; } >&2
751 1.1 christos distcleancheck: distclean
752 1.1 christos @if test '$(srcdir)' = . ; then \
753 1.1 christos echo "ERROR: distcleancheck can only run from a VPATH build" ; \
754 1.1 christos exit 1 ; \
755 1.1 christos fi
756 1.1 christos @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
757 1.1 christos || { echo "ERROR: files left in build directory after distclean:" ; \
758 1.1 christos $(distcleancheck_listfiles) ; \
759 1.1 christos exit 1; } >&2
760 1.1 christos check-am: all-am
761 1.1 christos check: check-recursive
762 1.1 christos all-am: Makefile $(HEADERS)
763 1.1 christos installdirs: installdirs-recursive
764 1.1 christos installdirs-am:
765 1.1 christos for dir in "$(DESTDIR)$(includedir)"; do \
766 1.1 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \
767 1.1 christos done
768 1.1 christos install: install-recursive
769 1.1 christos install-exec: install-exec-recursive
770 1.1 christos install-data: install-data-recursive
771 1.1 christos uninstall: uninstall-recursive
772 1.1 christos
773 1.1 christos install-am: all-am
774 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
775 1.1 christos
776 1.1 christos installcheck: installcheck-recursive
777 1.1 christos install-strip:
778 1.1 christos if test -z '$(STRIP)'; then \
779 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
780 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
781 1.1 christos install; \
782 1.1 christos else \
783 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
784 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
785 1.1 christos "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
786 1.1 christos fi
787 1.1 christos mostlyclean-generic:
788 1.1 christos
789 1.1 christos clean-generic:
790 1.1 christos
791 1.1 christos distclean-generic:
792 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
793 1.1 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
794 1.1 christos
795 1.1 christos maintainer-clean-generic:
796 1.1 christos @echo "This command is intended for maintainers to use"
797 1.1 christos @echo "it deletes files that may require special tools to rebuild."
798 1.1 christos clean: clean-recursive
799 1.1 christos
800 1.1 christos clean-am: clean-generic mostlyclean-am
801 1.1 christos
802 1.1 christos distclean: distclean-recursive
803 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES)
804 1.1 christos -rm -f Makefile
805 1.1 christos distclean-am: clean-am distclean-generic distclean-local \
806 1.1 christos distclean-tags
807 1.1 christos
808 1.1 christos dvi: dvi-recursive
809 1.1 christos
810 1.1 christos dvi-am:
811 1.1 christos
812 1.1 christos html: html-recursive
813 1.1 christos
814 1.1 christos html-am:
815 1.1 christos
816 1.1 christos info: info-recursive
817 1.1 christos
818 1.1 christos info-am:
819 1.1 christos
820 1.1 christos install-data-am: install-nobase_includeHEADERS
821 1.1 christos
822 1.1 christos install-dvi: install-dvi-recursive
823 1.1 christos
824 1.1 christos install-dvi-am:
825 1.1 christos
826 1.1 christos install-exec-am:
827 1.1 christos
828 1.1 christos install-html: install-html-recursive
829 1.1 christos
830 1.1 christos install-html-am:
831 1.1 christos
832 1.1 christos install-info: install-info-recursive
833 1.1 christos
834 1.1 christos install-info-am:
835 1.1 christos
836 1.1 christos install-man:
837 1.1 christos
838 1.1 christos install-pdf: install-pdf-recursive
839 1.1 christos
840 1.1 christos install-pdf-am:
841 1.1 christos
842 1.1 christos install-ps: install-ps-recursive
843 1.1 christos
844 1.1 christos install-ps-am:
845 1.1 christos
846 1.1 christos installcheck-am:
847 1.1 christos
848 1.1 christos maintainer-clean: maintainer-clean-recursive
849 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES)
850 1.1 christos -rm -rf $(top_srcdir)/autom4te.cache
851 1.1 christos -rm -f Makefile
852 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic
853 1.1 christos
854 1.1 christos mostlyclean: mostlyclean-recursive
855 1.1 christos
856 1.1 christos mostlyclean-am: mostlyclean-generic
857 1.1 christos
858 1.1 christos pdf: pdf-recursive
859 1.1 christos
860 1.1 christos pdf-am:
861 1.1 christos
862 1.1 christos ps: ps-recursive
863 1.1 christos
864 1.1 christos ps-am:
865 1.1 christos
866 1.1 christos uninstall-am: uninstall-nobase_includeHEADERS
867 1.1 christos
868 1.1 christos .MAKE: $(am__recursive_targets) install-am install-strip
869 1.1 christos
870 1.1 christos .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
871 1.1 christos am--refresh check check-am clean clean-cscope clean-generic \
872 1.1 christos cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
873 1.1 christos dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
874 1.1.1.3 christos dist-zstd distcheck distclean distclean-generic \
875 1.1.1.3 christos distclean-local distclean-tags distcleancheck distdir \
876 1.1.1.3 christos distuninstallcheck dvi dvi-am html html-am info info-am \
877 1.1.1.3 christos install install-am install-data install-data-am install-dvi \
878 1.1.1.3 christos install-dvi-am install-exec install-exec-am install-html \
879 1.1.1.3 christos install-html-am install-info install-info-am install-man \
880 1.1 christos install-nobase_includeHEADERS install-pdf install-pdf-am \
881 1.1 christos install-ps install-ps-am install-strip installcheck \
882 1.1 christos installcheck-am installdirs installdirs-am maintainer-clean \
883 1.1 christos maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
884 1.1 christos pdf-am ps ps-am tags tags-am uninstall uninstall-am \
885 1.1 christos uninstall-nobase_includeHEADERS
886 1.1 christos
887 1.1 christos .PRECIOUS: Makefile
888 1.1 christos
889 1.1 christos
890 1.1 christos #
891 1.1 christos # automake adds dependencies that we don't like, so we explicitly remove them
892 1.1 christos #
893 1.1 christos Makefile:
894 1.1 christos
895 1.1 christos distcheck-hook:
896 1.1 christos @HAVE_BINDDIR_TRUE@ chmod u+w $(distdir)/bind
897 1.1 christos
898 1.1 christos distclean-local:
899 1.1 christos rm -f config.report
900 1.1 christos
901 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
902 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded.
903 1.1 christos .NOEXPORT:
904