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