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