]> git.ipfire.org Git - thirdparty/dhcp.git/blame - Makefile.in
Various minor documentation improvements:
[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 190 util/bindvar.sh \
417bd2ee
TM
191 bind/Makefile bind/bind.tar.gz bind/version.tmp \
192 common/tests/Atffile server/tests/Atffile
6ecda39c 193
417bd2ee 194SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
fe5b0fdd 195nobase_include_HEADERS = dhcpctl/dhcpctl.h
da59e03d 196all: all-recursive
fe5b0fdd
DH
197
198.SUFFIXES:
da59e03d
DH
199am--refresh:
200 @:
aa46f178 201$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
da59e03d
DH
202 @for dep in $?; do \
203 case '$(am__configure_deps)' in \
204 *$$dep*) \
205 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
206 cd $(srcdir) && $(AUTOMAKE) --foreign \
207 && exit 0; \
208 exit 1;; \
209 esac; \
210 done; \
211 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
212 cd $(top_srcdir) && \
213 $(AUTOMAKE) --foreign Makefile
214.PRECIOUS: Makefile
fe5b0fdd 215
da59e03d 216$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
dff902ba 217 $(SHELL) ./config.status --recheck
da59e03d 218
aa46f178 219$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
fe5b0fdd 220 cd $(srcdir) && $(AUTOCONF)
aa46f178 221$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
da59e03d 222 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
5fe45d07
TM
223doc/devel/doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/devel/doxyfile.in
224 cd $(top_builddir) && $(SHELL) ./config.status $@
da59e03d
DH
225install-nobase_includeHEADERS: $(nobase_include_HEADERS)
226 @$(NORMAL_INSTALL)
1b658b9b 227 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
da59e03d
DH
228 @$(am__vpath_adj_setup) \
229 list='$(nobase_include_HEADERS)'; for p in $$list; do \
230 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
231 $(am__vpath_adj) \
232 echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
233 $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
234 done
fe5b0fdd 235
da59e03d
DH
236uninstall-nobase_includeHEADERS:
237 @$(NORMAL_UNINSTALL)
238 @$(am__vpath_adj_setup) \
239 list='$(nobase_include_HEADERS)'; for p in $$list; do \
240 $(am__vpath_adj) \
241 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
242 rm -f "$(DESTDIR)$(includedir)/$$f"; \
243 done
fe5b0fdd
DH
244
245# This directory's subdirectories are mostly independent; you can cd
246# into them and run `make' without going through this Makefile.
247# To change the values of `make' variables: instead of editing Makefiles,
248# (1) if the variable is set in `config.status', edit `config.status'
249# (which will cause the Makefiles to be regenerated when you run `make');
250# (2) otherwise, pass the desired values on the `make' command line.
da59e03d
DH
251$(RECURSIVE_TARGETS):
252 @failcom='exit 1'; \
253 for f in x $$MAKEFLAGS; do \
254 case $$f in \
255 *=* | --[!k]*);; \
256 *k*) failcom='fail=yes';; \
257 esac; \
258 done; \
fe5b0fdd
DH
259 dot_seen=no; \
260 target=`echo $@ | sed s/-recursive//`; \
261 list='$(SUBDIRS)'; for subdir in $$list; do \
262 echo "Making $$target in $$subdir"; \
263 if test "$$subdir" = "."; then \
264 dot_seen=yes; \
265 local_target="$$target-am"; \
266 else \
267 local_target="$$target"; \
268 fi; \
269 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
da59e03d 270 || eval $$failcom; \
fe5b0fdd
DH
271 done; \
272 if test "$$dot_seen" = "no"; then \
273 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
274 fi; test -z "$$fail"
275
1b658b9b 276$(RECURSIVE_CLEAN_TARGETS):
da59e03d
DH
277 @failcom='exit 1'; \
278 for f in x $$MAKEFLAGS; do \
279 case $$f in \
280 *=* | --[!k]*);; \
281 *k*) failcom='fail=yes';; \
282 esac; \
283 done; \
fe5b0fdd 284 dot_seen=no; \
da59e03d
DH
285 case "$@" in \
286 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
287 *) list='$(SUBDIRS)' ;; \
288 esac; \
289 rev=''; for subdir in $$list; do \
290 if test "$$subdir" = "."; then :; else \
291 rev="$$subdir $$rev"; \
292 fi; \
fe5b0fdd 293 done; \
da59e03d 294 rev="$$rev ."; \
fe5b0fdd
DH
295 target=`echo $@ | sed s/-recursive//`; \
296 for subdir in $$rev; do \
297 echo "Making $$target in $$subdir"; \
298 if test "$$subdir" = "."; then \
299 local_target="$$target-am"; \
300 else \
301 local_target="$$target"; \
302 fi; \
303 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
da59e03d 304 || eval $$failcom; \
fe5b0fdd
DH
305 done && test -z "$$fail"
306tags-recursive:
307 list='$(SUBDIRS)'; for subdir in $$list; do \
308 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
309 done
da59e03d
DH
310ctags-recursive:
311 list='$(SUBDIRS)'; for subdir in $$list; do \
312 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
313 done
fe5b0fdd 314
da59e03d
DH
315ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
316 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
1b658b9b
DH
320 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
321 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
322 mkid -fID $$unique
323tags: TAGS
dff902ba 324
da59e03d
DH
325TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
326 $(TAGS_FILES) $(LISP)
fe5b0fdd
DH
327 tags=; \
328 here=`pwd`; \
da59e03d
DH
329 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
330 include_option=--etags-include; \
331 empty_fix=.; \
332 else \
333 include_option=--include; \
334 empty_fix=; \
335 fi; \
fe5b0fdd 336 list='$(SUBDIRS)'; for subdir in $$list; do \
da59e03d
DH
337 if test "$$subdir" = .; then :; else \
338 test ! -f $$subdir/TAGS || \
339 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
340 fi; \
fe5b0fdd 341 done; \
da59e03d
DH
342 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343 unique=`for i in $$list; do \
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345 done | \
1b658b9b
DH
346 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
348 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
349 test -n "$$unique" || unique=$$empty_fix; \
350 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351 $$tags $$unique; \
352 fi
353ctags: CTAGS
354CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
355 $(TAGS_FILES) $(LISP)
356 tags=; \
da59e03d
DH
357 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
358 unique=`for i in $$list; do \
359 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360 done | \
1b658b9b
DH
361 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362 END { if (nonempty) { for (i in files) print i; }; }'`; \
da59e03d
DH
363 test -z "$(CTAGS_ARGS)$$tags$$unique" \
364 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
365 $$tags $$unique
fe5b0fdd 366
da59e03d
DH
367GTAGS:
368 here=`$(am__cd) $(top_builddir) && pwd` \
369 && cd $(top_srcdir) \
370 && gtags -i $(GTAGS_ARGS) $$here
fe5b0fdd
DH
371
372distclean-tags:
da59e03d 373 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
fe5b0fdd
DH
374
375distdir: $(DISTFILES)
da59e03d 376 $(am__remove_distdir)
1b658b9b
DH
377 test -d $(distdir) || mkdir $(distdir)
378 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380 list='$(DISTFILES)'; \
381 dist_files=`for file in $$list; do echo $$file; done | \
382 sed -e "s|^$$srcdirstrip/||;t" \
383 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
384 case $$dist_files in \
385 */*) $(MKDIR_P) `echo "$$dist_files" | \
386 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
387 sort -u` ;; \
388 esac; \
389 for file in $$dist_files; do \
da59e03d 390 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
fe5b0fdd 391 if test -d $$d/$$file; then \
1b658b9b 392 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
da59e03d
DH
393 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
394 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
395 fi; \
396 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
fe5b0fdd
DH
397 else \
398 test -f $(distdir)/$$file \
da59e03d
DH
399 || cp -p $$d/$$file $(distdir)/$$file \
400 || exit 1; \
fe5b0fdd
DH
401 fi; \
402 done
da59e03d 403 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
fe5b0fdd 404 if test "$$subdir" = .; then :; else \
da59e03d 405 test -d "$(distdir)/$$subdir" \
1b658b9b 406 || $(MKDIR_P) "$(distdir)/$$subdir" \
fe5b0fdd 407 || exit 1; \
da59e03d
DH
408 distdir=`$(am__cd) $(distdir) && pwd`; \
409 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
410 (cd $$subdir && \
411 $(MAKE) $(AM_MAKEFLAGS) \
412 top_distdir="$$top_distdir" \
413 distdir="$$distdir/$$subdir" \
1b658b9b
DH
414 am__remove_distdir=: \
415 am__skip_length_check=: \
da59e03d 416 distdir) \
fe5b0fdd
DH
417 || exit 1; \
418 fi; \
419 done
da59e03d
DH
420 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
421 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
422 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1b658b9b 423 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
da59e03d
DH
424 || chmod -R a+r $(distdir)
425dist-gzip: distdir
426 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
427 $(am__remove_distdir)
428
429dist-bzip2: distdir
430 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
431 $(am__remove_distdir)
432
1b658b9b
DH
433dist-lzma: distdir
434 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
435 $(am__remove_distdir)
436
da59e03d
DH
437dist-tarZ: distdir
438 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
439 $(am__remove_distdir)
440
441dist-shar: distdir
442 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
443 $(am__remove_distdir)
444
445dist-zip: distdir
446 -rm -f $(distdir).zip
447 zip -rq $(distdir).zip $(distdir)
448 $(am__remove_distdir)
449
450dist dist-all: distdir
451 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
452 $(am__remove_distdir)
453
454# This target untars the dist file and tries a VPATH configuration. Then
455# it guarantees that the distribution is self-contained by making another
456# tarfile.
457distcheck: dist
458 case '$(DIST_ARCHIVES)' in \
459 *.tar.gz*) \
460 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
461 *.tar.bz2*) \
462 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1b658b9b
DH
463 *.tar.lzma*) \
464 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
da59e03d
DH
465 *.tar.Z*) \
466 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
467 *.shar.gz*) \
468 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
469 *.zip*) \
470 unzip $(distdir).zip ;;\
471 esac
472 chmod -R a-w $(distdir); chmod a+w $(distdir)
473 mkdir $(distdir)/_build
474 mkdir $(distdir)/_inst
475 chmod a-w $(distdir)
476 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
477 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
478 && cd $(distdir)/_build \
479 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
480 $(DISTCHECK_CONFIGURE_FLAGS) \
481 && $(MAKE) $(AM_MAKEFLAGS) \
482 && $(MAKE) $(AM_MAKEFLAGS) dvi \
483 && $(MAKE) $(AM_MAKEFLAGS) check \
484 && $(MAKE) $(AM_MAKEFLAGS) install \
485 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
486 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
487 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
488 distuninstallcheck \
489 && chmod -R a-w "$$dc_install_base" \
490 && ({ \
491 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
492 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
493 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
494 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
495 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
496 } || { rm -rf "$$dc_destdir"; exit 1; }) \
497 && rm -rf "$$dc_destdir" \
498 && $(MAKE) $(AM_MAKEFLAGS) dist \
499 && rm -rf $(DIST_ARCHIVES) \
500 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
501 $(am__remove_distdir)
502 @(echo "$(distdir) archives ready for distribution: "; \
503 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1b658b9b 504 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
da59e03d
DH
505distuninstallcheck:
506 @cd $(distuninstallcheck_dir) \
507 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
508 || { echo "ERROR: files left after uninstall:" ; \
509 if test -n "$(DESTDIR)"; then \
510 echo " (check DESTDIR support)"; \
511 fi ; \
512 $(distuninstallcheck_listfiles) ; \
513 exit 1; } >&2
514distcleancheck: distclean
515 @if test '$(srcdir)' = . ; then \
516 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
517 exit 1 ; \
518 fi
519 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
520 || { echo "ERROR: files left in build directory after distclean:" ; \
521 $(distcleancheck_listfiles) ; \
522 exit 1; } >&2
fe5b0fdd
DH
523check-am: all-am
524check: check-recursive
da59e03d
DH
525all-am: Makefile $(HEADERS)
526installdirs: installdirs-recursive
527installdirs-am:
528 for dir in "$(DESTDIR)$(includedir)"; do \
1b658b9b 529 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
da59e03d
DH
530 done
531install: install-recursive
fe5b0fdd
DH
532install-exec: install-exec-recursive
533install-data: install-data-recursive
da59e03d 534uninstall: uninstall-recursive
fe5b0fdd
DH
535
536install-am: all-am
537 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
dff902ba 538
da59e03d
DH
539installcheck: installcheck-recursive
540install-strip:
541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543 `test -z '$(STRIP)' || \
544 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
fe5b0fdd
DH
545mostlyclean-generic:
546
547clean-generic:
548
549distclean-generic:
da59e03d 550 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
fe5b0fdd
DH
551
552maintainer-clean-generic:
da59e03d
DH
553 @echo "This command is intended for maintainers to use"
554 @echo "it deletes files that may require special tools to rebuild."
555clean: clean-recursive
fe5b0fdd 556
da59e03d 557clean-am: clean-generic mostlyclean-am
fe5b0fdd 558
da59e03d
DH
559distclean: distclean-recursive
560 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
561 -rm -f Makefile
562distclean-am: clean-am distclean-generic distclean-tags
fe5b0fdd 563
da59e03d 564dvi: dvi-recursive
fe5b0fdd 565
da59e03d 566dvi-am:
fe5b0fdd 567
da59e03d 568html: html-recursive
fe5b0fdd 569
da59e03d
DH
570info: info-recursive
571
572info-am:
573
574install-data-am: install-nobase_includeHEADERS
575
1b658b9b
DH
576install-dvi: install-dvi-recursive
577
da59e03d
DH
578install-exec-am:
579
1b658b9b
DH
580install-html: install-html-recursive
581
da59e03d
DH
582install-info: install-info-recursive
583
584install-man:
585
1b658b9b
DH
586install-pdf: install-pdf-recursive
587
588install-ps: install-ps-recursive
589
da59e03d 590installcheck-am:
fe5b0fdd 591
dff902ba 592maintainer-clean: maintainer-clean-recursive
da59e03d
DH
593 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
594 -rm -rf $(top_srcdir)/autom4te.cache
595 -rm -f Makefile
596maintainer-clean-am: distclean-am maintainer-clean-generic
fe5b0fdd 597
da59e03d 598mostlyclean: mostlyclean-recursive
6ecda39c 599
da59e03d
DH
600mostlyclean-am: mostlyclean-generic
601
602pdf: pdf-recursive
603
604pdf-am:
dff902ba 605
da59e03d
DH
606ps: ps-recursive
607
608ps-am:
609
1b658b9b 610uninstall-am: uninstall-nobase_includeHEADERS
da59e03d 611
1b658b9b
DH
612.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
613 install-strip
da59e03d 614
1b658b9b
DH
615.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
616 all all-am am--refresh check check-am clean clean-generic \
617 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
618 dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
619 distclean-generic distclean-tags distcleancheck distdir \
da59e03d 620 distuninstallcheck dvi dvi-am html html-am info info-am \
1b658b9b
DH
621 install install-am install-data install-data-am install-dvi \
622 install-dvi-am install-exec install-exec-am install-html \
623 install-html-am install-info install-info-am install-man \
624 install-nobase_includeHEADERS install-pdf install-pdf-am \
625 install-ps install-ps-am install-strip installcheck \
da59e03d 626 installcheck-am installdirs installdirs-am maintainer-clean \
1b658b9b 627 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
da59e03d 628 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1b658b9b 629 uninstall-nobase_includeHEADERS
da59e03d
DH
630
631
632#
633# automake adds dependencies that we don't like, so we explicitly remove them
634#
635Makefile:
fe5b0fdd
DH
636# Tell versions [3.59,3.63) of GNU make to not export all variables.
637# Otherwise a system limit (for SysV at least) may be exceeded.
638.NOEXPORT: