Fix 'zfs set volsize=N pool/dataset'
[zfs.git] / dracut / 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 = dracut
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 = 90zfs
300 EXTRA_DIST = README.dracut.markdown
301 all: all-recursive
302
303 .SUFFIXES:
304 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
305         @for dep in $?; do \
306           case '$(am__configure_deps)' in \
307             *$$dep*) \
308               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
309                 && { if test -f $@; then exit 0; else break; fi; }; \
310               exit 1;; \
311           esac; \
312         done; \
313         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dracut/Makefile'; \
314         $(am__cd) $(top_srcdir) && \
315           $(AUTOMAKE) --gnu dracut/Makefile
316 .PRECIOUS: Makefile
317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318         @case '$?' in \
319           *config.status*) \
320             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
321           *) \
322             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
323             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
324         esac;
325
326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
329 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(am__aclocal_m4_deps):
334
335 mostlyclean-libtool:
336         -rm -f *.lo
337
338 clean-libtool:
339         -rm -rf .libs _libs
340
341 # This directory's subdirectories are mostly independent; you can cd
342 # into them and run `make' without going through this Makefile.
343 # To change the values of `make' variables: instead of editing Makefiles,
344 # (1) if the variable is set in `config.status', edit `config.status'
345 #     (which will cause the Makefiles to be regenerated when you run `make');
346 # (2) otherwise, pass the desired values on the `make' command line.
347 $(RECURSIVE_TARGETS):
348         @fail= failcom='exit 1'; \
349         for f in x $$MAKEFLAGS; do \
350           case $$f in \
351             *=* | --[!k]*);; \
352             *k*) failcom='fail=yes';; \
353           esac; \
354         done; \
355         dot_seen=no; \
356         target=`echo $@ | sed s/-recursive//`; \
357         list='$(SUBDIRS)'; for subdir in $$list; do \
358           echo "Making $$target in $$subdir"; \
359           if test "$$subdir" = "."; then \
360             dot_seen=yes; \
361             local_target="$$target-am"; \
362           else \
363             local_target="$$target"; \
364           fi; \
365           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
366           || eval $$failcom; \
367         done; \
368         if test "$$dot_seen" = "no"; then \
369           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
370         fi; test -z "$$fail"
371
372 $(RECURSIVE_CLEAN_TARGETS):
373         @fail= failcom='exit 1'; \
374         for f in x $$MAKEFLAGS; do \
375           case $$f in \
376             *=* | --[!k]*);; \
377             *k*) failcom='fail=yes';; \
378           esac; \
379         done; \
380         dot_seen=no; \
381         case "$@" in \
382           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
383           *) list='$(SUBDIRS)' ;; \
384         esac; \
385         rev=''; for subdir in $$list; do \
386           if test "$$subdir" = "."; then :; else \
387             rev="$$subdir $$rev"; \
388           fi; \
389         done; \
390         rev="$$rev ."; \
391         target=`echo $@ | sed s/-recursive//`; \
392         for subdir in $$rev; do \
393           echo "Making $$target in $$subdir"; \
394           if test "$$subdir" = "."; then \
395             local_target="$$target-am"; \
396           else \
397             local_target="$$target"; \
398           fi; \
399           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
400           || eval $$failcom; \
401         done && test -z "$$fail"
402 tags-recursive:
403         list='$(SUBDIRS)'; for subdir in $$list; do \
404           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
405         done
406 ctags-recursive:
407         list='$(SUBDIRS)'; for subdir in $$list; do \
408           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
409         done
410
411 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
412         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
413         unique=`for i in $$list; do \
414             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415           done | \
416           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417               END { if (nonempty) { for (i in files) print i; }; }'`; \
418         mkid -fID $$unique
419 tags: TAGS
420
421 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422                 $(TAGS_FILES) $(LISP)
423         set x; \
424         here=`pwd`; \
425         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
426           include_option=--etags-include; \
427           empty_fix=.; \
428         else \
429           include_option=--include; \
430           empty_fix=; \
431         fi; \
432         list='$(SUBDIRS)'; for subdir in $$list; do \
433           if test "$$subdir" = .; then :; else \
434             test ! -f $$subdir/TAGS || \
435               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
436           fi; \
437         done; \
438         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
439         unique=`for i in $$list; do \
440             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441           done | \
442           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
443               END { if (nonempty) { for (i in files) print i; }; }'`; \
444         shift; \
445         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
446           test -n "$$unique" || unique=$$empty_fix; \
447           if test $$# -gt 0; then \
448             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449               "$$@" $$unique; \
450           else \
451             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452               $$unique; \
453           fi; \
454         fi
455 ctags: CTAGS
456 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
457                 $(TAGS_FILES) $(LISP)
458         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
459         unique=`for i in $$list; do \
460             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461           done | \
462           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463               END { if (nonempty) { for (i in files) print i; }; }'`; \
464         test -z "$(CTAGS_ARGS)$$unique" \
465           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
466              $$unique
467
468 GTAGS:
469         here=`$(am__cd) $(top_builddir) && pwd` \
470           && $(am__cd) $(top_srcdir) \
471           && gtags -i $(GTAGS_ARGS) "$$here"
472
473 distclean-tags:
474         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475
476 distdir: $(DISTFILES)
477         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479         list='$(DISTFILES)'; \
480           dist_files=`for file in $$list; do echo $$file; done | \
481           sed -e "s|^$$srcdirstrip/||;t" \
482               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
483         case $$dist_files in \
484           */*) $(MKDIR_P) `echo "$$dist_files" | \
485                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
486                            sort -u` ;; \
487         esac; \
488         for file in $$dist_files; do \
489           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
490           if test -d $$d/$$file; then \
491             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
492             if test -d "$(distdir)/$$file"; then \
493               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494             fi; \
495             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
496               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
497               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498             fi; \
499             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
500           else \
501             test -f "$(distdir)/$$file" \
502             || cp -p $$d/$$file "$(distdir)/$$file" \
503             || exit 1; \
504           fi; \
505         done
506         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
507           if test "$$subdir" = .; then :; else \
508             test -d "$(distdir)/$$subdir" \
509             || $(MKDIR_P) "$(distdir)/$$subdir" \
510             || exit 1; \
511           fi; \
512         done
513         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
514           if test "$$subdir" = .; then :; else \
515             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
516             $(am__relativize); \
517             new_distdir=$$reldir; \
518             dir1=$$subdir; dir2="$(top_distdir)"; \
519             $(am__relativize); \
520             new_top_distdir=$$reldir; \
521             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
522             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
523             ($(am__cd) $$subdir && \
524               $(MAKE) $(AM_MAKEFLAGS) \
525                 top_distdir="$$new_top_distdir" \
526                 distdir="$$new_distdir" \
527                 am__remove_distdir=: \
528                 am__skip_length_check=: \
529                 am__skip_mode_fix=: \
530                 distdir) \
531               || exit 1; \
532           fi; \
533         done
534 check-am: all-am
535 check: check-recursive
536 all-am: Makefile
537 installdirs: installdirs-recursive
538 installdirs-am:
539 install: install-recursive
540 install-exec: install-exec-recursive
541 install-data: install-data-recursive
542 uninstall: uninstall-recursive
543
544 install-am: all-am
545         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547 installcheck: installcheck-recursive
548 install-strip:
549         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551           `test -z '$(STRIP)' || \
552             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
553 mostlyclean-generic:
554
555 clean-generic:
556
557 distclean-generic:
558         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
559         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
560
561 maintainer-clean-generic:
562         @echo "This command is intended for maintainers to use"
563         @echo "it deletes files that may require special tools to rebuild."
564 clean: clean-recursive
565
566 clean-am: clean-generic clean-libtool mostlyclean-am
567
568 distclean: distclean-recursive
569         -rm -f Makefile
570 distclean-am: clean-am distclean-generic distclean-tags
571
572 dvi: dvi-recursive
573
574 dvi-am:
575
576 html: html-recursive
577
578 html-am:
579
580 info: info-recursive
581
582 info-am:
583
584 install-data-am:
585
586 install-dvi: install-dvi-recursive
587
588 install-dvi-am:
589
590 install-exec-am:
591
592 install-html: install-html-recursive
593
594 install-html-am:
595
596 install-info: install-info-recursive
597
598 install-info-am:
599
600 install-man:
601
602 install-pdf: install-pdf-recursive
603
604 install-pdf-am:
605
606 install-ps: install-ps-recursive
607
608 install-ps-am:
609
610 installcheck-am:
611
612 maintainer-clean: maintainer-clean-recursive
613         -rm -f Makefile
614 maintainer-clean-am: distclean-am maintainer-clean-generic
615
616 mostlyclean: mostlyclean-recursive
617
618 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
619
620 pdf: pdf-recursive
621
622 pdf-am:
623
624 ps: ps-recursive
625
626 ps-am:
627
628 uninstall-am:
629
630 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
631         install-am install-strip tags-recursive
632
633 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
634         all all-am check check-am clean clean-generic clean-libtool \
635         ctags ctags-recursive distclean distclean-generic \
636         distclean-libtool distclean-tags distdir dvi dvi-am html \
637         html-am info info-am install install-am install-data \
638         install-data-am install-dvi install-dvi-am install-exec \
639         install-exec-am install-html install-html-am install-info \
640         install-info-am install-man install-pdf install-pdf-am \
641         install-ps install-ps-am install-strip installcheck \
642         installcheck-am installdirs installdirs-am maintainer-clean \
643         maintainer-clean-generic mostlyclean mostlyclean-generic \
644         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
645         uninstall uninstall-am
646
647
648 # Tell versions [3.59,3.63) of GNU make to not export all variables.
649 # Otherwise a system limit (for SysV at least) may be exceeded.
650 .NOEXPORT: