]> git.decadent.org.uk Git - nfs-utils.git/blob - support/nfs/Makefile.in
Imported Upstream version 1.2.1
[nfs-utils.git] / support / nfs / Makefile.in
1 # Makefile.in generated by automake 1.11 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/nfs
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
41         $(top_srcdir)/aclocal/ipv6.m4 \
42         $(top_srcdir)/aclocal/kerberos5.m4 \
43         $(top_srcdir)/aclocal/libblkid.m4 \
44         $(top_srcdir)/aclocal/libevent.m4 \
45         $(top_srcdir)/aclocal/libnfsidmap.m4 \
46         $(top_srcdir)/aclocal/librpcsecgss.m4 \
47         $(top_srcdir)/aclocal/libtirpc.m4 \
48         $(top_srcdir)/aclocal/nfs-utils.m4 \
49         $(top_srcdir)/aclocal/rpcsec_vers.m4 \
50         $(top_srcdir)/aclocal/tcp-wrappers.m4 \
51         $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53         $(ACLOCAL_M4)
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = $(top_builddir)/support/include/config.h
56 CONFIG_CLEAN_FILES =
57 CONFIG_CLEAN_VPATH_FILES =
58 LIBRARIES = $(noinst_LIBRARIES)
59 ARFLAGS = cru
60 libnfs_a_AR = $(AR) $(ARFLAGS)
61 libnfs_a_LIBADD =
62 am_libnfs_a_OBJECTS = exports.$(OBJEXT) rmtab.$(OBJEXT) xio.$(OBJEXT) \
63         rpcmisc.$(OBJEXT) rpcdispatch.$(OBJEXT) xlog.$(OBJEXT) \
64         xcommon.$(OBJEXT) wildmat.$(OBJEXT) nfsclient.$(OBJEXT) \
65         nfsexport.$(OBJEXT) getfh.$(OBJEXT) nfsctl.$(OBJEXT) \
66         rpc_socket.$(OBJEXT) getport.$(OBJEXT) svc_socket.$(OBJEXT) \
67         cacheio.$(OBJEXT) closeall.$(OBJEXT) nfs_mntent.$(OBJEXT) \
68         conffile.$(OBJEXT)
69 libnfs_a_OBJECTS = $(am_libnfs_a_OBJECTS)
70 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/support/include
71 depcomp = $(SHELL) $(top_srcdir)/depcomp
72 am__depfiles_maybe = depfiles
73 am__mv = mv -f
74 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79 CCLD = $(CC)
80 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82         $(LDFLAGS) -o $@
83 SOURCES = $(libnfs_a_SOURCES)
84 DIST_SOURCES = $(libnfs_a_SOURCES)
85 ETAGS = etags
86 CTAGS = ctags
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 ACLOCAL = @ACLOCAL@
89 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
90 ALLOCA = @ALLOCA@
91 AMTAR = @AMTAR@
92 AM_CFLAGS = @AM_CFLAGS@
93 AM_CPPFLAGS = @AM_CPPFLAGS@
94 AR = @AR@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CC_FOR_BUILD = @CC_FOR_BUILD@
102 CFLAGS = @CFLAGS@
103 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
104 CPP = @CPP@
105 CPPFLAGS = @CPPFLAGS@
106 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
107 CXX = @CXX@
108 CXXCPP = @CXXCPP@
109 CXXDEPMODE = @CXXDEPMODE@
110 CXXFLAGS = @CXXFLAGS@
111 CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
112 CYGPATH_W = @CYGPATH_W@
113 DEFS = @DEFS@
114 DEPDIR = @DEPDIR@
115 DSYMUTIL = @DSYMUTIL@
116 DUMPBIN = @DUMPBIN@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 FGREP = @FGREP@
123 GREP = @GREP@
124 GSSD = @GSSD@
125 GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
126 GSSGLUE_LIBS = @GSSGLUE_LIBS@
127 HAVE_LIBWRAP = @HAVE_LIBWRAP@
128 HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
129 IDMAPD = @IDMAPD@
130 INSTALL = @INSTALL@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 K5VERS = @K5VERS@
136 KRBCFLAGS = @KRBCFLAGS@
137 KRBDIR = @KRBDIR@
138 KRBLDFLAGS = @KRBLDFLAGS@
139 KRBLIBS = @KRBLIBS@
140 LD = @LD@
141 LDFLAGS = @LDFLAGS@
142 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
143 LIBBLKID = @LIBBLKID@
144 LIBBSD = @LIBBSD@
145 LIBCRYPT = @LIBCRYPT@
146 LIBNSL = @LIBNSL@
147 LIBOBJS = @LIBOBJS@
148 LIBS = @LIBS@
149 LIBSOCKET = @LIBSOCKET@
150 LIBTOOL = @LIBTOOL@
151 LIBWRAP = @LIBWRAP@
152 LIPO = @LIPO@
153 LN_S = @LN_S@
154 LTLIBOBJS = @LTLIBOBJS@
155 MAINT = @MAINT@
156 MAKEINFO = @MAKEINFO@
157 MKDIR_P = @MKDIR_P@
158 NM = @NM@
159 NMEDIT = @NMEDIT@
160 OBJDUMP = @OBJDUMP@
161 OBJEXT = @OBJEXT@
162 OTOOL = @OTOOL@
163 OTOOL64 = @OTOOL64@
164 PACKAGE = @PACKAGE@
165 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166 PACKAGE_NAME = @PACKAGE_NAME@
167 PACKAGE_STRING = @PACKAGE_STRING@
168 PACKAGE_TARNAME = @PACKAGE_TARNAME@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH_SEPARATOR = @PATH_SEPARATOR@
171 PKG_CONFIG = @PKG_CONFIG@
172 RANLIB = @RANLIB@
173 RELEASE = @RELEASE@
174 RPCGEN_PATH = @RPCGEN_PATH@
175 RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
176 RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
177 SED = @SED@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 STRIP = @STRIP@
181 SVCGSSD = @SVCGSSD@
182 VERSION = @VERSION@
183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_CC = @ac_ct_CC@
188 ac_ct_CXX = @ac_ct_CXX@
189 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
190 am__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
193 am__tar = @am__tar@
194 am__untar = @am__untar@
195 bindir = @bindir@
196 build = @build@
197 build_alias = @build_alias@
198 build_cpu = @build_cpu@
199 build_os = @build_os@
200 build_vendor = @build_vendor@
201 builddir = @builddir@
202 datadir = @datadir@
203 datarootdir = @datarootdir@
204 docdir = @docdir@
205 dvidir = @dvidir@
206 enable_gss = @enable_gss@
207 enable_ipv6 = @enable_ipv6@
208 enable_mountconfig = @enable_mountconfig@
209 enable_nfsv3 = @enable_nfsv3@
210 enable_nfsv4 = @enable_nfsv4@
211 exec_prefix = @exec_prefix@
212 host = @host@
213 host_alias = @host_alias@
214 host_cpu = @host_cpu@
215 host_os = @host_os@
216 host_vendor = @host_vendor@
217 htmldir = @htmldir@
218 includedir = @includedir@
219 infodir = @infodir@
220 install_sh = @install_sh@
221 kprefix = @kprefix@
222 libdir = @libdir@
223 libexecdir = @libexecdir@
224 localedir = @localedir@
225 localstatedir = @localstatedir@
226 lt_ECHO = @lt_ECHO@
227 mandir = @mandir@
228 mkdir_p = @mkdir_p@
229 mountfile = @mountfile@
230 oldincludedir = @oldincludedir@
231 pdfdir = @pdfdir@
232 prefix = @prefix@
233 program_transform_name = @program_transform_name@
234 psdir = @psdir@
235 sbindir = @sbindir@
236 sharedstatedir = @sharedstatedir@
237 srcdir = @srcdir@
238 startstatd = @startstatd@
239 statduser = @statduser@
240 statedir = @statedir@
241 sysconfdir = @sysconfdir@
242 target_alias = @target_alias@
243 top_build_prefix = @top_build_prefix@
244 top_builddir = @top_builddir@
245 top_srcdir = @top_srcdir@
246 noinst_LIBRARIES = libnfs.a
247 libnfs_a_SOURCES = exports.c rmtab.c xio.c rpcmisc.c rpcdispatch.c \
248                    xlog.c xcommon.c wildmat.c nfsclient.c \
249                    nfsexport.c getfh.c nfsctl.c rpc_socket.c getport.c \
250                    svc_socket.c cacheio.c closeall.c nfs_mntent.c conffile.c
251
252 MAINTAINERCLEANFILES = Makefile.in
253 all: all-am
254
255 .SUFFIXES:
256 .SUFFIXES: .c .lo .o .obj
257 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
258         @for dep in $?; do \
259           case '$(am__configure_deps)' in \
260             *$$dep*) \
261               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
262                 && { if test -f $@; then exit 0; else break; fi; }; \
263               exit 1;; \
264           esac; \
265         done; \
266         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/nfs/Makefile'; \
267         $(am__cd) $(top_srcdir) && \
268           $(AUTOMAKE) --gnu support/nfs/Makefile
269 .PRECIOUS: Makefile
270 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271         @case '$?' in \
272           *config.status*) \
273             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274           *) \
275             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277         esac;
278
279 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
282 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
283         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
285         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286 $(am__aclocal_m4_deps):
287
288 clean-noinstLIBRARIES:
289         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
290 libnfs.a: $(libnfs_a_OBJECTS) $(libnfs_a_DEPENDENCIES) 
291         -rm -f libnfs.a
292         $(libnfs_a_AR) libnfs.a $(libnfs_a_OBJECTS) $(libnfs_a_LIBADD)
293         $(RANLIB) libnfs.a
294
295 mostlyclean-compile:
296         -rm -f *.$(OBJEXT)
297
298 distclean-compile:
299         -rm -f *.tab.c
300
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacheio.Po@am__quote@
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closeall.Po@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conffile.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exports.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getfh.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getport.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfs_mntent.Po@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsclient.Po@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsctl.Po@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfsexport.Po@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmtab.Po@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpc_socket.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcdispatch.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpcmisc.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svc_socket.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wildmat.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcommon.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xio.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlog.Po@am__quote@
320
321 .c.o:
322 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
323 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
327
328 .c.obj:
329 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
330 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
334
335 .c.lo:
336 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
337 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
341
342 mostlyclean-libtool:
343         -rm -f *.lo
344
345 clean-libtool:
346         -rm -rf .libs _libs
347
348 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350         unique=`for i in $$list; do \
351             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352           done | \
353           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354               END { if (nonempty) { for (i in files) print i; }; }'`; \
355         mkid -fID $$unique
356 tags: TAGS
357
358 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359                 $(TAGS_FILES) $(LISP)
360         set x; \
361         here=`pwd`; \
362         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363         unique=`for i in $$list; do \
364             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365           done | \
366           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367               END { if (nonempty) { for (i in files) print i; }; }'`; \
368         shift; \
369         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
370           test -n "$$unique" || unique=$$empty_fix; \
371           if test $$# -gt 0; then \
372             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373               "$$@" $$unique; \
374           else \
375             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376               $$unique; \
377           fi; \
378         fi
379 ctags: CTAGS
380 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381                 $(TAGS_FILES) $(LISP)
382         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383         unique=`for i in $$list; do \
384             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385           done | \
386           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387               END { if (nonempty) { for (i in files) print i; }; }'`; \
388         test -z "$(CTAGS_ARGS)$$unique" \
389           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
390              $$unique
391
392 GTAGS:
393         here=`$(am__cd) $(top_builddir) && pwd` \
394           && $(am__cd) $(top_srcdir) \
395           && gtags -i $(GTAGS_ARGS) "$$here"
396
397 distclean-tags:
398         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
400 distdir: $(DISTFILES)
401         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403         list='$(DISTFILES)'; \
404           dist_files=`for file in $$list; do echo $$file; done | \
405           sed -e "s|^$$srcdirstrip/||;t" \
406               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
407         case $$dist_files in \
408           */*) $(MKDIR_P) `echo "$$dist_files" | \
409                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410                            sort -u` ;; \
411         esac; \
412         for file in $$dist_files; do \
413           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414           if test -d $$d/$$file; then \
415             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416             if test -d "$(distdir)/$$file"; then \
417               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418             fi; \
419             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
421               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422             fi; \
423             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424           else \
425             test -f "$(distdir)/$$file" \
426             || cp -p $$d/$$file "$(distdir)/$$file" \
427             || exit 1; \
428           fi; \
429         done
430 check-am: all-am
431 check: check-am
432 all-am: Makefile $(LIBRARIES)
433 installdirs:
434 install: install-am
435 install-exec: install-exec-am
436 install-data: install-data-am
437 uninstall: uninstall-am
438
439 install-am: all-am
440         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441
442 installcheck: installcheck-am
443 install-strip:
444         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446           `test -z '$(STRIP)' || \
447             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
448 mostlyclean-generic:
449
450 clean-generic:
451
452 distclean-generic:
453         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
454         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
455
456 maintainer-clean-generic:
457         @echo "This command is intended for maintainers to use"
458         @echo "it deletes files that may require special tools to rebuild."
459         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
460 clean: clean-am
461
462 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
463         mostlyclean-am
464
465 distclean: distclean-am
466         -rm -rf ./$(DEPDIR)
467         -rm -f Makefile
468 distclean-am: clean-am distclean-compile distclean-generic \
469         distclean-tags
470
471 dvi: dvi-am
472
473 dvi-am:
474
475 html: html-am
476
477 html-am:
478
479 info: info-am
480
481 info-am:
482
483 install-data-am:
484
485 install-dvi: install-dvi-am
486
487 install-dvi-am:
488
489 install-exec-am:
490
491 install-html: install-html-am
492
493 install-html-am:
494
495 install-info: install-info-am
496
497 install-info-am:
498
499 install-man:
500
501 install-pdf: install-pdf-am
502
503 install-pdf-am:
504
505 install-ps: install-ps-am
506
507 install-ps-am:
508
509 installcheck-am:
510
511 maintainer-clean: maintainer-clean-am
512         -rm -rf ./$(DEPDIR)
513         -rm -f Makefile
514 maintainer-clean-am: distclean-am maintainer-clean-generic
515
516 mostlyclean: mostlyclean-am
517
518 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
519         mostlyclean-libtool
520
521 pdf: pdf-am
522
523 pdf-am:
524
525 ps: ps-am
526
527 ps-am:
528
529 uninstall-am:
530
531 .MAKE: install-am install-strip
532
533 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
534         clean-libtool clean-noinstLIBRARIES ctags distclean \
535         distclean-compile distclean-generic distclean-libtool \
536         distclean-tags distdir dvi dvi-am html html-am info info-am \
537         install install-am install-data install-data-am install-dvi \
538         install-dvi-am install-exec install-exec-am install-html \
539         install-html-am install-info install-info-am install-man \
540         install-pdf install-pdf-am install-ps install-ps-am \
541         install-strip installcheck installcheck-am installdirs \
542         maintainer-clean maintainer-clean-generic mostlyclean \
543         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
544         pdf pdf-am ps ps-am tags uninstall uninstall-am
545
546
547 # Tell versions [3.59,3.63) of GNU make to not export all variables.
548 # Otherwise a system limit (for SysV at least) may be exceeded.
549 .NOEXPORT: