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