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