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