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