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