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