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