]> git.decadent.org.uk Git - nfs-utils.git/blob - tools/Makefile.in
proper merge
[nfs-utils.git] / tools / 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 @CONFIG_RPCGEN_TRUE@am__append_1 = rpcgen
37 subdir = tools
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
41         $(top_srcdir)/aclocal/ipv6.m4 \
42         $(top_srcdir)/aclocal/kerberos5.m4 \
43         $(top_srcdir)/aclocal/keyutils.m4 \
44         $(top_srcdir)/aclocal/libblkid.m4 \
45         $(top_srcdir)/aclocal/libcap.m4 \
46         $(top_srcdir)/aclocal/libevent.m4 \
47         $(top_srcdir)/aclocal/libnfsidmap.m4 \
48         $(top_srcdir)/aclocal/librpcsecgss.m4 \
49         $(top_srcdir)/aclocal/libsqlite3.m4 \
50         $(top_srcdir)/aclocal/libtirpc.m4 \
51         $(top_srcdir)/aclocal/nfs-utils.m4 \
52         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
53         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
54         $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56         $(ACLOCAL_M4)
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = $(top_builddir)/support/include/config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64         html-recursive info-recursive install-data-recursive \
65         install-dvi-recursive install-exec-recursive \
66         install-html-recursive install-info-recursive \
67         install-pdf-recursive install-ps-recursive install-recursive \
68         installcheck-recursive installdirs-recursive pdf-recursive \
69         ps-recursive uninstall-recursive
70 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71   distclean-recursive maintainer-clean-recursive
72 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
73         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
74         distdir
75 ETAGS = etags
76 CTAGS = ctags
77 DIST_SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat rpcgen
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 am__relativize = \
80   dir0=`pwd`; \
81   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
82   sed_rest='s,^[^/]*/*,,'; \
83   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
84   sed_butlast='s,/*[^/]*$$,,'; \
85   while test -n "$$dir1"; do \
86     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
87     if test "$$first" != "."; then \
88       if test "$$first" = ".."; then \
89         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
90         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
91       else \
92         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
93         if test "$$first2" = "$$first"; then \
94           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
95         else \
96           dir2="../$$dir2"; \
97         fi; \
98         dir0="$$dir0"/"$$first"; \
99       fi; \
100     fi; \
101     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
102   done; \
103   reldir="$$dir2"
104 ACLOCAL = @ACLOCAL@
105 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
106 ALLOCA = @ALLOCA@
107 AMTAR = @AMTAR@
108 AM_CFLAGS = @AM_CFLAGS@
109 AM_CPPFLAGS = @AM_CPPFLAGS@
110 AR = @AR@
111 AUTOCONF = @AUTOCONF@
112 AUTOHEADER = @AUTOHEADER@
113 AUTOMAKE = @AUTOMAKE@
114 AWK = @AWK@
115 CC = @CC@
116 CCDEPMODE = @CCDEPMODE@
117 CC_FOR_BUILD = @CC_FOR_BUILD@
118 CFLAGS = @CFLAGS@
119 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
123 CXX = @CXX@
124 CXXCPP = @CXXCPP@
125 CXXDEPMODE = @CXXDEPMODE@
126 CXXFLAGS = @CXXFLAGS@
127 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
128 CYGPATH_W = @CYGPATH_W@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 DLLTOOL = @DLLTOOL@
132 DSYMUTIL = @DSYMUTIL@
133 DUMPBIN = @DUMPBIN@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 FGREP = @FGREP@
140 GREP = @GREP@
141 GSSD = @GSSD@
142 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
143 GSSGLUE_LIBS = @GSSGLUE_LIBS@
144 HAVE_LIBWRAP = @HAVE_LIBWRAP@
145 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
146 IDMAPD = @IDMAPD@
147 INSTALL = @INSTALL@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152 K5VERS = @K5VERS@
153 KRBCFLAGS = @KRBCFLAGS@
154 KRBDIR = @KRBDIR@
155 KRBLDFLAGS = @KRBLDFLAGS@
156 KRBLIBS = @KRBLIBS@
157 LD = @LD@
158 LDFLAGS = @LDFLAGS@
159 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
160 LIBBLKID = @LIBBLKID@
161 LIBBSD = @LIBBSD@
162 LIBCAP = @LIBCAP@
163 LIBCRYPT = @LIBCRYPT@
164 LIBDL = @LIBDL@
165 LIBEVENT = @LIBEVENT@
166 LIBKEYUTILS = @LIBKEYUTILS@
167 LIBMOUNT = @LIBMOUNT@
168 LIBNFSIDMAP = @LIBNFSIDMAP@
169 LIBNSL = @LIBNSL@
170 LIBOBJS = @LIBOBJS@
171 LIBS = @LIBS@
172 LIBSOCKET = @LIBSOCKET@
173 LIBSQLITE = @LIBSQLITE@
174 LIBTIRPC = @LIBTIRPC@
175 LIBTOOL = @LIBTOOL@
176 LIBWRAP = @LIBWRAP@
177 LIPO = @LIPO@
178 LN_S = @LN_S@
179 LTLIBOBJS = @LTLIBOBJS@
180 MAINT = @MAINT@
181 MAKEINFO = @MAKEINFO@
182 MANIFEST_TOOL = @MANIFEST_TOOL@
183 MKDIR_P = @MKDIR_P@
184 NM = @NM@
185 NMEDIT = @NMEDIT@
186 OBJDUMP = @OBJDUMP@
187 OBJEXT = @OBJEXT@
188 OTOOL = @OTOOL@
189 OTOOL64 = @OTOOL64@
190 PACKAGE = @PACKAGE@
191 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192 PACKAGE_NAME = @PACKAGE_NAME@
193 PACKAGE_STRING = @PACKAGE_STRING@
194 PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 PACKAGE_URL = @PACKAGE_URL@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PKG_CONFIG = @PKG_CONFIG@
199 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
200 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
201 RANLIB = @RANLIB@
202 RELEASE = @RELEASE@
203 RPCGEN_PATH = @RPCGEN_PATH@
204 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
205 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
206 SED = @SED@
207 SET_MAKE = @SET_MAKE@
208 SHELL = @SHELL@
209 STRIP = @STRIP@
210 SVCGSSD = @SVCGSSD@
211 VERSION = @VERSION@
212 abs_builddir = @abs_builddir@
213 abs_srcdir = @abs_srcdir@
214 abs_top_builddir = @abs_top_builddir@
215 abs_top_srcdir = @abs_top_srcdir@
216 ac_ct_AR = @ac_ct_AR@
217 ac_ct_CC = @ac_ct_CC@
218 ac_ct_CXX = @ac_ct_CXX@
219 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
220 am__include = @am__include@
221 am__leading_dot = @am__leading_dot@
222 am__quote = @am__quote@
223 am__tar = @am__tar@
224 am__untar = @am__untar@
225 bindir = @bindir@
226 build = @build@
227 build_alias = @build_alias@
228 build_cpu = @build_cpu@
229 build_os = @build_os@
230 build_vendor = @build_vendor@
231 builddir = @builddir@
232 datadir = @datadir@
233 datarootdir = @datarootdir@
234 docdir = @docdir@
235 dvidir = @dvidir@
236 enable_gss = @enable_gss@
237 enable_ipv6 = @enable_ipv6@
238 enable_mountconfig = @enable_mountconfig@
239 enable_nfsv4 = @enable_nfsv4@
240 enable_nfsv41 = @enable_nfsv41@
241 exec_prefix = @exec_prefix@
242 host = @host@
243 host_alias = @host_alias@
244 host_cpu = @host_cpu@
245 host_os = @host_os@
246 host_vendor = @host_vendor@
247 htmldir = @htmldir@
248 includedir = @includedir@
249 infodir = @infodir@
250 install_sh = @install_sh@
251 kprefix = @kprefix@
252 libdir = @libdir@
253 libexecdir = @libexecdir@
254 localedir = @localedir@
255 localstatedir = @localstatedir@
256 mandir = @mandir@
257 mkdir_p = @mkdir_p@
258 mountfile = @mountfile@
259 oldincludedir = @oldincludedir@
260 pdfdir = @pdfdir@
261 prefix = @prefix@
262 program_transform_name = @program_transform_name@
263 psdir = @psdir@
264 sbindir = @sbindir@
265 sharedstatedir = @sharedstatedir@
266 srcdir = @srcdir@
267 startstatd = @startstatd@
268 statdpath = @statdpath@
269 statduser = @statduser@
270 statedir = @statedir@
271 sysconfdir = @sysconfdir@
272 target_alias = @target_alias@
273 top_build_prefix = @top_build_prefix@
274 top_builddir = @top_builddir@
275 top_srcdir = @top_srcdir@
276 OPTDIRS = $(am__append_1)
277 SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat $(OPTDIRS)
278 MAINTAINERCLEANFILES = Makefile.in
279 all: all-recursive
280
281 .SUFFIXES:
282 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
283         @for dep in $?; do \
284           case '$(am__configure_deps)' in \
285             *$$dep*) \
286               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
287                 && { if test -f $@; then exit 0; else break; fi; }; \
288               exit 1;; \
289           esac; \
290         done; \
291         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
292         $(am__cd) $(top_srcdir) && \
293           $(AUTOMAKE) --gnu tools/Makefile
294 .PRECIOUS: Makefile
295 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296         @case '$?' in \
297           *config.status*) \
298             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299           *) \
300             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302         esac;
303
304 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
308         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
310         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311 $(am__aclocal_m4_deps):
312
313 mostlyclean-libtool:
314         -rm -f *.lo
315
316 clean-libtool:
317         -rm -rf .libs _libs
318
319 # This directory's subdirectories are mostly independent; you can cd
320 # into them and run `make' without going through this Makefile.
321 # To change the values of `make' variables: instead of editing Makefiles,
322 # (1) if the variable is set in `config.status', edit `config.status'
323 #     (which will cause the Makefiles to be regenerated when you run `make');
324 # (2) otherwise, pass the desired values on the `make' command line.
325 $(RECURSIVE_TARGETS):
326         @fail= failcom='exit 1'; \
327         for f in x $$MAKEFLAGS; do \
328           case $$f in \
329             *=* | --[!k]*);; \
330             *k*) failcom='fail=yes';; \
331           esac; \
332         done; \
333         dot_seen=no; \
334         target=`echo $@ | sed s/-recursive//`; \
335         list='$(SUBDIRS)'; for subdir in $$list; do \
336           echo "Making $$target in $$subdir"; \
337           if test "$$subdir" = "."; then \
338             dot_seen=yes; \
339             local_target="$$target-am"; \
340           else \
341             local_target="$$target"; \
342           fi; \
343           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344           || eval $$failcom; \
345         done; \
346         if test "$$dot_seen" = "no"; then \
347           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
348         fi; test -z "$$fail"
349
350 $(RECURSIVE_CLEAN_TARGETS):
351         @fail= failcom='exit 1'; \
352         for f in x $$MAKEFLAGS; do \
353           case $$f in \
354             *=* | --[!k]*);; \
355             *k*) failcom='fail=yes';; \
356           esac; \
357         done; \
358         dot_seen=no; \
359         case "$@" in \
360           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
361           *) list='$(SUBDIRS)' ;; \
362         esac; \
363         rev=''; for subdir in $$list; do \
364           if test "$$subdir" = "."; then :; else \
365             rev="$$subdir $$rev"; \
366           fi; \
367         done; \
368         rev="$$rev ."; \
369         target=`echo $@ | sed s/-recursive//`; \
370         for subdir in $$rev; do \
371           echo "Making $$target in $$subdir"; \
372           if test "$$subdir" = "."; then \
373             local_target="$$target-am"; \
374           else \
375             local_target="$$target"; \
376           fi; \
377           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378           || eval $$failcom; \
379         done && test -z "$$fail"
380 tags-recursive:
381         list='$(SUBDIRS)'; for subdir in $$list; do \
382           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
383         done
384 ctags-recursive:
385         list='$(SUBDIRS)'; for subdir in $$list; do \
386           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
387         done
388
389 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395               END { if (nonempty) { for (i in files) print i; }; }'`; \
396         mkid -fID $$unique
397 tags: TAGS
398
399 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400                 $(TAGS_FILES) $(LISP)
401         set x; \
402         here=`pwd`; \
403         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404           include_option=--etags-include; \
405           empty_fix=.; \
406         else \
407           include_option=--include; \
408           empty_fix=; \
409         fi; \
410         list='$(SUBDIRS)'; for subdir in $$list; do \
411           if test "$$subdir" = .; then :; else \
412             test ! -f $$subdir/TAGS || \
413               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414           fi; \
415         done; \
416         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
417         unique=`for i in $$list; do \
418             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419           done | \
420           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421               END { if (nonempty) { for (i in files) print i; }; }'`; \
422         shift; \
423         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424           test -n "$$unique" || unique=$$empty_fix; \
425           if test $$# -gt 0; then \
426             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427               "$$@" $$unique; \
428           else \
429             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430               $$unique; \
431           fi; \
432         fi
433 ctags: CTAGS
434 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
435                 $(TAGS_FILES) $(LISP)
436         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437         unique=`for i in $$list; do \
438             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439           done | \
440           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441               END { if (nonempty) { for (i in files) print i; }; }'`; \
442         test -z "$(CTAGS_ARGS)$$unique" \
443           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444              $$unique
445
446 GTAGS:
447         here=`$(am__cd) $(top_builddir) && pwd` \
448           && $(am__cd) $(top_srcdir) \
449           && gtags -i $(GTAGS_ARGS) "$$here"
450
451 distclean-tags:
452         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
454 distdir: $(DISTFILES)
455         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457         list='$(DISTFILES)'; \
458           dist_files=`for file in $$list; do echo $$file; done | \
459           sed -e "s|^$$srcdirstrip/||;t" \
460               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
461         case $$dist_files in \
462           */*) $(MKDIR_P) `echo "$$dist_files" | \
463                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
464                            sort -u` ;; \
465         esac; \
466         for file in $$dist_files; do \
467           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468           if test -d $$d/$$file; then \
469             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
470             if test -d "$(distdir)/$$file"; then \
471               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472             fi; \
473             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
474               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
475               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476             fi; \
477             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
478           else \
479             test -f "$(distdir)/$$file" \
480             || cp -p $$d/$$file "$(distdir)/$$file" \
481             || exit 1; \
482           fi; \
483         done
484         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
485           if test "$$subdir" = .; then :; else \
486             test -d "$(distdir)/$$subdir" \
487             || $(MKDIR_P) "$(distdir)/$$subdir" \
488             || exit 1; \
489           fi; \
490         done
491         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492           if test "$$subdir" = .; then :; else \
493             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
494             $(am__relativize); \
495             new_distdir=$$reldir; \
496             dir1=$$subdir; dir2="$(top_distdir)"; \
497             $(am__relativize); \
498             new_top_distdir=$$reldir; \
499             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
500             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
501             ($(am__cd) $$subdir && \
502               $(MAKE) $(AM_MAKEFLAGS) \
503                 top_distdir="$$new_top_distdir" \
504                 distdir="$$new_distdir" \
505                 am__remove_distdir=: \
506                 am__skip_length_check=: \
507                 am__skip_mode_fix=: \
508                 distdir) \
509               || exit 1; \
510           fi; \
511         done
512 check-am: all-am
513 check: check-recursive
514 all-am: Makefile
515 installdirs: installdirs-recursive
516 installdirs-am:
517 install: install-recursive
518 install-exec: install-exec-recursive
519 install-data: install-data-recursive
520 uninstall: uninstall-recursive
521
522 install-am: all-am
523         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
525 installcheck: installcheck-recursive
526 install-strip:
527         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529           `test -z '$(STRIP)' || \
530             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531 mostlyclean-generic:
532
533 clean-generic:
534
535 distclean-generic:
536         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
537         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538
539 maintainer-clean-generic:
540         @echo "This command is intended for maintainers to use"
541         @echo "it deletes files that may require special tools to rebuild."
542         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
543 clean: clean-recursive
544
545 clean-am: clean-generic clean-libtool mostlyclean-am
546
547 distclean: distclean-recursive
548         -rm -f Makefile
549 distclean-am: clean-am distclean-generic distclean-tags
550
551 dvi: dvi-recursive
552
553 dvi-am:
554
555 html: html-recursive
556
557 html-am:
558
559 info: info-recursive
560
561 info-am:
562
563 install-data-am:
564
565 install-dvi: install-dvi-recursive
566
567 install-dvi-am:
568
569 install-exec-am:
570
571 install-html: install-html-recursive
572
573 install-html-am:
574
575 install-info: install-info-recursive
576
577 install-info-am:
578
579 install-man:
580
581 install-pdf: install-pdf-recursive
582
583 install-pdf-am:
584
585 install-ps: install-ps-recursive
586
587 install-ps-am:
588
589 installcheck-am:
590
591 maintainer-clean: maintainer-clean-recursive
592         -rm -f Makefile
593 maintainer-clean-am: distclean-am maintainer-clean-generic
594
595 mostlyclean: mostlyclean-recursive
596
597 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
598
599 pdf: pdf-recursive
600
601 pdf-am:
602
603 ps: ps-recursive
604
605 ps-am:
606
607 uninstall-am:
608
609 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
610         install-am install-strip tags-recursive
611
612 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
613         all all-am check check-am clean clean-generic clean-libtool \
614         ctags ctags-recursive distclean distclean-generic \
615         distclean-libtool distclean-tags distdir dvi dvi-am html \
616         html-am info info-am install install-am install-data \
617         install-data-am install-dvi install-dvi-am install-exec \
618         install-exec-am install-html install-html-am install-info \
619         install-info-am install-man install-pdf install-pdf-am \
620         install-ps install-ps-am install-strip installcheck \
621         installcheck-am installdirs installdirs-am maintainer-clean \
622         maintainer-clean-generic mostlyclean mostlyclean-generic \
623         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
624         uninstall uninstall-am
625
626
627 # Tell versions [3.59,3.63) of GNU make to not export all variables.
628 # Otherwise a system limit (for SysV at least) may be exceeded.
629 .NOEXPORT: