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