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