3a8d836dd2f39ebe4b7cc9591e5bf6a6d70bf9cd
[zfs.git] / scripts / zpool-config / 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 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 = scripts/zpool-config
38 DIST_COMMON = $(dist_pkglibexec_SCRIPTS) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps =  \
42         $(top_srcdir)/config/always-no-unused-but-set-variable.m4 \
43         $(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
44         $(top_srcdir)/config/kernel-bdev-logical-size.m4 \
45         $(top_srcdir)/config/kernel-bdi.m4 \
46         $(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
47         $(top_srcdir)/config/kernel-bio-end-io-t-args.m4 \
48         $(top_srcdir)/config/kernel-bio-failfast.m4 \
49         $(top_srcdir)/config/kernel-bio-rw-syncio.m4 \
50         $(top_srcdir)/config/kernel-blk-end-request.m4 \
51         $(top_srcdir)/config/kernel-blk-fetch-request.m4 \
52         $(top_srcdir)/config/kernel-blk-requeue-request.m4 \
53         $(top_srcdir)/config/kernel-blk-rq-bytes.m4 \
54         $(top_srcdir)/config/kernel-blk-rq-pos.m4 \
55         $(top_srcdir)/config/kernel-blk-rq-sectors.m4 \
56         $(top_srcdir)/config/kernel-blkdev-get-by-path.m4 \
57         $(top_srcdir)/config/kernel-check-disk-size-change.m4 \
58         $(top_srcdir)/config/kernel-d-obtain-alias.m4 \
59         $(top_srcdir)/config/kernel-evict-inode.m4 \
60         $(top_srcdir)/config/kernel-fmode-t.m4 \
61         $(top_srcdir)/config/kernel-fsync.m4 \
62         $(top_srcdir)/config/kernel-get-disk-ro.m4 \
63         $(top_srcdir)/config/kernel-insert-inode-locked.m4 \
64         $(top_srcdir)/config/kernel-invalidate-bdev-args.m4 \
65         $(top_srcdir)/config/kernel-kobj-name-len.m4 \
66         $(top_srcdir)/config/kernel-mount-nodev.m4 \
67         $(top_srcdir)/config/kernel-open-bdev-exclusive.m4 \
68         $(top_srcdir)/config/kernel-rq-for-each_segment.m4 \
69         $(top_srcdir)/config/kernel-rq-is_sync.m4 \
70         $(top_srcdir)/config/kernel-security-inode-init.m4 \
71         $(top_srcdir)/config/kernel-truncate-setsize.m4 \
72         $(top_srcdir)/config/kernel-xattr-handler.m4 \
73         $(top_srcdir)/config/kernel.m4 \
74         $(top_srcdir)/config/user-arch.m4 \
75         $(top_srcdir)/config/user-frame-larger-than.m4 \
76         $(top_srcdir)/config/user-ioctl.m4 \
77         $(top_srcdir)/config/user-libblkid.m4 \
78         $(top_srcdir)/config/user-libuuid.m4 \
79         $(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
80         $(top_srcdir)/config/user-selinux.m4 \
81         $(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \
82         $(top_srcdir)/config/zfs-build.m4 \
83         $(top_srcdir)/config/zfs-meta.m4 $(top_srcdir)/configure.ac
84 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85         $(ACLOCAL_M4)
86 mkinstalldirs = $(install_sh) -d
87 CONFIG_HEADER = $(top_builddir)/zfs_config.h
88 CONFIG_CLEAN_FILES =
89 CONFIG_CLEAN_VPATH_FILES =
90 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
91 am__vpath_adj = case $$p in \
92     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93     *) f=$$p;; \
94   esac;
95 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
96 am__install_max = 40
97 am__nobase_strip_setup = \
98   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
99 am__nobase_strip = \
100   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
101 am__nobase_list = $(am__nobase_strip_setup); \
102   for p in $$list; do echo "$$p $$p"; done | \
103   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
104   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
105     if (++n[$$2] == $(am__install_max)) \
106       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
107     END { for (dir in files) print dir, files[dir] }'
108 am__base_list = \
109   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
110   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
111 am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
112 SCRIPTS = $(dist_pkglibexec_SCRIPTS)
113 AM_V_GEN = $(am__v_GEN_$(V))
114 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115 am__v_GEN_0 = @echo "  GEN   " $@;
116 AM_V_at = $(am__v_at_$(V))
117 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
118 am__v_at_0 = @
119 SOURCES =
120 DIST_SOURCES =
121 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122 pkglibexecdir = $(libexecdir)/@PACKAGE@/zpool-config
123 ACLOCAL = @ACLOCAL@
124 ALIEN = @ALIEN@
125 ALIEN_VERSION = @ALIEN_VERSION@
126 AMTAR = @AMTAR@
127 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
128 AR = @AR@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 CC = @CC@
134 CCAS = @CCAS@
135 CCASDEPMODE = @CCASDEPMODE@
136 CCASFLAGS = @CCASFLAGS@
137 CCDEPMODE = @CCDEPMODE@
138 CFLAGS = @CFLAGS@
139 CPP = @CPP@
140 CPPFLAGS = @CPPFLAGS@
141 CYGPATH_W = @CYGPATH_W@
142 DEBUG_CFLAGS = @DEBUG_CFLAGS@
143 DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
144 DEFAULT_INIT_DIR = @DEFAULT_INIT_DIR@
145 DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
146 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
147 DEFS = @DEFS@
148 DEPDIR = @DEPDIR@
149 DPKG = @DPKG@
150 DPKGBUILD = @DPKGBUILD@
151 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
152 DPKG_VERSION = @DPKG_VERSION@
153 DSYMUTIL = @DSYMUTIL@
154 DUMPBIN = @DUMPBIN@
155 ECHO_C = @ECHO_C@
156 ECHO_N = @ECHO_N@
157 ECHO_T = @ECHO_T@
158 EGREP = @EGREP@
159 EXEEXT = @EXEEXT@
160 FGREP = @FGREP@
161 FRAME_LARGER_THAN = @FRAME_LARGER_THAN@
162 GREP = @GREP@
163 HAVE_ALIEN = @HAVE_ALIEN@
164 HAVE_DPKG = @HAVE_DPKG@
165 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
166 HAVE_RPM = @HAVE_RPM@
167 HAVE_RPMBUILD = @HAVE_RPMBUILD@
168 INSTALL = @INSTALL@
169 INSTALL_DATA = @INSTALL_DATA@
170 INSTALL_PROGRAM = @INSTALL_PROGRAM@
171 INSTALL_SCRIPT = @INSTALL_SCRIPT@
172 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173 KERNELCPPFLAGS = @KERNELCPPFLAGS@
174 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
175 LD = @LD@
176 LDFLAGS = @LDFLAGS@
177 LIBBLKID = @LIBBLKID@
178 LIBOBJS = @LIBOBJS@
179 LIBS = @LIBS@
180 LIBSELINUX = @LIBSELINUX@
181 LIBTOOL = @LIBTOOL@
182 LIBUUID = @LIBUUID@
183 LINUX = @LINUX@
184 LINUX_OBJ = @LINUX_OBJ@
185 LINUX_SYMBOLS = @LINUX_SYMBOLS@
186 LINUX_VERSION = @LINUX_VERSION@
187 LIPO = @LIPO@
188 LN_S = @LN_S@
189 LTLIBOBJS = @LTLIBOBJS@
190 MAINT = @MAINT@
191 MAKEINFO = @MAKEINFO@
192 MKDIR_P = @MKDIR_P@
193 NM = @NM@
194 NMEDIT = @NMEDIT@
195 NO_UNUSED_BUT_SET_VARIABLE = @NO_UNUSED_BUT_SET_VARIABLE@
196 OBJDUMP = @OBJDUMP@
197 OBJEXT = @OBJEXT@
198 OTOOL = @OTOOL@
199 OTOOL64 = @OTOOL64@
200 PACKAGE = @PACKAGE@
201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202 PACKAGE_NAME = @PACKAGE_NAME@
203 PACKAGE_STRING = @PACKAGE_STRING@
204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
205 PACKAGE_VERSION = @PACKAGE_VERSION@
206 PATH_SEPARATOR = @PATH_SEPARATOR@
207 RANLIB = @RANLIB@
208 RPM = @RPM@
209 RPMBUILD = @RPMBUILD@
210 RPMBUILD_VERSION = @RPMBUILD_VERSION@
211 RPM_VERSION = @RPM_VERSION@
212 SED = @SED@
213 SET_MAKE = @SET_MAKE@
214 SHELL = @SHELL@
215 SPL = @SPL@
216 SPL_OBJ = @SPL_OBJ@
217 SPL_SYMBOLS = @SPL_SYMBOLS@
218 SPL_VERSION = @SPL_VERSION@
219 STRIP = @STRIP@
220 TARGET_ASM_DIR = @TARGET_ASM_DIR@
221 VENDOR = @VENDOR@
222 VERSION = @VERSION@
223 ZFS_CONFIG = @ZFS_CONFIG@
224 ZFS_META_ALIAS = @ZFS_META_ALIAS@
225 ZFS_META_AUTHOR = @ZFS_META_AUTHOR@
226 ZFS_META_DATA = @ZFS_META_DATA@
227 ZFS_META_LICENSE = @ZFS_META_LICENSE@
228 ZFS_META_LT_AGE = @ZFS_META_LT_AGE@
229 ZFS_META_LT_CURRENT = @ZFS_META_LT_CURRENT@
230 ZFS_META_LT_REVISION = @ZFS_META_LT_REVISION@
231 ZFS_META_NAME = @ZFS_META_NAME@
232 ZFS_META_RELEASE = @ZFS_META_RELEASE@
233 ZFS_META_VERSION = @ZFS_META_VERSION@
234 ZLIB = @ZLIB@
235 abs_builddir = @abs_builddir@
236 abs_srcdir = @abs_srcdir@
237 abs_top_builddir = @abs_top_builddir@
238 abs_top_srcdir = @abs_top_srcdir@
239 ac_ct_CC = @ac_ct_CC@
240 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241 am__include = @am__include@
242 am__leading_dot = @am__leading_dot@
243 am__quote = @am__quote@
244 am__tar = @am__tar@
245 am__untar = @am__untar@
246 bindir = @bindir@
247 build = @build@
248 build_alias = @build_alias@
249 build_cpu = @build_cpu@
250 build_os = @build_os@
251 build_vendor = @build_vendor@
252 builddir = @builddir@
253 datadir = @datadir@
254 datarootdir = @datarootdir@
255 docdir = @docdir@
256 dvidir = @dvidir@
257 exec_prefix = @exec_prefix@
258 host = @host@
259 host_alias = @host_alias@
260 host_cpu = @host_cpu@
261 host_os = @host_os@
262 host_vendor = @host_vendor@
263 htmldir = @htmldir@
264 includedir = @includedir@
265 infodir = @infodir@
266 install_sh = @install_sh@
267 libdir = @libdir@
268 libexecdir = @libexecdir@
269 localedir = @localedir@
270 localstatedir = @localstatedir@
271 lt_ECHO = @lt_ECHO@
272 mandir = @mandir@
273 mkdir_p = @mkdir_p@
274 oldincludedir = @oldincludedir@
275 pdfdir = @pdfdir@
276 prefix = @prefix@
277 program_transform_name = @program_transform_name@
278 psdir = @psdir@
279 sbindir = @sbindir@
280 sharedstatedir = @sharedstatedir@
281 srcdir = @srcdir@
282 sysconfdir = @sysconfdir@
283 target = @target@
284 target_alias = @target_alias@
285 target_cpu = @target_cpu@
286 target_os = @target_os@
287 target_vendor = @target_vendor@
288 top_build_prefix = @top_build_prefix@
289 top_builddir = @top_builddir@
290 top_srcdir = @top_srcdir@
291 dist_pkglibexec_SCRIPTS = \
292         $(top_srcdir)/scripts/zpool-config/dm0-raid0.sh \
293         $(top_srcdir)/scripts/zpool-config/file-raid0.sh \
294         $(top_srcdir)/scripts/zpool-config/file-raid10.sh \
295         $(top_srcdir)/scripts/zpool-config/file-raidz2.sh \
296         $(top_srcdir)/scripts/zpool-config/file-raidz.sh \
297         $(top_srcdir)/scripts/zpool-config/hda-raid0.sh \
298         $(top_srcdir)/scripts/zpool-config/lo-raid0.sh \
299         $(top_srcdir)/scripts/zpool-config/lo-raid10.sh \
300         $(top_srcdir)/scripts/zpool-config/lo-raidz2.sh \
301         $(top_srcdir)/scripts/zpool-config/lo-raidz.sh \
302         $(top_srcdir)/scripts/zpool-config/lo-faulty-raid0.sh \
303         $(top_srcdir)/scripts/zpool-config/lo-faulty-raid10.sh \
304         $(top_srcdir)/scripts/zpool-config/lo-faulty-raidz.sh \
305         $(top_srcdir)/scripts/zpool-config/lo-faulty-raidz2.sh \
306         $(top_srcdir)/scripts/zpool-config/lo-faulty-raidz3.sh \
307         $(top_srcdir)/scripts/zpool-config/md0-raid10.sh \
308         $(top_srcdir)/scripts/zpool-config/md0-raid5.sh \
309         $(top_srcdir)/scripts/zpool-config/ram0-raid0.sh \
310         $(top_srcdir)/scripts/zpool-config/scsi_debug-noraid.sh \
311         $(top_srcdir)/scripts/zpool-config/scsi_debug-raid0.sh \
312         $(top_srcdir)/scripts/zpool-config/scsi_debug-raid10.sh \
313         $(top_srcdir)/scripts/zpool-config/scsi_debug-raidz.sh \
314         $(top_srcdir)/scripts/zpool-config/scsi_debug-raidz2.sh \
315         $(top_srcdir)/scripts/zpool-config/scsi_debug-raidz3.sh \
316         $(top_srcdir)/scripts/zpool-config/sda-raid0.sh \
317         $(top_srcdir)/scripts/zpool-config/zpool-raid0.sh \
318         $(top_srcdir)/scripts/zpool-config/zpool-raid10.sh \
319         $(top_srcdir)/scripts/zpool-config/zpool-raidz.sh
320
321 all: all-am
322
323 .SUFFIXES:
324 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
325         @for dep in $?; do \
326           case '$(am__configure_deps)' in \
327             *$$dep*) \
328               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329                 && { if test -f $@; then exit 0; else break; fi; }; \
330               exit 1;; \
331           esac; \
332         done; \
333         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/zpool-config/Makefile'; \
334         $(am__cd) $(top_srcdir) && \
335           $(AUTOMAKE) --gnu scripts/zpool-config/Makefile
336 .PRECIOUS: Makefile
337 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338         @case '$?' in \
339           *config.status*) \
340             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341           *) \
342             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344         esac;
345
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(am__aclocal_m4_deps):
354 install-dist_pkglibexecSCRIPTS: $(dist_pkglibexec_SCRIPTS)
355         @$(NORMAL_INSTALL)
356         test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
357         @list='$(dist_pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || list=; \
358         for p in $$list; do \
359           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
360           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
361         done | \
362         sed -e 'p;s,.*/,,;n' \
363             -e 'h;s|.*|.|' \
364             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
365         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
366           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
367             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
368               if (++n[d] == $(am__install_max)) { \
369                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
370             else { print "f", d "/" $$4, $$1 } } \
371           END { for (d in files) print "f", d, files[d] }' | \
372         while read type dir files; do \
373              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
374              test -z "$$files" || { \
375                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
376                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
377              } \
378         ; done
379
380 uninstall-dist_pkglibexecSCRIPTS:
381         @$(NORMAL_UNINSTALL)
382         @list='$(dist_pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || exit 0; \
383         files=`for p in $$list; do echo "$$p"; done | \
384                sed -e 's,.*/,,;$(transform)'`; \
385         test -n "$$list" || exit 0; \
386         echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
387         cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
388
389 mostlyclean-libtool:
390         -rm -f *.lo
391
392 clean-libtool:
393         -rm -rf .libs _libs
394 tags: TAGS
395 TAGS:
396
397 ctags: CTAGS
398 CTAGS:
399
400
401 distdir: $(DISTFILES)
402         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404         list='$(DISTFILES)'; \
405           dist_files=`for file in $$list; do echo $$file; done | \
406           sed -e "s|^$$srcdirstrip/||;t" \
407               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408         case $$dist_files in \
409           */*) $(MKDIR_P) `echo "$$dist_files" | \
410                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411                            sort -u` ;; \
412         esac; \
413         for file in $$dist_files; do \
414           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415           if test -d $$d/$$file; then \
416             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417             if test -d "$(distdir)/$$file"; then \
418               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419             fi; \
420             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423             fi; \
424             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425           else \
426             test -f "$(distdir)/$$file" \
427             || cp -p $$d/$$file "$(distdir)/$$file" \
428             || exit 1; \
429           fi; \
430         done
431 check-am: all-am
432 check: check-am
433 all-am: Makefile $(SCRIPTS)
434 installdirs:
435         for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
436           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437         done
438 install: install-am
439 install-exec: install-exec-am
440 install-data: install-data-am
441 uninstall: uninstall-am
442
443 install-am: all-am
444         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446 installcheck: installcheck-am
447 install-strip:
448         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450           `test -z '$(STRIP)' || \
451             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452 mostlyclean-generic:
453
454 clean-generic:
455
456 distclean-generic:
457         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
460 maintainer-clean-generic:
461         @echo "This command is intended for maintainers to use"
462         @echo "it deletes files that may require special tools to rebuild."
463 clean-am: clean-generic clean-libtool mostlyclean-am
464
465 distclean: distclean-am
466         -rm -f Makefile
467 distclean-am: clean-am distclean-generic
468
469 dvi: dvi-am
470
471 dvi-am:
472
473 html: html-am
474
475 html-am:
476
477 info: info-am
478
479 info-am:
480
481 install-data-am:
482
483 install-dvi: install-dvi-am
484
485 install-dvi-am:
486
487 install-exec-am: install-dist_pkglibexecSCRIPTS
488
489 install-html: install-html-am
490
491 install-html-am:
492
493 install-info: install-info-am
494
495 install-info-am:
496
497 install-man:
498
499 install-pdf: install-pdf-am
500
501 install-pdf-am:
502
503 install-ps: install-ps-am
504
505 install-ps-am:
506
507 installcheck-am:
508
509 maintainer-clean: maintainer-clean-am
510         -rm -f Makefile
511 maintainer-clean-am: distclean-am maintainer-clean-generic
512
513 mostlyclean: mostlyclean-am
514
515 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
516
517 pdf: pdf-am
518
519 pdf-am:
520
521 ps: ps-am
522
523 ps-am:
524
525 uninstall-am: uninstall-dist_pkglibexecSCRIPTS
526
527 .MAKE: install-am install-strip
528
529 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
530         distclean distclean-generic distclean-libtool distdir dvi \
531         dvi-am html html-am info info-am install install-am \
532         install-data install-data-am install-dist_pkglibexecSCRIPTS \
533         install-dvi install-dvi-am install-exec install-exec-am \
534         install-html install-html-am install-info install-info-am \
535         install-man install-pdf install-pdf-am install-ps \
536         install-ps-am install-strip installcheck installcheck-am \
537         installdirs maintainer-clean maintainer-clean-generic \
538         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
539         ps ps-am uninstall uninstall-am \
540         uninstall-dist_pkglibexecSCRIPTS
541
542
543 all:
544         @list='$(dist_pkglibexec_SCRIPTS)'; \
545         for file in $$list; do \
546                 link=$$(basename $$file); \
547                 if [ ! -e $$link ]; then \
548                         $(LN_S) $$file $$link; \
549                 fi \
550         done
551
552 clean:
553         @list='$(dist_pkglibexec_SCRIPTS)'; \
554         for file in $$list; do \
555                 link=$$(basename $$file); \
556                 if [ -L $$link ]; then \
557                         $(RM) $$link; \
558                 fi \
559         done
560
561 # Tell versions [3.59,3.63) of GNU make to not export all variables.
562 # Otherwise a system limit (for SysV at least) may be exceeded.
563 .NOEXPORT: