Fix 'zfs set volsize=N pool/dataset'
[zfs.git] / etc / udev / 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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = etc/udev
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps =  \
41         $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
42         $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
43         $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
44         $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
45         $(top_srcdir)/config/kernel-bio-failfast.m4 \
46         $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
47         $(top_srcdir)/config/kernel-blk-end-request.m4 \
48         $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
49         $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
50         $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
51         $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
52         $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
53         $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
54         $(top_srcdir)/config/kernel-check-disk-size-change.m4 \
55         $(top_srcdir)/config/kernel-d-obtain-alias.m4 \
56         $(top_srcdir)/config/kernel-evict-inode.m4 \
57         $(top_srcdir)/config/kernel-fmode-t.m4 \
58         $(top_srcdir)/config/kernel-fsync.m4 \
59         $(top_srcdir)/config/kernel-get-disk-ro.m4 \
60         $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
61         $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
62         $(top_srcdir)/config/kernel-kobj-name-len.m4 \
63         $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
64         $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
65         $(top_srcdir)/config/kernel-rq-is_sync.m4 \
66         $(top_srcdir)/config/kernel-xattr-handler.m4 \
67         $(top_srcdir)/config/kernel.m4 \
68         $(top_srcdir)/config/user-arch.m4 \
69         $(top_srcdir)/config/user-frame-larger-than.m4 \
70         $(top_srcdir)/config/user-ioctl.m4 \
71         $(top_srcdir)/config/user-libblkid.m4 \
72         $(top_srcdir)/config/user-libuuid.m4 \
73         $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
74         $(top_srcdir)/config/user-selinux.m4 \
75         $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
76         $(top_srcdir)/config/zfs-build.m4 \
77         $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
78 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79         $(ACLOCAL_M4)
80 mkinstalldirs = $(install_sh) -d
81 CONFIG_HEADER = $(top_builddir)/zfs_config.h
82 CONFIG_CLEAN_FILES =
83 CONFIG_CLEAN_VPATH_FILES =
84 AM_V_GEN = $(am__v_GEN_$(V))
85 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
86 am__v_GEN_0 = @echo "  GEN   " $@;
87 AM_V_at = $(am__v_at_$(V))
88 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
89 am__v_at_0 = @
90 SOURCES =
91 DIST_SOURCES =
92 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93         html-recursive info-recursive install-data-recursive \
94         install-dvi-recursive install-exec-recursive \
95         install-html-recursive install-info-recursive \
96         install-pdf-recursive install-ps-recursive install-recursive \
97         installcheck-recursive installdirs-recursive pdf-recursive \
98         ps-recursive uninstall-recursive
99 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
100   distclean-recursive maintainer-clean-recursive
101 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
102         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
103         distdir
104 ETAGS = etags
105 CTAGS = ctags
106 DIST_SUBDIRS = $(SUBDIRS)
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 am__relativize = \
109   dir0=`pwd`; \
110   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
111   sed_rest='s,^[^/]*/*,,'; \
112   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
113   sed_butlast='s,/*[^/]*$$,,'; \
114   while test -n "$$dir1"; do \
115     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
116     if test "$$first" != "."; then \
117       if test "$$first" = ".."; then \
118         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
119         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
120       else \
121         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
122         if test "$$first2" = "$$first"; then \
123           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
124         else \
125           dir2="../$$dir2"; \
126         fi; \
127         dir0="$$dir0"/"$$first"; \
128       fi; \
129     fi; \
130     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
131   done; \
132   reldir="$$dir2"
133 ACLOCAL = @ACLOCAL@
134 ALIEN = @ALIEN@
135 ALIEN_VERSION = @ALIEN_VERSION@
136 AMTAR = @AMTAR@
137 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
138 AR = @AR@
139 AUTOCONF = @AUTOCONF@
140 AUTOHEADER = @AUTOHEADER@
141 AUTOMAKE = @AUTOMAKE@
142 AWK = @AWK@
143 CC = @CC@
144 CCAS = @CCAS@
145 CCASDEPMODE = @CCASDEPMODE@
146 CCASFLAGS = @CCASFLAGS@
147 CCDEPMODE = @CCDEPMODE@
148 CFLAGS = @CFLAGS@
149 CPP = @CPP@
150 CPPFLAGS = @CPPFLAGS@
151 CYGPATH_W = @CYGPATH_W@
152 DEBUG_CFLAGS = @DEBUG_CFLAGS@
153 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
154 DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
155 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
156 DEFS = @DEFS@
157 DEPDIR = @DEPDIR@
158 DPKG = @DPKG@
159 DPKGBUILD = @DPKGBUILD@
160 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
161 DPKG_VERSION = @DPKG_VERSION@
162 DSYMUTIL = @DSYMUTIL@
163 DUMPBIN = @DUMPBIN@
164 ECHO_C = @ECHO_C@
165 ECHO_N = @ECHO_N@
166 ECHO_T = @ECHO_T@
167 EGREP = @EGREP@
168 EXEEXT = @EXEEXT@
169 FGREP = @FGREP@
170 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
171 GREP = @GREP@
172 HAVE_ALIEN = @HAVE_ALIEN@
173 HAVE_DPKG = @HAVE_DPKG@
174 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
175 HAVE_RPM = @HAVE_RPM@
176 HAVE_RPMBUILD = @HAVE_RPMBUILD@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 KERNELCPPFLAGS = @KERNELCPPFLAGS@
183 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
184 LD = @LD@
185 LDFLAGS = @LDFLAGS@
186 LIBBLKID = @LIBBLKID@
187 LIBOBJS = @LIBOBJS@
188 LIBS = @LIBS@
189 LIBSELINUX = @LIBSELINUX@
190 LIBTOOL = @LIBTOOL@
191 LIBUUID = @LIBUUID@
192 LINUX = @LINUX@
193 LINUX_OBJ = @LINUX_OBJ@
194 LINUX_SYMBOLS = @LINUX_SYMBOLS@
195 LINUX_VERSION = @LINUX_VERSION@
196 LIPO = @LIPO@
197 LN_S = @LN_S@
198 LTLIBOBJS = @LTLIBOBJS@
199 MAINT = @MAINT@
200 MAKEINFO = @MAKEINFO@
201 MKDIR_P = @MKDIR_P@
202 NM = @NM@
203 NMEDIT = @NMEDIT@
204 OBJDUMP = @OBJDUMP@
205 OBJEXT = @OBJEXT@
206 OTOOL = @OTOOL@
207 OTOOL64 = @OTOOL64@
208 PACKAGE = @PACKAGE@
209 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210 PACKAGE_NAME = @PACKAGE_NAME@
211 PACKAGE_STRING = @PACKAGE_STRING@
212 PACKAGE_TARNAME = @PACKAGE_TARNAME@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 RANLIB = @RANLIB@
216 RPM = @RPM@
217 RPMBUILD = @RPMBUILD@
218 RPMBUILD_VERSION = @RPMBUILD_VERSION@
219 RPM_VERSION = @RPM_VERSION@
220 SED = @SED@
221 SET_MAKE = @SET_MAKE@
222 SHELL = @SHELL@
223 SPL = @SPL@
224 SPL_OBJ = @SPL_OBJ@
225 SPL_SYMBOLS = @SPL_SYMBOLS@
226 SPL_VERSION = @SPL_VERSION@
227 STRIP = @STRIP@
228 TARGET_ASM_DIR = @TARGET_ASM_DIR@
229 VENDOR = @VENDOR@
230 VERSION = @VERSION@
231 ZFS_CONFIG = @ZFS_CONFIG@
232 ZFS_META_ALIAS = @ZFS_META_ALIAS@
233 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
234 ZFS_META_DATA = @ZFS_META_DATA@
235 ZFS_META_LICENSE = @ZFS_META_LICENSE@
236 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
237 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
238 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
239 ZFS_META_NAME = @ZFS_META_NAME@
240 ZFS_META_RELEASE = @ZFS_META_RELEASE@
241 ZFS_META_VERSION = @ZFS_META_VERSION@
242 ZLIB = @ZLIB@
243 abs_builddir = @abs_builddir@
244 abs_srcdir = @abs_srcdir@
245 abs_top_builddir = @abs_top_builddir@
246 abs_top_srcdir = @abs_top_srcdir@
247 ac_ct_CC = @ac_ct_CC@
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 exec_prefix = @exec_prefix@
266 host = @host@
267 host_alias = @host_alias@
268 host_cpu = @host_cpu@
269 host_os = @host_os@
270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
272 includedir = @includedir@
273 infodir = @infodir@
274 install_sh = @install_sh@
275 libdir = @libdir@
276 libexecdir = @libexecdir@
277 localedir = @localedir@
278 localstatedir = @localstatedir@
279 lt_ECHO = @lt_ECHO@
280 mandir = @mandir@
281 mkdir_p = @mkdir_p@
282 oldincludedir = @oldincludedir@
283 pdfdir = @pdfdir@
284 prefix = @prefix@
285 program_transform_name = @program_transform_name@
286 psdir = @psdir@
287 sbindir = @sbindir@
288 sharedstatedir = @sharedstatedir@
289 srcdir = @srcdir@
290 sysconfdir = @sysconfdir@
291 target = @target@
292 target_alias = @target_alias@
293 target_cpu = @target_cpu@
294 target_os = @target_os@
295 target_vendor = @target_vendor@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
299 SUBDIRS = rules.d
300 all: all-recursive
301
302 .SUFFIXES:
303 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
304         @for dep in $?; do \
305           case '$(am__configure_deps)' in \
306             *$$dep*) \
307               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308                 && { if test -f $@; then exit 0; else break; fi; }; \
309               exit 1;; \
310           esac; \
311         done; \
312         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/udev/Makefile'; \
313         $(am__cd) $(top_srcdir) && \
314           $(AUTOMAKE) --gnu etc/udev/Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps):
333
334 mostlyclean-libtool:
335         -rm -f *.lo
336
337 clean-libtool:
338         -rm -rf .libs _libs
339
340 # This directory's subdirectories are mostly independent; you can cd
341 # into them and run `make' without going through this Makefile.
342 # To change the values of `make' variables: instead of editing Makefiles,
343 # (1) if the variable is set in `config.status', edit `config.status'
344 #     (which will cause the Makefiles to be regenerated when you run `make');
345 # (2) otherwise, pass the desired values on the `make' command line.
346 $(RECURSIVE_TARGETS):
347         @fail= failcom='exit 1'; \
348         for f in x $$MAKEFLAGS; do \
349           case $$f in \
350             *=* | --[!k]*);; \
351             *k*) failcom='fail=yes';; \
352           esac; \
353         done; \
354         dot_seen=no; \
355         target=`echo $@ | sed s/-recursive//`; \
356         list='$(SUBDIRS)'; for subdir in $$list; do \
357           echo "Making $$target in $$subdir"; \
358           if test "$$subdir" = "."; then \
359             dot_seen=yes; \
360             local_target="$$target-am"; \
361           else \
362             local_target="$$target"; \
363           fi; \
364           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365           || eval $$failcom; \
366         done; \
367         if test "$$dot_seen" = "no"; then \
368           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369         fi; test -z "$$fail"
370
371 $(RECURSIVE_CLEAN_TARGETS):
372         @fail= failcom='exit 1'; \
373         for f in x $$MAKEFLAGS; do \
374           case $$f in \
375             *=* | --[!k]*);; \
376             *k*) failcom='fail=yes';; \
377           esac; \
378         done; \
379         dot_seen=no; \
380         case "$@" in \
381           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382           *) list='$(SUBDIRS)' ;; \
383         esac; \
384         rev=''; for subdir in $$list; do \
385           if test "$$subdir" = "."; then :; else \
386             rev="$$subdir $$rev"; \
387           fi; \
388         done; \
389         rev="$$rev ."; \
390         target=`echo $@ | sed s/-recursive//`; \
391         for subdir in $$rev; do \
392           echo "Making $$target in $$subdir"; \
393           if test "$$subdir" = "."; then \
394             local_target="$$target-am"; \
395           else \
396             local_target="$$target"; \
397           fi; \
398           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399           || eval $$failcom; \
400         done && test -z "$$fail"
401 tags-recursive:
402         list='$(SUBDIRS)'; for subdir in $$list; do \
403           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404         done
405 ctags-recursive:
406         list='$(SUBDIRS)'; for subdir in $$list; do \
407           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408         done
409
410 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412         unique=`for i in $$list; do \
413             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414           done | \
415           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416               END { if (nonempty) { for (i in files) print i; }; }'`; \
417         mkid -fID $$unique
418 tags: TAGS
419
420 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421                 $(TAGS_FILES) $(LISP)
422         set x; \
423         here=`pwd`; \
424         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425           include_option=--etags-include; \
426           empty_fix=.; \
427         else \
428           include_option=--include; \
429           empty_fix=; \
430         fi; \
431         list='$(SUBDIRS)'; for subdir in $$list; do \
432           if test "$$subdir" = .; then :; else \
433             test ! -f $$subdir/TAGS || \
434               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435           fi; \
436         done; \
437         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438         unique=`for i in $$list; do \
439             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440           done | \
441           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442               END { if (nonempty) { for (i in files) print i; }; }'`; \
443         shift; \
444         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
445           test -n "$$unique" || unique=$$empty_fix; \
446           if test $$# -gt 0; then \
447             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448               "$$@" $$unique; \
449           else \
450             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451               $$unique; \
452           fi; \
453         fi
454 ctags: CTAGS
455 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
456                 $(TAGS_FILES) $(LISP)
457         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458         unique=`for i in $$list; do \
459             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460           done | \
461           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462               END { if (nonempty) { for (i in files) print i; }; }'`; \
463         test -z "$(CTAGS_ARGS)$$unique" \
464           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465              $$unique
466
467 GTAGS:
468         here=`$(am__cd) $(top_builddir) && pwd` \
469           && $(am__cd) $(top_srcdir) \
470           && gtags -i $(GTAGS_ARGS) "$$here"
471
472 distclean-tags:
473         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474
475 distdir: $(DISTFILES)
476         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478         list='$(DISTFILES)'; \
479           dist_files=`for file in $$list; do echo $$file; done | \
480           sed -e "s|^$$srcdirstrip/||;t" \
481               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
482         case $$dist_files in \
483           */*) $(MKDIR_P) `echo "$$dist_files" | \
484                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
485                            sort -u` ;; \
486         esac; \
487         for file in $$dist_files; do \
488           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
489           if test -d $$d/$$file; then \
490             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
491             if test -d "$(distdir)/$$file"; then \
492               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493             fi; \
494             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
495               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
496               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497             fi; \
498             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
499           else \
500             test -f "$(distdir)/$$file" \
501             || cp -p $$d/$$file "$(distdir)/$$file" \
502             || exit 1; \
503           fi; \
504         done
505         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
506           if test "$$subdir" = .; then :; else \
507             test -d "$(distdir)/$$subdir" \
508             || $(MKDIR_P) "$(distdir)/$$subdir" \
509             || exit 1; \
510           fi; \
511         done
512         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513           if test "$$subdir" = .; then :; else \
514             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
515             $(am__relativize); \
516             new_distdir=$$reldir; \
517             dir1=$$subdir; dir2="$(top_distdir)"; \
518             $(am__relativize); \
519             new_top_distdir=$$reldir; \
520             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
521             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
522             ($(am__cd) $$subdir && \
523               $(MAKE) $(AM_MAKEFLAGS) \
524                 top_distdir="$$new_top_distdir" \
525                 distdir="$$new_distdir" \
526                 am__remove_distdir=: \
527                 am__skip_length_check=: \
528                 am__skip_mode_fix=: \
529                 distdir) \
530               || exit 1; \
531           fi; \
532         done
533 check-am: all-am
534 check: check-recursive
535 all-am: Makefile
536 installdirs: installdirs-recursive
537 installdirs-am:
538 install: install-recursive
539 install-exec: install-exec-recursive
540 install-data: install-data-recursive
541 uninstall: uninstall-recursive
542
543 install-am: all-am
544         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
545
546 installcheck: installcheck-recursive
547 install-strip:
548         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550           `test -z '$(STRIP)' || \
551             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
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 clean: clean-recursive
564
565 clean-am: clean-generic clean-libtool mostlyclean-am
566
567 distclean: distclean-recursive
568         -rm -f Makefile
569 distclean-am: clean-am distclean-generic distclean-tags
570
571 dvi: dvi-recursive
572
573 dvi-am:
574
575 html: html-recursive
576
577 html-am:
578
579 info: info-recursive
580
581 info-am:
582
583 install-data-am:
584
585 install-dvi: install-dvi-recursive
586
587 install-dvi-am:
588
589 install-exec-am:
590
591 install-html: install-html-recursive
592
593 install-html-am:
594
595 install-info: install-info-recursive
596
597 install-info-am:
598
599 install-man:
600
601 install-pdf: install-pdf-recursive
602
603 install-pdf-am:
604
605 install-ps: install-ps-recursive
606
607 install-ps-am:
608
609 installcheck-am:
610
611 maintainer-clean: maintainer-clean-recursive
612         -rm -f Makefile
613 maintainer-clean-am: distclean-am maintainer-clean-generic
614
615 mostlyclean: mostlyclean-recursive
616
617 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
618
619 pdf: pdf-recursive
620
621 pdf-am:
622
623 ps: ps-recursive
624
625 ps-am:
626
627 uninstall-am:
628
629 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
630         install-am install-strip tags-recursive
631
632 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
633         all all-am check check-am clean clean-generic clean-libtool \
634         ctags ctags-recursive distclean distclean-generic \
635         distclean-libtool distclean-tags distdir dvi dvi-am html \
636         html-am info info-am install install-am install-data \
637         install-data-am install-dvi install-dvi-am install-exec \
638         install-exec-am install-html install-html-am install-info \
639         install-info-am install-man install-pdf install-pdf-am \
640         install-ps install-ps-am install-strip installcheck \
641         installcheck-am installdirs installdirs-am maintainer-clean \
642         maintainer-clean-generic mostlyclean mostlyclean-generic \
643         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
644         uninstall uninstall-am
645
646
647 # Tell versions [3.59,3.63) of GNU make to not export all variables.
648 # Otherwise a system limit (for SysV at least) may be exceeded.
649 .NOEXPORT: