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