]> git.ipfire.org Git - thirdparty/dhcp.git/blame - Makefile.in
[rt25901_atf] autotool files regenerated
[thirdparty/dhcp.git] / Makefile.in
CommitLineData
1b658b9b 1# Makefile.in generated by automake 1.10.1 from Makefile.am.
da59e03d 2# @configure_input@
fe5b0fdd 3
da59e03d 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1b658b9b 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
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
DH
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
da59e03d 21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
da59e03d
DH
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
fe5b0fdd
DH
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
da59e03d
DH
33subdir = .
34DIST_COMMON = README $(am__configure_deps) $(nobase_include_HEADERS) \
35 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
5fe45d07
TM
36 $(top_srcdir)/configure $(top_srcdir)/doc/devel/doxyfile.in \
37 depcomp install-sh missing
da59e03d
DH
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 $(ACLOCAL_M4)
42am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1b658b9b 43 configure.lineno config.status.lineno
da59e03d
DH
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/includes/config.h
5fe45d07 46CONFIG_CLEAN_FILES = doc/devel/doxyfile
da59e03d
DH
47SOURCES =
48DIST_SOURCES =
49RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50 html-recursive info-recursive install-data-recursive \
1b658b9b
DH
51 install-dvi-recursive install-exec-recursive \
52 install-html-recursive install-info-recursive \
53 install-pdf-recursive install-ps-recursive install-recursive \
54 installcheck-recursive installdirs-recursive pdf-recursive \
55 ps-recursive uninstall-recursive
da59e03d
DH
56am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57am__vpath_adj = case $$p in \
58 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59 *) f=$$p;; \
60 esac;
61am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
62am__installdirs = "$(DESTDIR)$(includedir)"
63nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
64HEADERS = $(nobase_include_HEADERS)
1b658b9b
DH
65RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66 distclean-recursive maintainer-clean-recursive
da59e03d
DH
67ETAGS = etags
68CTAGS = ctags
69DIST_SUBDIRS = $(SUBDIRS)
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71distdir = $(PACKAGE)-$(VERSION)
72top_distdir = $(distdir)
73am__remove_distdir = \
74 { test ! -d $(distdir) \
75 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
76 && rm -fr $(distdir); }; }
77DIST_ARCHIVES = $(distdir).tar.gz
78GZIP_ENV = --best
79distuninstallcheck_listfiles = find . -type f -print
80distcleancheck_listfiles = find . -type f -print
81ACLOCAL = @ACLOCAL@
da59e03d 82AMTAR = @AMTAR@
06fb929c
TM
83ATF_CFLAGS = @ATF_CFLAGS@
84ATF_LDFLAGS = @ATF_LDFLAGS@
da59e03d
DH
85AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
88AWK = @AWK@
fe5b0fdd 89CC = @CC@
da59e03d
DH
90CCDEPMODE = @CCDEPMODE@
91CFLAGS = @CFLAGS@
92CPP = @CPP@
93CPPFLAGS = @CPPFLAGS@
94CYGPATH_W = @CYGPATH_W@
95DEFS = @DEFS@
96DEPDIR = @DEPDIR@
97ECHO_C = @ECHO_C@
98ECHO_N = @ECHO_N@
99ECHO_T = @ECHO_T@
100EGREP = @EGREP@
101EXEEXT = @EXEEXT@
78f16d27 102GREP = @GREP@
1b658b9b 103INSTALL = @INSTALL@
da59e03d
DH
104INSTALL_DATA = @INSTALL_DATA@
105INSTALL_PROGRAM = @INSTALL_PROGRAM@
106INSTALL_SCRIPT = @INSTALL_SCRIPT@
107INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1b658b9b 108LDAP_CFLAGS = @LDAP_CFLAGS@
da59e03d
DH
109LDFLAGS = @LDFLAGS@
110LIBOBJS = @LIBOBJS@
111LIBS = @LIBS@
112LTLIBOBJS = @LTLIBOBJS@
aa46f178 113MAINT = @MAINT@
fe5b0fdd 114MAKEINFO = @MAKEINFO@
1b658b9b 115MKDIR_P = @MKDIR_P@
da59e03d 116OBJEXT = @OBJEXT@
fe5b0fdd 117PACKAGE = @PACKAGE@
da59e03d
DH
118PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
119PACKAGE_NAME = @PACKAGE_NAME@
120PACKAGE_STRING = @PACKAGE_STRING@
121PACKAGE_TARNAME = @PACKAGE_TARNAME@
76f4993d 122PACKAGE_URL = @PACKAGE_URL@
da59e03d
DH
123PACKAGE_VERSION = @PACKAGE_VERSION@
124PATH_SEPARATOR = @PATH_SEPARATOR@
fe5b0fdd 125RANLIB = @RANLIB@
da59e03d
DH
126SET_MAKE = @SET_MAKE@
127SHELL = @SHELL@
128STRIP = @STRIP@
fe5b0fdd 129VERSION = @VERSION@
1b658b9b
DH
130abs_builddir = @abs_builddir@
131abs_srcdir = @abs_srcdir@
132abs_top_builddir = @abs_top_builddir@
133abs_top_srcdir = @abs_top_srcdir@
da59e03d 134ac_ct_CC = @ac_ct_CC@
0c5673bc 135ac_prefix_program = @ac_prefix_program@
da59e03d
DH
136am__include = @am__include@
137am__leading_dot = @am__leading_dot@
138am__quote = @am__quote@
139am__tar = @am__tar@
140am__untar = @am__untar@
141bindir = @bindir@
142build_alias = @build_alias@
1b658b9b 143builddir = @builddir@
fe5b0fdd 144byte_order = @byte_order@
da59e03d 145datadir = @datadir@
78f16d27
DH
146datarootdir = @datarootdir@
147docdir = @docdir@
148dvidir = @dvidir@
da59e03d
DH
149exec_prefix = @exec_prefix@
150host_alias = @host_alias@
78f16d27 151htmldir = @htmldir@
da59e03d
DH
152includedir = @includedir@
153infodir = @infodir@
154install_sh = @install_sh@
155libdir = @libdir@
156libexecdir = @libexecdir@
78f16d27 157localedir = @localedir@
da59e03d
DH
158localstatedir = @localstatedir@
159mandir = @mandir@
160mkdir_p = @mkdir_p@
161oldincludedir = @oldincludedir@
78f16d27 162pdfdir = @pdfdir@
da59e03d
DH
163prefix = @prefix@
164program_transform_name = @program_transform_name@
78f16d27 165psdir = @psdir@
da59e03d
DH
166sbindir = @sbindir@
167sharedstatedir = @sharedstatedir@
1b658b9b 168srcdir = @srcdir@
da59e03d
DH
169sysconfdir = @sysconfdir@
170target_alias = @target_alias@
4d5c7601 171top_build_prefix = @top_build_prefix@
1b658b9b
DH
172top_builddir = @top_builddir@
173top_srcdir = @top_srcdir@
6ecda39c
SK
174
175#
176# We have a lot of files that we want shipped with the distribution.
177#
1e8eb353 178EXTRA_DIST = RELNOTES LICENSE \
2dbf58ff 179 contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
da59e03d
DH
180 contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
181 contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
1b658b9b
DH
182 contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
183 contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
da59e03d
DH
184 doc/IANA-arp-parameters doc/Makefile doc/References.html \
185 doc/References.txt doc/References.xml doc/api+protocol \
186 doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
187 doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
78f16d27 188 doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
3da01c08 189 doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
f2a0c9b7
SR
190 util/bindvar.sh \
191 bind/Makefile bind/bind.tar.gz bind/version.tmp
6ecda39c 192
f2a0c9b7 193SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
fe5b0fdd 194nobase_include_HEADERS = dhcpctl/dhcpctl.h
da59e03d 195all: all-recursive
fe5b0fdd
DH
196
197.SUFFIXES:
da59e03d
DH
198am--refresh:
199 @:
aa46f178 200$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
da59e03d
DH
201 @for dep in $?; do \
202 case '$(am__configure_deps)' in \
203 *$$dep*) \
204 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
205 cd $(srcdir) && $(AUTOMAKE) --foreign \
206 && exit 0; \
207 exit 1;; \
208 esac; \
209 done; \
210 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
211 cd $(top_srcdir) && \
212 $(AUTOMAKE) --foreign Makefile
213.PRECIOUS: Makefile
fe5b0fdd 214
da59e03d 215$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
dff902ba 216 $(SHELL) ./config.status --recheck
da59e03d 217
aa46f178 218$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
fe5b0fdd 219 cd $(srcdir) && $(AUTOCONF)
aa46f178 220$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
da59e03d 221 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
5fe45d07
TM
222doc/devel/doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/devel/doxyfile.in
223 cd $(top_builddir) && $(SHELL) ./config.status $@
da59e03d
DH
224install-nobase_includeHEADERS: $(nobase_include_HEADERS)
225 @$(NORMAL_INSTALL)
1b658b9b 226 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
da59e03d
DH
227 @$(am__vpath_adj_setup) \
228 list='$(nobase_include_HEADERS)'; for p in $$list; do \
229 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
230 $(am__vpath_adj) \
231 echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
232 $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
233 done
fe5b0fdd 234
da59e03d
DH
235uninstall-nobase_includeHEADERS:
236 @$(NORMAL_UNINSTALL)
237 @$(am__vpath_adj_setup) \
238 list='$(nobase_include_HEADERS)'; for p in $$list; do \
239 $(am__vpath_adj) \
240 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
241 rm -f "$(DESTDIR)$(includedir)/$$f"; \
242 done
fe5b0fdd
DH
243
244# This directory's subdirectories are mostly independent; you can cd
245# into them and run `make' without going through this Makefile.
246# To change the values of `make' variables: instead of editing Makefiles,
247# (1) if the variable is set in `config.status', edit `config.status'
248# (which will cause the Makefiles to be regenerated when you run `make');
249# (2) otherwise, pass the desired values on the `make' command line.
da59e03d
DH
250$(RECURSIVE_TARGETS):
251 @failcom='exit 1'; \
252 for f in x $$MAKEFLAGS; do \
253 case $$f in \
254 *=* | --[!k]*);; \
255 *k*) failcom='fail=yes';; \
256 esac; \
257 done; \
fe5b0fdd
DH
258 dot_seen=no; \
259 target=`echo $@ | sed s/-recursive//`; \
260 list='$(SUBDIRS)'; for subdir in $$list; do \
261 echo "Making $$target in $$subdir"; \
262 if test "$$subdir" = "."; then \
263 dot_seen=yes; \
264 local_target="$$target-am"; \
265 else \
266 local_target="$$target"; \
267 fi; \
268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
da59e03d 269 || eval $$failcom; \
fe5b0fdd
DH
270 done; \
271 if test "$$dot_seen" = "no"; then \
272 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273 fi; test -z "$$fail"
274
1b658b9b 275$(RECURSIVE_CLEAN_TARGETS):
da59e03d
DH
276 @failcom='exit 1'; \
277 for f in x $$MAKEFLAGS; do \
278 case $$f in \
279 *=* | --[!k]*);; \
280 *k*) failcom='fail=yes';; \
281 esac; \
282 done; \
fe5b0fdd 283 dot_seen=no; \
da59e03d
DH
284 case "$@" in \
285 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
286 *) list='$(SUBDIRS)' ;; \
287 esac; \
288 rev=''; for subdir in $$list; do \
289 if test "$$subdir" = "."; then :; else \
290 rev="$$subdir $$rev"; \
291 fi; \
fe5b0fdd 292 done; \
da59e03d 293 rev="$$rev ."; \
fe5b0fdd
DH
294 target=`echo $@ | sed s/-recursive//`; \
295 for subdir in $$rev; do \
296 echo "Making $$target in $$subdir"; \
297 if test "$$subdir" = "."; then \
298 local_target="$$target-am"; \
299 else \
300 local_target="$$target"; \
301 fi; \
302 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
da59e03d 303 || eval $$failcom; \
fe5b0fdd
DH
304 done && test -z "$$fail"
305tags-recursive:
306 list='$(SUBDIRS)'; for subdir in $$list; do \
307 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
308 done
da59e03d
DH
309ctags-recursive:
310 list='$(SUBDIRS)'; for subdir in $$list; do \
311 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
312 done
fe5b0fdd 313
da59e03d
DH
314ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
315 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
316 unique=`for i in $$list; do \
317 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318 done | \
1b658b9b
DH
319 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
320 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
321 mkid -fID $$unique
322tags: TAGS
dff902ba 323
da59e03d
DH
324TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325 $(TAGS_FILES) $(LISP)
fe5b0fdd
DH
326 tags=; \
327 here=`pwd`; \
da59e03d
DH
328 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
329 include_option=--etags-include; \
330 empty_fix=.; \
331 else \
332 include_option=--include; \
333 empty_fix=; \
334 fi; \
fe5b0fdd 335 list='$(SUBDIRS)'; for subdir in $$list; do \
da59e03d
DH
336 if test "$$subdir" = .; then :; else \
337 test ! -f $$subdir/TAGS || \
338 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
339 fi; \
fe5b0fdd 340 done; \
da59e03d
DH
341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342 unique=`for i in $$list; do \
343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344 done | \
1b658b9b
DH
345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
347 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
348 test -n "$$unique" || unique=$$empty_fix; \
349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350 $$tags $$unique; \
351 fi
352ctags: CTAGS
353CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
354 $(TAGS_FILES) $(LISP)
355 tags=; \
da59e03d
DH
356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357 unique=`for i in $$list; do \
358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359 done | \
1b658b9b
DH
360 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
362 test -z "$(CTAGS_ARGS)$$tags$$unique" \
363 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
364 $$tags $$unique
fe5b0fdd 365
da59e03d
DH
366GTAGS:
367 here=`$(am__cd) $(top_builddir) && pwd` \
368 && cd $(top_srcdir) \
369 && gtags -i $(GTAGS_ARGS) $$here
fe5b0fdd
DH
370
371distclean-tags:
da59e03d 372 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
fe5b0fdd
DH
373
374distdir: $(DISTFILES)
da59e03d 375 $(am__remove_distdir)
1b658b9b
DH
376 test -d $(distdir) || mkdir $(distdir)
377 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379 list='$(DISTFILES)'; \
380 dist_files=`for file in $$list; do echo $$file; done | \
381 sed -e "s|^$$srcdirstrip/||;t" \
382 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
383 case $$dist_files in \
384 */*) $(MKDIR_P) `echo "$$dist_files" | \
385 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
386 sort -u` ;; \
387 esac; \
388 for file in $$dist_files; do \
da59e03d 389 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
fe5b0fdd 390 if test -d $$d/$$file; then \
1b658b9b 391 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
da59e03d
DH
392 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
393 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
394 fi; \
395 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
fe5b0fdd
DH
396 else \
397 test -f $(distdir)/$$file \
da59e03d
DH
398 || cp -p $$d/$$file $(distdir)/$$file \
399 || exit 1; \
fe5b0fdd
DH
400 fi; \
401 done
da59e03d 402 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
fe5b0fdd 403 if test "$$subdir" = .; then :; else \
da59e03d 404 test -d "$(distdir)/$$subdir" \
1b658b9b 405 || $(MKDIR_P) "$(distdir)/$$subdir" \
fe5b0fdd 406 || exit 1; \
da59e03d
DH
407 distdir=`$(am__cd) $(distdir) && pwd`; \
408 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
409 (cd $$subdir && \
410 $(MAKE) $(AM_MAKEFLAGS) \
411 top_distdir="$$top_distdir" \
412 distdir="$$distdir/$$subdir" \
1b658b9b
DH
413 am__remove_distdir=: \
414 am__skip_length_check=: \
da59e03d 415 distdir) \
fe5b0fdd
DH
416 || exit 1; \
417 fi; \
418 done
da59e03d
DH
419 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
420 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
421 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1b658b9b 422 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
da59e03d
DH
423 || chmod -R a+r $(distdir)
424dist-gzip: distdir
425 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
426 $(am__remove_distdir)
427
428dist-bzip2: distdir
429 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
430 $(am__remove_distdir)
431
1b658b9b
DH
432dist-lzma: distdir
433 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
434 $(am__remove_distdir)
435
da59e03d
DH
436dist-tarZ: distdir
437 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
438 $(am__remove_distdir)
439
440dist-shar: distdir
441 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
442 $(am__remove_distdir)
443
444dist-zip: distdir
445 -rm -f $(distdir).zip
446 zip -rq $(distdir).zip $(distdir)
447 $(am__remove_distdir)
448
449dist dist-all: distdir
450 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
451 $(am__remove_distdir)
452
453# This target untars the dist file and tries a VPATH configuration. Then
454# it guarantees that the distribution is self-contained by making another
455# tarfile.
456distcheck: dist
457 case '$(DIST_ARCHIVES)' in \
458 *.tar.gz*) \
459 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
460 *.tar.bz2*) \
461 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1b658b9b
DH
462 *.tar.lzma*) \
463 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
da59e03d
DH
464 *.tar.Z*) \
465 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
466 *.shar.gz*) \
467 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
468 *.zip*) \
469 unzip $(distdir).zip ;;\
470 esac
471 chmod -R a-w $(distdir); chmod a+w $(distdir)
472 mkdir $(distdir)/_build
473 mkdir $(distdir)/_inst
474 chmod a-w $(distdir)
475 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
476 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
477 && cd $(distdir)/_build \
478 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
479 $(DISTCHECK_CONFIGURE_FLAGS) \
480 && $(MAKE) $(AM_MAKEFLAGS) \
481 && $(MAKE) $(AM_MAKEFLAGS) dvi \
482 && $(MAKE) $(AM_MAKEFLAGS) check \
483 && $(MAKE) $(AM_MAKEFLAGS) install \
484 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
485 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
486 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
487 distuninstallcheck \
488 && chmod -R a-w "$$dc_install_base" \
489 && ({ \
490 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
491 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
492 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
493 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
494 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
495 } || { rm -rf "$$dc_destdir"; exit 1; }) \
496 && rm -rf "$$dc_destdir" \
497 && $(MAKE) $(AM_MAKEFLAGS) dist \
498 && rm -rf $(DIST_ARCHIVES) \
499 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
500 $(am__remove_distdir)
501 @(echo "$(distdir) archives ready for distribution: "; \
502 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1b658b9b 503 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
da59e03d
DH
504distuninstallcheck:
505 @cd $(distuninstallcheck_dir) \
506 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
507 || { echo "ERROR: files left after uninstall:" ; \
508 if test -n "$(DESTDIR)"; then \
509 echo " (check DESTDIR support)"; \
510 fi ; \
511 $(distuninstallcheck_listfiles) ; \
512 exit 1; } >&2
513distcleancheck: distclean
514 @if test '$(srcdir)' = . ; then \
515 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
516 exit 1 ; \
517 fi
518 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
519 || { echo "ERROR: files left in build directory after distclean:" ; \
520 $(distcleancheck_listfiles) ; \
521 exit 1; } >&2
fe5b0fdd
DH
522check-am: all-am
523check: check-recursive
da59e03d
DH
524all-am: Makefile $(HEADERS)
525installdirs: installdirs-recursive
526installdirs-am:
527 for dir in "$(DESTDIR)$(includedir)"; do \
1b658b9b 528 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
da59e03d
DH
529 done
530install: install-recursive
fe5b0fdd
DH
531install-exec: install-exec-recursive
532install-data: install-data-recursive
da59e03d 533uninstall: uninstall-recursive
fe5b0fdd
DH
534
535install-am: all-am
536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
dff902ba 537
da59e03d
DH
538installcheck: installcheck-recursive
539install-strip:
540 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542 `test -z '$(STRIP)' || \
543 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
fe5b0fdd
DH
544mostlyclean-generic:
545
546clean-generic:
547
548distclean-generic:
da59e03d 549 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
fe5b0fdd
DH
550
551maintainer-clean-generic:
da59e03d
DH
552 @echo "This command is intended for maintainers to use"
553 @echo "it deletes files that may require special tools to rebuild."
554clean: clean-recursive
fe5b0fdd 555
da59e03d 556clean-am: clean-generic mostlyclean-am
fe5b0fdd 557
da59e03d
DH
558distclean: distclean-recursive
559 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
560 -rm -f Makefile
561distclean-am: clean-am distclean-generic distclean-tags
fe5b0fdd 562
da59e03d 563dvi: dvi-recursive
fe5b0fdd 564
da59e03d 565dvi-am:
fe5b0fdd 566
da59e03d 567html: html-recursive
fe5b0fdd 568
da59e03d
DH
569info: info-recursive
570
571info-am:
572
573install-data-am: install-nobase_includeHEADERS
574
1b658b9b
DH
575install-dvi: install-dvi-recursive
576
da59e03d
DH
577install-exec-am:
578
1b658b9b
DH
579install-html: install-html-recursive
580
da59e03d
DH
581install-info: install-info-recursive
582
583install-man:
584
1b658b9b
DH
585install-pdf: install-pdf-recursive
586
587install-ps: install-ps-recursive
588
da59e03d 589installcheck-am:
fe5b0fdd 590
dff902ba 591maintainer-clean: maintainer-clean-recursive
da59e03d
DH
592 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
593 -rm -rf $(top_srcdir)/autom4te.cache
594 -rm -f Makefile
595maintainer-clean-am: distclean-am maintainer-clean-generic
fe5b0fdd 596
da59e03d 597mostlyclean: mostlyclean-recursive
6ecda39c 598
da59e03d
DH
599mostlyclean-am: mostlyclean-generic
600
601pdf: pdf-recursive
602
603pdf-am:
dff902ba 604
da59e03d
DH
605ps: ps-recursive
606
607ps-am:
608
1b658b9b 609uninstall-am: uninstall-nobase_includeHEADERS
da59e03d 610
1b658b9b
DH
611.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
612 install-strip
da59e03d 613
1b658b9b
DH
614.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
615 all all-am am--refresh check check-am clean clean-generic \
616 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
617 dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
618 distclean-generic distclean-tags distcleancheck distdir \
da59e03d 619 distuninstallcheck dvi dvi-am html html-am info info-am \
1b658b9b
DH
620 install install-am install-data install-data-am install-dvi \
621 install-dvi-am install-exec install-exec-am install-html \
622 install-html-am install-info install-info-am install-man \
623 install-nobase_includeHEADERS install-pdf install-pdf-am \
624 install-ps install-ps-am install-strip installcheck \
da59e03d 625 installcheck-am installdirs installdirs-am maintainer-clean \
1b658b9b 626 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
da59e03d 627 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1b658b9b 628 uninstall-nobase_includeHEADERS
da59e03d
DH
629
630
631#
632# automake adds dependencies that we don't like, so we explicitly remove them
633#
634Makefile:
fe5b0fdd
DH
635# Tell versions [3.59,3.63) of GNU make to not export all variables.
636# Otherwise a system limit (for SysV at least) may be exceeded.
637.NOEXPORT: