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