Update changelog.
[deb_libnfs.git] / Makefile.in
CommitLineData
dabf4152
AM
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = .
37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39 $(top_srcdir)/configure COPYING compile config.guess \
40 config.sub depcomp install-sh ltmain.sh missing
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46 configure.lineno config.status.lineno
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51SOURCES =
52DIST_SOURCES =
53RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54 html-recursive info-recursive install-data-recursive \
55 install-dvi-recursive install-exec-recursive \
56 install-html-recursive install-info-recursive \
57 install-pdf-recursive install-ps-recursive install-recursive \
58 installcheck-recursive installdirs-recursive pdf-recursive \
59 ps-recursive uninstall-recursive
60RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
61 distclean-recursive maintainer-clean-recursive
62AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
63 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
64 distdir dist dist-all distcheck
65ETAGS = etags
66CTAGS = ctags
67DIST_SUBDIRS = $(SUBDIRS)
68DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69distdir = $(PACKAGE)-$(VERSION)
70top_distdir = $(distdir)
71am__remove_distdir = \
72 { test ! -d "$(distdir)" \
73 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
74 && rm -fr "$(distdir)"; }; }
75am__relativize = \
76 dir0=`pwd`; \
77 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
78 sed_rest='s,^[^/]*/*,,'; \
79 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
80 sed_butlast='s,/*[^/]*$$,,'; \
81 while test -n "$$dir1"; do \
82 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
83 if test "$$first" != "."; then \
84 if test "$$first" = ".."; then \
85 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
86 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
87 else \
88 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
89 if test "$$first2" = "$$first"; then \
90 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
91 else \
92 dir2="../$$dir2"; \
93 fi; \
94 dir0="$$dir0"/"$$first"; \
95 fi; \
96 fi; \
97 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
98 done; \
99 reldir="$$dir2"
100DIST_ARCHIVES = $(distdir).tar.gz
101GZIP_ENV = --best
102distuninstallcheck_listfiles = find . -type f -print
103distcleancheck_listfiles = find . -type f -print
104ACLOCAL = @ACLOCAL@
105AMTAR = @AMTAR@
106AR = @AR@
107AUTOCONF = @AUTOCONF@
108AUTOHEADER = @AUTOHEADER@
109AUTOMAKE = @AUTOMAKE@
110AWK = @AWK@
111CC = @CC@
112CCDEPMODE = @CCDEPMODE@
113CFLAGS = @CFLAGS@
114CPP = @CPP@
115CPPFLAGS = @CPPFLAGS@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118DEPDIR = @DEPDIR@
119DLLTOOL = @DLLTOOL@
120DSYMUTIL = @DSYMUTIL@
121DUMPBIN = @DUMPBIN@
122ECHO_C = @ECHO_C@
123ECHO_N = @ECHO_N@
124ECHO_T = @ECHO_T@
125EGREP = @EGREP@
126EXEEXT = @EXEEXT@
127FGREP = @FGREP@
128GREP = @GREP@
129HAVE_RPCGEN = @HAVE_RPCGEN@
130INSTALL = @INSTALL@
131INSTALL_DATA = @INSTALL_DATA@
132INSTALL_PROGRAM = @INSTALL_PROGRAM@
133INSTALL_SCRIPT = @INSTALL_SCRIPT@
134INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135LD = @LD@
136LDFLAGS = @LDFLAGS@
137LIBOBJS = @LIBOBJS@
138LIBS = @LIBS@
139LIBTOOL = @LIBTOOL@
140LIPO = @LIPO@
141LN_S = @LN_S@
142LTLIBOBJS = @LTLIBOBJS@
143MAKEINFO = @MAKEINFO@
144MANIFEST_TOOL = @MANIFEST_TOOL@
145MAYBE_EXAMPLES = @MAYBE_EXAMPLES@
146MKDIR_P = @MKDIR_P@
147NM = @NM@
148NMEDIT = @NMEDIT@
149OBJDUMP = @OBJDUMP@
150OBJEXT = @OBJEXT@
151OTOOL = @OTOOL@
152OTOOL64 = @OTOOL64@
153PACKAGE = @PACKAGE@
154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155PACKAGE_NAME = @PACKAGE_NAME@
156PACKAGE_STRING = @PACKAGE_STRING@
157PACKAGE_TARNAME = @PACKAGE_TARNAME@
158PACKAGE_URL = @PACKAGE_URL@
159PACKAGE_VERSION = @PACKAGE_VERSION@
160PATH_SEPARATOR = @PATH_SEPARATOR@
161RANLIB = @RANLIB@
162RPCGENFLAGS = @RPCGENFLAGS@
163SED = @SED@
164SET_MAKE = @SET_MAKE@
165SHELL = @SHELL@
166STRIP = @STRIP@
167VERSION = @VERSION@
168abs_builddir = @abs_builddir@
169abs_srcdir = @abs_srcdir@
170abs_top_builddir = @abs_top_builddir@
171abs_top_srcdir = @abs_top_srcdir@
172ac_ct_AR = @ac_ct_AR@
173ac_ct_CC = @ac_ct_CC@
174ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175am__include = @am__include@
176am__leading_dot = @am__leading_dot@
177am__quote = @am__quote@
178am__tar = @am__tar@
179am__untar = @am__untar@
180bindir = @bindir@
181build = @build@
182build_alias = @build_alias@
183build_cpu = @build_cpu@
184build_os = @build_os@
185build_vendor = @build_vendor@
186builddir = @builddir@
187datadir = @datadir@
188datarootdir = @datarootdir@
189docdir = @docdir@
190dvidir = @dvidir@
191exec_prefix = @exec_prefix@
192host = @host@
193host_alias = @host_alias@
194host_cpu = @host_cpu@
195host_os = @host_os@
196host_vendor = @host_vendor@
197htmldir = @htmldir@
198includedir = @includedir@
199infodir = @infodir@
200install_sh = @install_sh@
201libdir = @libdir@
202libexecdir = @libexecdir@
203localedir = @localedir@
204localstatedir = @localstatedir@
205mandir = @mandir@
206mkdir_p = @mkdir_p@
207oldincludedir = @oldincludedir@
208pdfdir = @pdfdir@
209prefix = @prefix@
210program_transform_name = @program_transform_name@
211psdir = @psdir@
212sbindir = @sbindir@
213sharedstatedir = @sharedstatedir@
214srcdir = @srcdir@
215sysconfdir = @sysconfdir@
216target_alias = @target_alias@
217top_build_prefix = @top_build_prefix@
218top_builddir = @top_builddir@
219top_srcdir = @top_srcdir@
220SUBDIRS = mount nfs portmap rquota lib include . $(MAYBE_EXAMPLES)
221all: config.h
222 $(MAKE) $(AM_MAKEFLAGS) all-recursive
223
224.SUFFIXES:
225am--refresh:
226 @:
227$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
228 @for dep in $?; do \
229 case '$(am__configure_deps)' in \
230 *$$dep*) \
231 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
232 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
233 && exit 0; \
234 exit 1;; \
235 esac; \
236 done; \
237 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
238 $(am__cd) $(top_srcdir) && \
239 $(AUTOMAKE) --foreign Makefile
240.PRECIOUS: Makefile
241Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242 @case '$?' in \
243 *config.status*) \
244 echo ' $(SHELL) ./config.status'; \
245 $(SHELL) ./config.status;; \
246 *) \
247 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
248 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
249 esac;
250
251$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252 $(SHELL) ./config.status --recheck
253
254$(top_srcdir)/configure: $(am__configure_deps)
255 $(am__cd) $(srcdir) && $(AUTOCONF)
256$(ACLOCAL_M4): $(am__aclocal_m4_deps)
257 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
258$(am__aclocal_m4_deps):
259
260config.h: stamp-h1
261 @if test ! -f $@; then \
262 rm -f stamp-h1; \
263 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
264 else :; fi
265
266stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
267 @rm -f stamp-h1
268 cd $(top_builddir) && $(SHELL) ./config.status config.h
269$(srcdir)/config.h.in: $(am__configure_deps)
270 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
271 rm -f stamp-h1
272 touch $@
273
274distclean-hdr:
275 -rm -f config.h stamp-h1
276
277mostlyclean-libtool:
278 -rm -f *.lo
279
280clean-libtool:
281 -rm -rf .libs _libs
282
283distclean-libtool:
284 -rm -f libtool config.lt
285
286# This directory's subdirectories are mostly independent; you can cd
287# into them and run `make' without going through this Makefile.
288# To change the values of `make' variables: instead of editing Makefiles,
289# (1) if the variable is set in `config.status', edit `config.status'
290# (which will cause the Makefiles to be regenerated when you run `make');
291# (2) otherwise, pass the desired values on the `make' command line.
292$(RECURSIVE_TARGETS):
293 @fail= failcom='exit 1'; \
294 for f in x $$MAKEFLAGS; do \
295 case $$f in \
296 *=* | --[!k]*);; \
297 *k*) failcom='fail=yes';; \
298 esac; \
299 done; \
300 dot_seen=no; \
301 target=`echo $@ | sed s/-recursive//`; \
302 list='$(SUBDIRS)'; for subdir in $$list; do \
303 echo "Making $$target in $$subdir"; \
304 if test "$$subdir" = "."; then \
305 dot_seen=yes; \
306 local_target="$$target-am"; \
307 else \
308 local_target="$$target"; \
309 fi; \
310 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
311 || eval $$failcom; \
312 done; \
313 if test "$$dot_seen" = "no"; then \
314 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
315 fi; test -z "$$fail"
316
317$(RECURSIVE_CLEAN_TARGETS):
318 @fail= failcom='exit 1'; \
319 for f in x $$MAKEFLAGS; do \
320 case $$f in \
321 *=* | --[!k]*);; \
322 *k*) failcom='fail=yes';; \
323 esac; \
324 done; \
325 dot_seen=no; \
326 case "$@" in \
327 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
328 *) list='$(SUBDIRS)' ;; \
329 esac; \
330 rev=''; for subdir in $$list; do \
331 if test "$$subdir" = "."; then :; else \
332 rev="$$subdir $$rev"; \
333 fi; \
334 done; \
335 rev="$$rev ."; \
336 target=`echo $@ | sed s/-recursive//`; \
337 for subdir in $$rev; do \
338 echo "Making $$target in $$subdir"; \
339 if test "$$subdir" = "."; then \
340 local_target="$$target-am"; \
341 else \
342 local_target="$$target"; \
343 fi; \
344 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
345 || eval $$failcom; \
346 done && test -z "$$fail"
347tags-recursive:
348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
350 done
351ctags-recursive:
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
354 done
355
356ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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 | \
361 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
362 END { if (nonempty) { for (i in files) print i; }; }'`; \
363 mkid -fID $$unique
364tags: TAGS
365
366TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
367 $(TAGS_FILES) $(LISP)
368 set x; \
369 here=`pwd`; \
370 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
371 include_option=--etags-include; \
372 empty_fix=.; \
373 else \
374 include_option=--include; \
375 empty_fix=; \
376 fi; \
377 list='$(SUBDIRS)'; for subdir in $$list; do \
378 if test "$$subdir" = .; then :; else \
379 test ! -f $$subdir/TAGS || \
380 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
381 fi; \
382 done; \
383 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
384 unique=`for i in $$list; do \
385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386 done | \
387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388 END { if (nonempty) { for (i in files) print i; }; }'`; \
389 shift; \
390 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391 test -n "$$unique" || unique=$$empty_fix; \
392 if test $$# -gt 0; then \
393 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394 "$$@" $$unique; \
395 else \
396 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397 $$unique; \
398 fi; \
399 fi
400ctags: CTAGS
401CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
402 $(TAGS_FILES) $(LISP)
403 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408 END { if (nonempty) { for (i in files) print i; }; }'`; \
409 test -z "$(CTAGS_ARGS)$$unique" \
410 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411 $$unique
412
413GTAGS:
414 here=`$(am__cd) $(top_builddir) && pwd` \
415 && $(am__cd) $(top_srcdir) \
416 && gtags -i $(GTAGS_ARGS) "$$here"
417
418distclean-tags:
419 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
420
421distdir: $(DISTFILES)
422 $(am__remove_distdir)
423 test -d "$(distdir)" || mkdir "$(distdir)"
424 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426 list='$(DISTFILES)'; \
427 dist_files=`for file in $$list; do echo $$file; done | \
428 sed -e "s|^$$srcdirstrip/||;t" \
429 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430 case $$dist_files in \
431 */*) $(MKDIR_P) `echo "$$dist_files" | \
432 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433 sort -u` ;; \
434 esac; \
435 for file in $$dist_files; do \
436 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437 if test -d $$d/$$file; then \
438 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439 if test -d "$(distdir)/$$file"; then \
440 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441 fi; \
442 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
444 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445 fi; \
446 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
447 else \
448 test -f "$(distdir)/$$file" \
449 || cp -p $$d/$$file "$(distdir)/$$file" \
450 || exit 1; \
451 fi; \
452 done
453 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
454 if test "$$subdir" = .; then :; else \
455 test -d "$(distdir)/$$subdir" \
456 || $(MKDIR_P) "$(distdir)/$$subdir" \
457 || exit 1; \
458 fi; \
459 done
460 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
461 if test "$$subdir" = .; then :; else \
462 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
463 $(am__relativize); \
464 new_distdir=$$reldir; \
465 dir1=$$subdir; dir2="$(top_distdir)"; \
466 $(am__relativize); \
467 new_top_distdir=$$reldir; \
468 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
469 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
470 ($(am__cd) $$subdir && \
471 $(MAKE) $(AM_MAKEFLAGS) \
472 top_distdir="$$new_top_distdir" \
473 distdir="$$new_distdir" \
474 am__remove_distdir=: \
475 am__skip_length_check=: \
476 am__skip_mode_fix=: \
477 distdir) \
478 || exit 1; \
479 fi; \
480 done
481 -test -n "$(am__skip_mode_fix)" \
482 || find "$(distdir)" -type d ! -perm -755 \
483 -exec chmod u+rwx,go+rx {} \; -o \
484 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
485 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
486 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
487 || chmod -R a+r "$(distdir)"
488dist-gzip: distdir
489 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
490 $(am__remove_distdir)
491
492dist-bzip2: distdir
493 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
494 $(am__remove_distdir)
495
496dist-lzma: distdir
497 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
498 $(am__remove_distdir)
499
500dist-xz: distdir
501 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
502 $(am__remove_distdir)
503
504dist-tarZ: distdir
505 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
506 $(am__remove_distdir)
507
508dist-shar: distdir
509 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
510 $(am__remove_distdir)
511
512dist-zip: distdir
513 -rm -f $(distdir).zip
514 zip -rq $(distdir).zip $(distdir)
515 $(am__remove_distdir)
516
517dist dist-all: distdir
518 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
519 $(am__remove_distdir)
520
521# This target untars the dist file and tries a VPATH configuration. Then
522# it guarantees that the distribution is self-contained by making another
523# tarfile.
524distcheck: dist
525 case '$(DIST_ARCHIVES)' in \
526 *.tar.gz*) \
527 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
528 *.tar.bz2*) \
529 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
530 *.tar.lzma*) \
531 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
532 *.tar.xz*) \
533 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
534 *.tar.Z*) \
535 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
536 *.shar.gz*) \
537 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
538 *.zip*) \
539 unzip $(distdir).zip ;;\
540 esac
541 chmod -R a-w $(distdir); chmod a+w $(distdir)
542 mkdir $(distdir)/_build
543 mkdir $(distdir)/_inst
544 chmod a-w $(distdir)
545 test -d $(distdir)/_build || exit 0; \
546 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
547 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
548 && am__cwd=`pwd` \
549 && $(am__cd) $(distdir)/_build \
550 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
551 $(DISTCHECK_CONFIGURE_FLAGS) \
552 && $(MAKE) $(AM_MAKEFLAGS) \
553 && $(MAKE) $(AM_MAKEFLAGS) dvi \
554 && $(MAKE) $(AM_MAKEFLAGS) check \
555 && $(MAKE) $(AM_MAKEFLAGS) install \
556 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
557 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
558 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
559 distuninstallcheck \
560 && chmod -R a-w "$$dc_install_base" \
561 && ({ \
562 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
563 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
564 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
565 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
566 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
567 } || { rm -rf "$$dc_destdir"; exit 1; }) \
568 && rm -rf "$$dc_destdir" \
569 && $(MAKE) $(AM_MAKEFLAGS) dist \
570 && rm -rf $(DIST_ARCHIVES) \
571 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
572 && cd "$$am__cwd" \
573 || exit 1
574 $(am__remove_distdir)
575 @(echo "$(distdir) archives ready for distribution: "; \
576 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
577 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
578distuninstallcheck:
579 @$(am__cd) '$(distuninstallcheck_dir)' \
580 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
581 || { echo "ERROR: files left after uninstall:" ; \
582 if test -n "$(DESTDIR)"; then \
583 echo " (check DESTDIR support)"; \
584 fi ; \
585 $(distuninstallcheck_listfiles) ; \
586 exit 1; } >&2
587distcleancheck: distclean
588 @if test '$(srcdir)' = . ; then \
589 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
590 exit 1 ; \
591 fi
592 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
593 || { echo "ERROR: files left in build directory after distclean:" ; \
594 $(distcleancheck_listfiles) ; \
595 exit 1; } >&2
596check-am: all-am
597check: check-recursive
598all-am: Makefile config.h
599installdirs: installdirs-recursive
600installdirs-am:
601install: install-recursive
602install-exec: install-exec-recursive
603install-data: install-data-recursive
604uninstall: uninstall-recursive
605
606install-am: all-am
607 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
608
609installcheck: installcheck-recursive
610install-strip:
611 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
612 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
613 `test -z '$(STRIP)' || \
614 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
615mostlyclean-generic:
616
617clean-generic:
618
619distclean-generic:
620 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
621 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
622
623maintainer-clean-generic:
624 @echo "This command is intended for maintainers to use"
625 @echo "it deletes files that may require special tools to rebuild."
626clean: clean-recursive
627
628clean-am: clean-generic clean-libtool mostlyclean-am
629
630distclean: distclean-recursive
631 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
632 -rm -f Makefile
633distclean-am: clean-am distclean-generic distclean-hdr \
634 distclean-libtool distclean-tags
635
636dvi: dvi-recursive
637
638dvi-am:
639
640html: html-recursive
641
642html-am:
643
644info: info-recursive
645
646info-am:
647
648install-data-am:
649
650install-dvi: install-dvi-recursive
651
652install-dvi-am:
653
654install-exec-am:
655
656install-html: install-html-recursive
657
658install-html-am:
659
660install-info: install-info-recursive
661
662install-info-am:
663
664install-man:
665
666install-pdf: install-pdf-recursive
667
668install-pdf-am:
669
670install-ps: install-ps-recursive
671
672install-ps-am:
673
674installcheck-am:
675
676maintainer-clean: maintainer-clean-recursive
677 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
678 -rm -rf $(top_srcdir)/autom4te.cache
679 -rm -f Makefile
680maintainer-clean-am: distclean-am maintainer-clean-generic
681
682mostlyclean: mostlyclean-recursive
683
684mostlyclean-am: mostlyclean-generic mostlyclean-libtool
685
686pdf: pdf-recursive
687
688pdf-am:
689
690ps: ps-recursive
691
692ps-am:
693
694uninstall-am:
695
696.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
697 ctags-recursive install-am install-strip tags-recursive
698
699.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
700 all all-am am--refresh check check-am clean clean-generic \
701 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
702 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
703 distcheck distclean distclean-generic distclean-hdr \
704 distclean-libtool distclean-tags distcleancheck distdir \
705 distuninstallcheck dvi dvi-am html html-am info info-am \
706 install install-am install-data install-data-am install-dvi \
707 install-dvi-am install-exec install-exec-am install-html \
708 install-html-am install-info install-info-am install-man \
709 install-pdf install-pdf-am install-ps install-ps-am \
710 install-strip installcheck installcheck-am installdirs \
711 installdirs-am maintainer-clean maintainer-clean-generic \
712 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
713 ps ps-am tags tags-recursive uninstall uninstall-am
714
715
716# Tell versions [3.59,3.63) of GNU make to not export all variables.
717# Otherwise a system limit (for SysV at least) may be exceeded.
718.NOEXPORT: