]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/Makefile.in
Imported Upstream version 1.2.3
[nfs-utils.git] / support / include / 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = support/include
38 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
42         $(top_srcdir)/aclocal/ipv6.m4 \
43         $(top_srcdir)/aclocal/kerberos5.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 = 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 HEADERS = $(noinst_HEADERS)
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 = $(SUBDIRS)
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 am__relativize = \
85   dir0=`pwd`; \
86   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
87   sed_rest='s,^[^/]*/*,,'; \
88   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
89   sed_butlast='s,/*[^/]*$$,,'; \
90   while test -n "$$dir1"; do \
91     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
92     if test "$$first" != "."; then \
93       if test "$$first" = ".."; then \
94         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
95         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
96       else \
97         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98         if test "$$first2" = "$$first"; then \
99           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
100         else \
101           dir2="../$$dir2"; \
102         fi; \
103         dir0="$$dir0"/"$$first"; \
104       fi; \
105     fi; \
106     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
107   done; \
108   reldir="$$dir2"
109 ACLOCAL = @ACLOCAL@
110 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
111 ALLOCA = @ALLOCA@
112 AMTAR = @AMTAR@
113 AM_CFLAGS = @AM_CFLAGS@
114 AM_CPPFLAGS = @AM_CPPFLAGS@
115 AR = @AR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CC_FOR_BUILD = @CC_FOR_BUILD@
123 CFLAGS = @CFLAGS@
124 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
125 CPP = @CPP@
126 CPPFLAGS = @CPPFLAGS@
127 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
128 CXX = @CXX@
129 CXXCPP = @CXXCPP@
130 CXXDEPMODE = @CXXDEPMODE@
131 CXXFLAGS = @CXXFLAGS@
132 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
133 CYGPATH_W = @CYGPATH_W@
134 DEFS = @DEFS@
135 DEPDIR = @DEPDIR@
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 LIBNSL = @LIBNSL@
169 LIBOBJS = @LIBOBJS@
170 LIBS = @LIBS@
171 LIBSOCKET = @LIBSOCKET@
172 LIBTOOL = @LIBTOOL@
173 LIBWRAP = @LIBWRAP@
174 LIPO = @LIPO@
175 LN_S = @LN_S@
176 LTLIBOBJS = @LTLIBOBJS@
177 MAINT = @MAINT@
178 MAKEINFO = @MAKEINFO@
179 MKDIR_P = @MKDIR_P@
180 NM = @NM@
181 NMEDIT = @NMEDIT@
182 OBJDUMP = @OBJDUMP@
183 OBJEXT = @OBJEXT@
184 OTOOL = @OTOOL@
185 OTOOL64 = @OTOOL64@
186 PACKAGE = @PACKAGE@
187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188 PACKAGE_NAME = @PACKAGE_NAME@
189 PACKAGE_STRING = @PACKAGE_STRING@
190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
191 PACKAGE_URL = @PACKAGE_URL@
192 PACKAGE_VERSION = @PACKAGE_VERSION@
193 PATH_SEPARATOR = @PATH_SEPARATOR@
194 PKG_CONFIG = @PKG_CONFIG@
195 RANLIB = @RANLIB@
196 RELEASE = @RELEASE@
197 RPCGEN_PATH = @RPCGEN_PATH@
198 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
199 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
200 SED = @SED@
201 SET_MAKE = @SET_MAKE@
202 SHELL = @SHELL@
203 STRIP = @STRIP@
204 SVCGSSD = @SVCGSSD@
205 VERSION = @VERSION@
206 abs_builddir = @abs_builddir@
207 abs_srcdir = @abs_srcdir@
208 abs_top_builddir = @abs_top_builddir@
209 abs_top_srcdir = @abs_top_srcdir@
210 ac_ct_CC = @ac_ct_CC@
211 ac_ct_CXX = @ac_ct_CXX@
212 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213 am__include = @am__include@
214 am__leading_dot = @am__leading_dot@
215 am__quote = @am__quote@
216 am__tar = @am__tar@
217 am__untar = @am__untar@
218 bindir = @bindir@
219 build = @build@
220 build_alias = @build_alias@
221 build_cpu = @build_cpu@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 builddir = @builddir@
225 datadir = @datadir@
226 datarootdir = @datarootdir@
227 docdir = @docdir@
228 dvidir = @dvidir@
229 enable_gss = @enable_gss@
230 enable_ipv6 = @enable_ipv6@
231 enable_mountconfig = @enable_mountconfig@
232 enable_nfsv3 = @enable_nfsv3@
233 enable_nfsv4 = @enable_nfsv4@
234 enable_nfsv41 = @enable_nfsv41@
235 exec_prefix = @exec_prefix@
236 host = @host@
237 host_alias = @host_alias@
238 host_cpu = @host_cpu@
239 host_os = @host_os@
240 host_vendor = @host_vendor@
241 htmldir = @htmldir@
242 includedir = @includedir@
243 infodir = @infodir@
244 install_sh = @install_sh@
245 kprefix = @kprefix@
246 libdir = @libdir@
247 libexecdir = @libexecdir@
248 localedir = @localedir@
249 localstatedir = @localstatedir@
250 lt_ECHO = @lt_ECHO@
251 mandir = @mandir@
252 mkdir_p = @mkdir_p@
253 mountfile = @mountfile@
254 oldincludedir = @oldincludedir@
255 pdfdir = @pdfdir@
256 prefix = @prefix@
257 program_transform_name = @program_transform_name@
258 psdir = @psdir@
259 sbindir = @sbindir@
260 sharedstatedir = @sharedstatedir@
261 srcdir = @srcdir@
262 startstatd = @startstatd@
263 statduser = @statduser@
264 statedir = @statedir@
265 sysconfdir = @sysconfdir@
266 target_alias = @target_alias@
267 top_build_prefix = @top_build_prefix@
268 top_builddir = @top_builddir@
269 top_srcdir = @top_srcdir@
270 SUBDIRS = nfs rpcsvc sys
271 noinst_HEADERS = \
272         exportfs.h \
273         ha-callout.h \
274         misc.h \
275         nfs_mntent.h \
276         nfs_paths.h \
277         nfslib.h \
278         nfsrpc.h \
279         nsm.h \
280         rpcmisc.h \
281         tcpwrapper.h \
282         xio.h \
283         xlog.h \
284         xmalloc.h \
285         xcommon.h \
286         conffile.h
287
288 MAINTAINERCLEANFILES = Makefile.in
289 all: config.h
290         $(MAKE) $(AM_MAKEFLAGS) all-recursive
291
292 .SUFFIXES:
293 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
294         @for dep in $?; do \
295           case '$(am__configure_deps)' in \
296             *$$dep*) \
297               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298                 && { if test -f $@; then exit 0; else break; fi; }; \
299               exit 1;; \
300           esac; \
301         done; \
302         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/include/Makefile'; \
303         $(am__cd) $(top_srcdir) && \
304           $(AUTOMAKE) --gnu support/include/Makefile
305 .PRECIOUS: Makefile
306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307         @case '$?' in \
308           *config.status*) \
309             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
310           *) \
311             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313         esac;
314
315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317
318 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
319         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(am__aclocal_m4_deps):
323
324 config.h: stamp-h1
325         @if test ! -f $@; then \
326           rm -f stamp-h1; \
327           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
328         else :; fi
329
330 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
331         @rm -f stamp-h1
332         cd $(top_builddir) && $(SHELL) ./config.status support/include/config.h
333 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
334         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
335         rm -f stamp-h1
336         touch $@
337
338 distclean-hdr:
339         -rm -f config.h stamp-h1
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):
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         list='$(SUBDIRS)'; for subdir in $$list; do \
364           echo "Making $$target in $$subdir"; \
365           if test "$$subdir" = "."; then \
366             dot_seen=yes; \
367             local_target="$$target-am"; \
368           else \
369             local_target="$$target"; \
370           fi; \
371           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372           || eval $$failcom; \
373         done; \
374         if test "$$dot_seen" = "no"; then \
375           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
376         fi; test -z "$$fail"
377
378 $(RECURSIVE_CLEAN_TARGETS):
379         @fail= failcom='exit 1'; \
380         for f in x $$MAKEFLAGS; do \
381           case $$f in \
382             *=* | --[!k]*);; \
383             *k*) failcom='fail=yes';; \
384           esac; \
385         done; \
386         dot_seen=no; \
387         case "$@" in \
388           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
389           *) list='$(SUBDIRS)' ;; \
390         esac; \
391         rev=''; for subdir in $$list; do \
392           if test "$$subdir" = "."; then :; else \
393             rev="$$subdir $$rev"; \
394           fi; \
395         done; \
396         rev="$$rev ."; \
397         target=`echo $@ | sed s/-recursive//`; \
398         for subdir in $$rev; do \
399           echo "Making $$target in $$subdir"; \
400           if test "$$subdir" = "."; then \
401             local_target="$$target-am"; \
402           else \
403             local_target="$$target"; \
404           fi; \
405           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406           || eval $$failcom; \
407         done && test -z "$$fail"
408 tags-recursive:
409         list='$(SUBDIRS)'; for subdir in $$list; do \
410           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
411         done
412 ctags-recursive:
413         list='$(SUBDIRS)'; for subdir in $$list; do \
414           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
415         done
416
417 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419         unique=`for i in $$list; do \
420             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421           done | \
422           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423               END { if (nonempty) { for (i in files) print i; }; }'`; \
424         mkid -fID $$unique
425 tags: TAGS
426
427 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
428                 $(TAGS_FILES) $(LISP)
429         set x; \
430         here=`pwd`; \
431         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
432           include_option=--etags-include; \
433           empty_fix=.; \
434         else \
435           include_option=--include; \
436           empty_fix=; \
437         fi; \
438         list='$(SUBDIRS)'; for subdir in $$list; do \
439           if test "$$subdir" = .; then :; else \
440             test ! -f $$subdir/TAGS || \
441               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
442           fi; \
443         done; \
444         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
445         unique=`for i in $$list; do \
446             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447           done | \
448           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449               END { if (nonempty) { for (i in files) print i; }; }'`; \
450         shift; \
451         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452           test -n "$$unique" || unique=$$empty_fix; \
453           if test $$# -gt 0; then \
454             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455               "$$@" $$unique; \
456           else \
457             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458               $$unique; \
459           fi; \
460         fi
461 ctags: CTAGS
462 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
463                 $(TAGS_FILES) $(LISP)
464         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
465         unique=`for i in $$list; do \
466             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467           done | \
468           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469               END { if (nonempty) { for (i in files) print i; }; }'`; \
470         test -z "$(CTAGS_ARGS)$$unique" \
471           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472              $$unique
473
474 GTAGS:
475         here=`$(am__cd) $(top_builddir) && pwd` \
476           && $(am__cd) $(top_srcdir) \
477           && gtags -i $(GTAGS_ARGS) "$$here"
478
479 distclean-tags:
480         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
482 distdir: $(DISTFILES)
483         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485         list='$(DISTFILES)'; \
486           dist_files=`for file in $$list; do echo $$file; done | \
487           sed -e "s|^$$srcdirstrip/||;t" \
488               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489         case $$dist_files in \
490           */*) $(MKDIR_P) `echo "$$dist_files" | \
491                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492                            sort -u` ;; \
493         esac; \
494         for file in $$dist_files; do \
495           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496           if test -d $$d/$$file; then \
497             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498             if test -d "$(distdir)/$$file"; then \
499               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500             fi; \
501             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504             fi; \
505             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506           else \
507             test -f "$(distdir)/$$file" \
508             || cp -p $$d/$$file "$(distdir)/$$file" \
509             || exit 1; \
510           fi; \
511         done
512         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513           if test "$$subdir" = .; then :; else \
514             test -d "$(distdir)/$$subdir" \
515             || $(MKDIR_P) "$(distdir)/$$subdir" \
516             || exit 1; \
517           fi; \
518         done
519         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
520           if test "$$subdir" = .; then :; else \
521             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
522             $(am__relativize); \
523             new_distdir=$$reldir; \
524             dir1=$$subdir; dir2="$(top_distdir)"; \
525             $(am__relativize); \
526             new_top_distdir=$$reldir; \
527             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
528             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
529             ($(am__cd) $$subdir && \
530               $(MAKE) $(AM_MAKEFLAGS) \
531                 top_distdir="$$new_top_distdir" \
532                 distdir="$$new_distdir" \
533                 am__remove_distdir=: \
534                 am__skip_length_check=: \
535                 am__skip_mode_fix=: \
536                 distdir) \
537               || exit 1; \
538           fi; \
539         done
540 check-am: all-am
541 check: check-recursive
542 all-am: Makefile $(HEADERS) config.h
543 installdirs: installdirs-recursive
544 installdirs-am:
545 install: install-recursive
546 install-exec: install-exec-recursive
547 install-data: install-data-recursive
548 uninstall: uninstall-recursive
549
550 install-am: all-am
551         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553 installcheck: installcheck-recursive
554 install-strip:
555         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557           `test -z '$(STRIP)' || \
558             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
559 mostlyclean-generic:
560
561 clean-generic:
562
563 distclean-generic:
564         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
567 maintainer-clean-generic:
568         @echo "This command is intended for maintainers to use"
569         @echo "it deletes files that may require special tools to rebuild."
570         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
571 clean: clean-recursive
572
573 clean-am: clean-generic clean-libtool mostlyclean-am
574
575 distclean: distclean-recursive
576         -rm -f Makefile
577 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
578
579 dvi: dvi-recursive
580
581 dvi-am:
582
583 html: html-recursive
584
585 html-am:
586
587 info: info-recursive
588
589 info-am:
590
591 install-data-am:
592
593 install-dvi: install-dvi-recursive
594
595 install-dvi-am:
596
597 install-exec-am:
598
599 install-html: install-html-recursive
600
601 install-html-am:
602
603 install-info: install-info-recursive
604
605 install-info-am:
606
607 install-man:
608
609 install-pdf: install-pdf-recursive
610
611 install-pdf-am:
612
613 install-ps: install-ps-recursive
614
615 install-ps-am:
616
617 installcheck-am:
618
619 maintainer-clean: maintainer-clean-recursive
620         -rm -f Makefile
621 maintainer-clean-am: distclean-am maintainer-clean-generic
622
623 mostlyclean: mostlyclean-recursive
624
625 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
626
627 pdf: pdf-recursive
628
629 pdf-am:
630
631 ps: ps-recursive
632
633 ps-am:
634
635 uninstall-am:
636
637 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
638         ctags-recursive install-am install-strip tags-recursive
639
640 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
641         all all-am check check-am clean clean-generic clean-libtool \
642         ctags ctags-recursive distclean distclean-generic \
643         distclean-hdr distclean-libtool distclean-tags distdir dvi \
644         dvi-am html html-am info info-am install install-am \
645         install-data install-data-am install-dvi install-dvi-am \
646         install-exec install-exec-am install-html install-html-am \
647         install-info install-info-am install-man install-pdf \
648         install-pdf-am install-ps install-ps-am install-strip \
649         installcheck installcheck-am installdirs installdirs-am \
650         maintainer-clean maintainer-clean-generic mostlyclean \
651         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
652         tags tags-recursive uninstall uninstall-am
653
654
655 # Tell versions [3.59,3.63) of GNU make to not export all variables.
656 # Otherwise a system limit (for SysV at least) may be exceeded.
657 .NOEXPORT: