]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/Makefile.in
debian-changes
[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/keyutils.m4 \
45         $(top_srcdir)/aclocal/libblkid.m4 \
46         $(top_srcdir)/aclocal/libcap.m4 \
47         $(top_srcdir)/aclocal/libevent.m4 \
48         $(top_srcdir)/aclocal/libnfsidmap.m4 \
49         $(top_srcdir)/aclocal/librpcsecgss.m4 \
50         $(top_srcdir)/aclocal/libtirpc.m4 \
51         $(top_srcdir)/aclocal/libtool.m4 \
52         $(top_srcdir)/aclocal/ltoptions.m4 \
53         $(top_srcdir)/aclocal/ltsugar.m4 \
54         $(top_srcdir)/aclocal/ltversion.m4 \
55         $(top_srcdir)/aclocal/lt~obsolete.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 = 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 HEADERS = $(noinst_HEADERS)
76 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77   distclean-recursive maintainer-clean-recursive
78 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80         distdir
81 ETAGS = etags
82 CTAGS = ctags
83 DIST_SUBDIRS = $(SUBDIRS)
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 LIBKEYUTILS = @LIBKEYUTILS@
171 LIBMOUNT = @LIBMOUNT@
172 LIBNSL = @LIBNSL@
173 LIBOBJS = @LIBOBJS@
174 LIBS = @LIBS@
175 LIBSOCKET = @LIBSOCKET@
176 LIBTOOL = @LIBTOOL@
177 LIBWRAP = @LIBWRAP@
178 LIPO = @LIPO@
179 LN_S = @LN_S@
180 LTLIBOBJS = @LTLIBOBJS@
181 MAINT = @MAINT@
182 MAKEINFO = @MAKEINFO@
183 MANIFEST_TOOL = @MANIFEST_TOOL@
184 MKDIR_P = @MKDIR_P@
185 NM = @NM@
186 NMEDIT = @NMEDIT@
187 OBJDUMP = @OBJDUMP@
188 OBJEXT = @OBJEXT@
189 OTOOL = @OTOOL@
190 OTOOL64 = @OTOOL64@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_URL = @PACKAGE_URL@
197 PACKAGE_VERSION = @PACKAGE_VERSION@
198 PATH_SEPARATOR = @PATH_SEPARATOR@
199 PKG_CONFIG = @PKG_CONFIG@
200 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
201 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
202 RANLIB = @RANLIB@
203 RELEASE = @RELEASE@
204 RPCGEN_PATH = @RPCGEN_PATH@
205 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
206 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
207 SED = @SED@
208 SET_MAKE = @SET_MAKE@
209 SHELL = @SHELL@
210 STRIP = @STRIP@
211 SVCGSSD = @SVCGSSD@
212 VERSION = @VERSION@
213 abs_builddir = @abs_builddir@
214 abs_srcdir = @abs_srcdir@
215 abs_top_builddir = @abs_top_builddir@
216 abs_top_srcdir = @abs_top_srcdir@
217 ac_ct_AR = @ac_ct_AR@
218 ac_ct_CC = @ac_ct_CC@
219 ac_ct_CXX = @ac_ct_CXX@
220 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
221 am__include = @am__include@
222 am__leading_dot = @am__leading_dot@
223 am__quote = @am__quote@
224 am__tar = @am__tar@
225 am__untar = @am__untar@
226 bindir = @bindir@
227 build = @build@
228 build_alias = @build_alias@
229 build_cpu = @build_cpu@
230 build_os = @build_os@
231 build_vendor = @build_vendor@
232 builddir = @builddir@
233 datadir = @datadir@
234 datarootdir = @datarootdir@
235 docdir = @docdir@
236 dvidir = @dvidir@
237 enable_gss = @enable_gss@
238 enable_ipv6 = @enable_ipv6@
239 enable_mountconfig = @enable_mountconfig@
240 enable_nfsv3 = @enable_nfsv3@
241 enable_nfsv4 = @enable_nfsv4@
242 enable_nfsv41 = @enable_nfsv41@
243 exec_prefix = @exec_prefix@
244 host = @host@
245 host_alias = @host_alias@
246 host_cpu = @host_cpu@
247 host_os = @host_os@
248 host_vendor = @host_vendor@
249 htmldir = @htmldir@
250 includedir = @includedir@
251 infodir = @infodir@
252 install_sh = @install_sh@
253 kprefix = @kprefix@
254 libdir = @libdir@
255 libexecdir = @libexecdir@
256 localedir = @localedir@
257 localstatedir = @localstatedir@
258 mandir = @mandir@
259 mkdir_p = @mkdir_p@
260 mountfile = @mountfile@
261 oldincludedir = @oldincludedir@
262 pdfdir = @pdfdir@
263 prefix = @prefix@
264 program_transform_name = @program_transform_name@
265 psdir = @psdir@
266 sbindir = @sbindir@
267 sharedstatedir = @sharedstatedir@
268 srcdir = @srcdir@
269 startstatd = @startstatd@
270 statduser = @statduser@
271 statedir = @statedir@
272 sysconfdir = @sysconfdir@
273 target_alias = @target_alias@
274 top_build_prefix = @top_build_prefix@
275 top_builddir = @top_builddir@
276 top_srcdir = @top_srcdir@
277 SUBDIRS = nfs rpcsvc sys
278 noinst_HEADERS = \
279         exportfs.h \
280         ha-callout.h \
281         misc.h \
282         nfs_mntent.h \
283         nfs_paths.h \
284         nfslib.h \
285         nfsrpc.h \
286         nsm.h \
287         rpcmisc.h \
288         tcpwrapper.h \
289         xio.h \
290         xlog.h \
291         xmalloc.h \
292         xcommon.h \
293         conffile.h
294
295 MAINTAINERCLEANFILES = Makefile.in
296 all: config.h
297         $(MAKE) $(AM_MAKEFLAGS) all-recursive
298
299 .SUFFIXES:
300 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
301         @for dep in $?; do \
302           case '$(am__configure_deps)' in \
303             *$$dep*) \
304               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305                 && { if test -f $@; then exit 0; else break; fi; }; \
306               exit 1;; \
307           esac; \
308         done; \
309         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/include/Makefile'; \
310         $(am__cd) $(top_srcdir) && \
311           $(AUTOMAKE) --gnu support/include/Makefile
312 .PRECIOUS: Makefile
313 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314         @case '$?' in \
315           *config.status*) \
316             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317           *) \
318             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320         esac;
321
322 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
325 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
328         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329 $(am__aclocal_m4_deps):
330
331 config.h: stamp-h1
332         @if test ! -f $@; then \
333           rm -f stamp-h1; \
334           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
335         else :; fi
336
337 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
338         @rm -f stamp-h1
339         cd $(top_builddir) && $(SHELL) ./config.status support/include/config.h
340 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
341         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
342         rm -f stamp-h1
343         touch $@
344
345 distclean-hdr:
346         -rm -f config.h stamp-h1
347
348 mostlyclean-libtool:
349         -rm -f *.lo
350
351 clean-libtool:
352         -rm -rf .libs _libs
353
354 # This directory's subdirectories are mostly independent; you can cd
355 # into them and run `make' without going through this Makefile.
356 # To change the values of `make' variables: instead of editing Makefiles,
357 # (1) if the variable is set in `config.status', edit `config.status'
358 #     (which will cause the Makefiles to be regenerated when you run `make');
359 # (2) otherwise, pass the desired values on the `make' command line.
360 $(RECURSIVE_TARGETS):
361         @fail= failcom='exit 1'; \
362         for f in x $$MAKEFLAGS; do \
363           case $$f in \
364             *=* | --[!k]*);; \
365             *k*) failcom='fail=yes';; \
366           esac; \
367         done; \
368         dot_seen=no; \
369         target=`echo $@ | sed s/-recursive//`; \
370         list='$(SUBDIRS)'; for subdir in $$list; do \
371           echo "Making $$target in $$subdir"; \
372           if test "$$subdir" = "."; then \
373             dot_seen=yes; \
374             local_target="$$target-am"; \
375           else \
376             local_target="$$target"; \
377           fi; \
378           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
379           || eval $$failcom; \
380         done; \
381         if test "$$dot_seen" = "no"; then \
382           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
383         fi; test -z "$$fail"
384
385 $(RECURSIVE_CLEAN_TARGETS):
386         @fail= failcom='exit 1'; \
387         for f in x $$MAKEFLAGS; do \
388           case $$f in \
389             *=* | --[!k]*);; \
390             *k*) failcom='fail=yes';; \
391           esac; \
392         done; \
393         dot_seen=no; \
394         case "$@" in \
395           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
396           *) list='$(SUBDIRS)' ;; \
397         esac; \
398         rev=''; for subdir in $$list; do \
399           if test "$$subdir" = "."; then :; else \
400             rev="$$subdir $$rev"; \
401           fi; \
402         done; \
403         rev="$$rev ."; \
404         target=`echo $@ | sed s/-recursive//`; \
405         for subdir in $$rev; do \
406           echo "Making $$target in $$subdir"; \
407           if test "$$subdir" = "."; then \
408             local_target="$$target-am"; \
409           else \
410             local_target="$$target"; \
411           fi; \
412           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413           || eval $$failcom; \
414         done && test -z "$$fail"
415 tags-recursive:
416         list='$(SUBDIRS)'; for subdir in $$list; do \
417           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
418         done
419 ctags-recursive:
420         list='$(SUBDIRS)'; for subdir in $$list; do \
421           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
422         done
423
424 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
425         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
426         unique=`for i in $$list; do \
427             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428           done | \
429           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430               END { if (nonempty) { for (i in files) print i; }; }'`; \
431         mkid -fID $$unique
432 tags: TAGS
433
434 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
435                 $(TAGS_FILES) $(LISP)
436         set x; \
437         here=`pwd`; \
438         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
439           include_option=--etags-include; \
440           empty_fix=.; \
441         else \
442           include_option=--include; \
443           empty_fix=; \
444         fi; \
445         list='$(SUBDIRS)'; for subdir in $$list; do \
446           if test "$$subdir" = .; then :; else \
447             test ! -f $$subdir/TAGS || \
448               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
449           fi; \
450         done; \
451         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
452         unique=`for i in $$list; do \
453             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454           done | \
455           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456               END { if (nonempty) { for (i in files) print i; }; }'`; \
457         shift; \
458         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
459           test -n "$$unique" || unique=$$empty_fix; \
460           if test $$# -gt 0; then \
461             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462               "$$@" $$unique; \
463           else \
464             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465               $$unique; \
466           fi; \
467         fi
468 ctags: CTAGS
469 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
470                 $(TAGS_FILES) $(LISP)
471         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
472         unique=`for i in $$list; do \
473             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474           done | \
475           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476               END { if (nonempty) { for (i in files) print i; }; }'`; \
477         test -z "$(CTAGS_ARGS)$$unique" \
478           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479              $$unique
480
481 GTAGS:
482         here=`$(am__cd) $(top_builddir) && pwd` \
483           && $(am__cd) $(top_srcdir) \
484           && gtags -i $(GTAGS_ARGS) "$$here"
485
486 distclean-tags:
487         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
489 distdir: $(DISTFILES)
490         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492         list='$(DISTFILES)'; \
493           dist_files=`for file in $$list; do echo $$file; done | \
494           sed -e "s|^$$srcdirstrip/||;t" \
495               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
496         case $$dist_files in \
497           */*) $(MKDIR_P) `echo "$$dist_files" | \
498                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499                            sort -u` ;; \
500         esac; \
501         for file in $$dist_files; do \
502           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503           if test -d $$d/$$file; then \
504             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
505             if test -d "$(distdir)/$$file"; then \
506               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507             fi; \
508             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511             fi; \
512             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513           else \
514             test -f "$(distdir)/$$file" \
515             || cp -p $$d/$$file "$(distdir)/$$file" \
516             || exit 1; \
517           fi; \
518         done
519         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
520           if test "$$subdir" = .; then :; else \
521             test -d "$(distdir)/$$subdir" \
522             || $(MKDIR_P) "$(distdir)/$$subdir" \
523             || exit 1; \
524           fi; \
525         done
526         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
527           if test "$$subdir" = .; then :; else \
528             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
529             $(am__relativize); \
530             new_distdir=$$reldir; \
531             dir1=$$subdir; dir2="$(top_distdir)"; \
532             $(am__relativize); \
533             new_top_distdir=$$reldir; \
534             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
535             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
536             ($(am__cd) $$subdir && \
537               $(MAKE) $(AM_MAKEFLAGS) \
538                 top_distdir="$$new_top_distdir" \
539                 distdir="$$new_distdir" \
540                 am__remove_distdir=: \
541                 am__skip_length_check=: \
542                 am__skip_mode_fix=: \
543                 distdir) \
544               || exit 1; \
545           fi; \
546         done
547 check-am: all-am
548 check: check-recursive
549 all-am: Makefile $(HEADERS) config.h
550 installdirs: installdirs-recursive
551 installdirs-am:
552 install: install-recursive
553 install-exec: install-exec-recursive
554 install-data: install-data-recursive
555 uninstall: uninstall-recursive
556
557 install-am: all-am
558         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
559
560 installcheck: installcheck-recursive
561 install-strip:
562         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564           `test -z '$(STRIP)' || \
565             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
566 mostlyclean-generic:
567
568 clean-generic:
569
570 distclean-generic:
571         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
572         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573
574 maintainer-clean-generic:
575         @echo "This command is intended for maintainers to use"
576         @echo "it deletes files that may require special tools to rebuild."
577         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
578 clean: clean-recursive
579
580 clean-am: clean-generic clean-libtool mostlyclean-am
581
582 distclean: distclean-recursive
583         -rm -f Makefile
584 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
585
586 dvi: dvi-recursive
587
588 dvi-am:
589
590 html: html-recursive
591
592 html-am:
593
594 info: info-recursive
595
596 info-am:
597
598 install-data-am:
599
600 install-dvi: install-dvi-recursive
601
602 install-dvi-am:
603
604 install-exec-am:
605
606 install-html: install-html-recursive
607
608 install-html-am:
609
610 install-info: install-info-recursive
611
612 install-info-am:
613
614 install-man:
615
616 install-pdf: install-pdf-recursive
617
618 install-pdf-am:
619
620 install-ps: install-ps-recursive
621
622 install-ps-am:
623
624 installcheck-am:
625
626 maintainer-clean: maintainer-clean-recursive
627         -rm -f Makefile
628 maintainer-clean-am: distclean-am maintainer-clean-generic
629
630 mostlyclean: mostlyclean-recursive
631
632 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
633
634 pdf: pdf-recursive
635
636 pdf-am:
637
638 ps: ps-recursive
639
640 ps-am:
641
642 uninstall-am:
643
644 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
645         ctags-recursive install-am install-strip tags-recursive
646
647 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
648         all all-am check check-am clean clean-generic clean-libtool \
649         ctags ctags-recursive distclean distclean-generic \
650         distclean-hdr distclean-libtool distclean-tags distdir dvi \
651         dvi-am html html-am info info-am install install-am \
652         install-data install-data-am install-dvi install-dvi-am \
653         install-exec install-exec-am install-html install-html-am \
654         install-info install-info-am install-man install-pdf \
655         install-pdf-am install-ps install-ps-am install-strip \
656         installcheck installcheck-am installdirs installdirs-am \
657         maintainer-clean maintainer-clean-generic mostlyclean \
658         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
659         tags tags-recursive uninstall uninstall-am
660
661
662 # Tell versions [3.59,3.63) of GNU make to not export all variables.
663 # Otherwise a system limit (for SysV at least) may be exceeded.
664 .NOEXPORT: