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