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