Update changelog.
[deb_libnfs.git] / Makefile.in
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@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = .
37 DIST_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
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46 configure.lineno config.status.lineno
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 SOURCES =
52 DIST_SOURCES =
53 RECURSIVE_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
60 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
61 distclean-recursive maintainer-clean-recursive
62 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
63 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
64 distdir dist dist-all distcheck
65 ETAGS = etags
66 CTAGS = ctags
67 DIST_SUBDIRS = $(SUBDIRS)
68 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69 distdir = $(PACKAGE)-$(VERSION)
70 top_distdir = $(distdir)
71 am__remove_distdir = \
72 { test ! -d "$(distdir)" \
73 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
74 && rm -fr "$(distdir)"; }; }
75 am__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"
100 DIST_ARCHIVES = $(distdir).tar.gz
101 GZIP_ENV = --best
102 distuninstallcheck_listfiles = find . -type f -print
103 distcleancheck_listfiles = find . -type f -print
104 ACLOCAL = @ACLOCAL@
105 AMTAR = @AMTAR@
106 AR = @AR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CFLAGS = @CFLAGS@
114 CPP = @CPP@
115 CPPFLAGS = @CPPFLAGS@
116 CYGPATH_W = @CYGPATH_W@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DLLTOOL = @DLLTOOL@
120 DSYMUTIL = @DSYMUTIL@
121 DUMPBIN = @DUMPBIN@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 FGREP = @FGREP@
128 GREP = @GREP@
129 HAVE_RPCGEN = @HAVE_RPCGEN@
130 INSTALL = @INSTALL@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 LD = @LD@
136 LDFLAGS = @LDFLAGS@
137 LIBOBJS = @LIBOBJS@
138 LIBS = @LIBS@
139 LIBTOOL = @LIBTOOL@
140 LIPO = @LIPO@
141 LN_S = @LN_S@
142 LTLIBOBJS = @LTLIBOBJS@
143 MAKEINFO = @MAKEINFO@
144 MANIFEST_TOOL = @MANIFEST_TOOL@
145 MAYBE_EXAMPLES = @MAYBE_EXAMPLES@
146 MKDIR_P = @MKDIR_P@
147 NM = @NM@
148 NMEDIT = @NMEDIT@
149 OBJDUMP = @OBJDUMP@
150 OBJEXT = @OBJEXT@
151 OTOOL = @OTOOL@
152 OTOOL64 = @OTOOL64@
153 PACKAGE = @PACKAGE@
154 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155 PACKAGE_NAME = @PACKAGE_NAME@
156 PACKAGE_STRING = @PACKAGE_STRING@
157 PACKAGE_TARNAME = @PACKAGE_TARNAME@
158 PACKAGE_URL = @PACKAGE_URL@
159 PACKAGE_VERSION = @PACKAGE_VERSION@
160 PATH_SEPARATOR = @PATH_SEPARATOR@
161 RANLIB = @RANLIB@
162 RPCGENFLAGS = @RPCGENFLAGS@
163 SED = @SED@
164 SET_MAKE = @SET_MAKE@
165 SHELL = @SHELL@
166 STRIP = @STRIP@
167 VERSION = @VERSION@
168 abs_builddir = @abs_builddir@
169 abs_srcdir = @abs_srcdir@
170 abs_top_builddir = @abs_top_builddir@
171 abs_top_srcdir = @abs_top_srcdir@
172 ac_ct_AR = @ac_ct_AR@
173 ac_ct_CC = @ac_ct_CC@
174 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175 am__include = @am__include@
176 am__leading_dot = @am__leading_dot@
177 am__quote = @am__quote@
178 am__tar = @am__tar@
179 am__untar = @am__untar@
180 bindir = @bindir@
181 build = @build@
182 build_alias = @build_alias@
183 build_cpu = @build_cpu@
184 build_os = @build_os@
185 build_vendor = @build_vendor@
186 builddir = @builddir@
187 datadir = @datadir@
188 datarootdir = @datarootdir@
189 docdir = @docdir@
190 dvidir = @dvidir@
191 exec_prefix = @exec_prefix@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 mandir = @mandir@
206 mkdir_p = @mkdir_p@
207 oldincludedir = @oldincludedir@
208 pdfdir = @pdfdir@
209 prefix = @prefix@
210 program_transform_name = @program_transform_name@
211 psdir = @psdir@
212 sbindir = @sbindir@
213 sharedstatedir = @sharedstatedir@
214 srcdir = @srcdir@
215 sysconfdir = @sysconfdir@
216 target_alias = @target_alias@
217 top_build_prefix = @top_build_prefix@
218 top_builddir = @top_builddir@
219 top_srcdir = @top_srcdir@
220 SUBDIRS = mount nfs portmap rquota lib include . $(MAYBE_EXAMPLES)
221 all: config.h
222 $(MAKE) $(AM_MAKEFLAGS) all-recursive
223
224 .SUFFIXES:
225 am--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
241 Makefile: $(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
260 config.h: stamp-h1
261 @if test ! -f $@; then \
262 rm -f stamp-h1; \
263 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
264 else :; fi
265
266 stamp-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
274 distclean-hdr:
275 -rm -f config.h stamp-h1
276
277 mostlyclean-libtool:
278 -rm -f *.lo
279
280 clean-libtool:
281 -rm -rf .libs _libs
282
283 distclean-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"
347 tags-recursive:
348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
350 done
351 ctags-recursive:
352 list='$(SUBDIRS)'; for subdir in $$list; do \
353 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
354 done
355
356 ID: $(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
364 tags: TAGS
365
366 TAGS: 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
400 ctags: CTAGS
401 CTAGS: 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
413 GTAGS:
414 here=`$(am__cd) $(top_builddir) && pwd` \
415 && $(am__cd) $(top_srcdir) \
416 && gtags -i $(GTAGS_ARGS) "$$here"
417
418 distclean-tags:
419 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
420
421 distdir: $(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)"
488 dist-gzip: distdir
489 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
490 $(am__remove_distdir)
491
492 dist-bzip2: distdir
493 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
494 $(am__remove_distdir)
495
496 dist-lzma: distdir
497 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
498 $(am__remove_distdir)
499
500 dist-xz: distdir
501 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
502 $(am__remove_distdir)
503
504 dist-tarZ: distdir
505 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
506 $(am__remove_distdir)
507
508 dist-shar: distdir
509 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
510 $(am__remove_distdir)
511
512 dist-zip: distdir
513 -rm -f $(distdir).zip
514 zip -rq $(distdir).zip $(distdir)
515 $(am__remove_distdir)
516
517 dist 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.
524 distcheck: 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'
578 distuninstallcheck:
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
587 distcleancheck: 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
596 check-am: all-am
597 check: check-recursive
598 all-am: Makefile config.h
599 installdirs: installdirs-recursive
600 installdirs-am:
601 install: install-recursive
602 install-exec: install-exec-recursive
603 install-data: install-data-recursive
604 uninstall: uninstall-recursive
605
606 install-am: all-am
607 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
608
609 installcheck: installcheck-recursive
610 install-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
615 mostlyclean-generic:
616
617 clean-generic:
618
619 distclean-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
623 maintainer-clean-generic:
624 @echo "This command is intended for maintainers to use"
625 @echo "it deletes files that may require special tools to rebuild."
626 clean: clean-recursive
627
628 clean-am: clean-generic clean-libtool mostlyclean-am
629
630 distclean: distclean-recursive
631 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
632 -rm -f Makefile
633 distclean-am: clean-am distclean-generic distclean-hdr \
634 distclean-libtool distclean-tags
635
636 dvi: dvi-recursive
637
638 dvi-am:
639
640 html: html-recursive
641
642 html-am:
643
644 info: info-recursive
645
646 info-am:
647
648 install-data-am:
649
650 install-dvi: install-dvi-recursive
651
652 install-dvi-am:
653
654 install-exec-am:
655
656 install-html: install-html-recursive
657
658 install-html-am:
659
660 install-info: install-info-recursive
661
662 install-info-am:
663
664 install-man:
665
666 install-pdf: install-pdf-recursive
667
668 install-pdf-am:
669
670 install-ps: install-ps-recursive
671
672 install-ps-am:
673
674 installcheck-am:
675
676 maintainer-clean: maintainer-clean-recursive
677 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
678 -rm -rf $(top_srcdir)/autom4te.cache
679 -rm -f Makefile
680 maintainer-clean-am: distclean-am maintainer-clean-generic
681
682 mostlyclean: mostlyclean-recursive
683
684 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
685
686 pdf: pdf-recursive
687
688 pdf-am:
689
690 ps: ps-recursive
691
692 ps-am:
693
694 uninstall-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: