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