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