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