Minimal libshare infrastructure
[zfs.git] / scripts / zpool-layout / 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-layout
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-layout
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-layout/dragon.ddn.conf \
278         $(top_srcdir)/scripts/zpool-layout/dragon.llnl.conf
279
280 all: all-am
281
282 .SUFFIXES:
283 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
284         @for dep in $?; do \
285           case '$(am__configure_deps)' in \
286             *$$dep*) \
287               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
288                 && { if test -f $@; then exit 0; else break; fi; }; \
289               exit 1;; \
290           esac; \
291         done; \
292         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/zpool-layout/Makefile'; \
293         $(am__cd) $(top_srcdir) && \
294           $(AUTOMAKE) --gnu scripts/zpool-layout/Makefile
295 .PRECIOUS: Makefile
296 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297         @case '$?' in \
298           *config.status*) \
299             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300           *) \
301             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303         esac;
304
305 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
308 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312 $(am__aclocal_m4_deps):
313 install-dist_pkglibexecSCRIPTS: $(dist_pkglibexec_SCRIPTS)
314         @$(NORMAL_INSTALL)
315         test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
316         @list='$(dist_pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || list=; \
317         for p in $$list; do \
318           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
319           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
320         done | \
321         sed -e 'p;s,.*/,,;n' \
322             -e 'h;s|.*|.|' \
323             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
324         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
325           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
326             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
327               if (++n[d] == $(am__install_max)) { \
328                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
329             else { print "f", d "/" $$4, $$1 } } \
330           END { for (d in files) print "f", d, files[d] }' | \
331         while read type dir files; do \
332              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
333              test -z "$$files" || { \
334                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
335                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
336              } \
337         ; done
338
339 uninstall-dist_pkglibexecSCRIPTS:
340         @$(NORMAL_UNINSTALL)
341         @list='$(dist_pkglibexec_SCRIPTS)'; test -n "$(pkglibexecdir)" || exit 0; \
342         files=`for p in $$list; do echo "$$p"; done | \
343                sed -e 's,.*/,,;$(transform)'`; \
344         test -n "$$list" || exit 0; \
345         echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
346         cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
347
348 mostlyclean-libtool:
349         -rm -f *.lo
350
351 clean-libtool:
352         -rm -rf .libs _libs
353 tags: TAGS
354 TAGS:
355
356 ctags: CTAGS
357 CTAGS:
358
359
360 distdir: $(DISTFILES)
361         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
362         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363         list='$(DISTFILES)'; \
364           dist_files=`for file in $$list; do echo $$file; done | \
365           sed -e "s|^$$srcdirstrip/||;t" \
366               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
367         case $$dist_files in \
368           */*) $(MKDIR_P) `echo "$$dist_files" | \
369                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
370                            sort -u` ;; \
371         esac; \
372         for file in $$dist_files; do \
373           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374           if test -d $$d/$$file; then \
375             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
376             if test -d "$(distdir)/$$file"; then \
377               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
378             fi; \
379             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
380               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
381               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382             fi; \
383             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
384           else \
385             test -f "$(distdir)/$$file" \
386             || cp -p $$d/$$file "$(distdir)/$$file" \
387             || exit 1; \
388           fi; \
389         done
390 check-am: all-am
391 check: check-am
392 all-am: Makefile $(SCRIPTS)
393 installdirs:
394         for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
395           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
396         done
397 install: install-am
398 install-exec: install-exec-am
399 install-data: install-data-am
400 uninstall: uninstall-am
401
402 install-am: all-am
403         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
404
405 installcheck: installcheck-am
406 install-strip:
407         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409           `test -z '$(STRIP)' || \
410             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
411 mostlyclean-generic:
412
413 clean-generic:
414
415 distclean-generic:
416         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
417         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
418
419 maintainer-clean-generic:
420         @echo "This command is intended for maintainers to use"
421         @echo "it deletes files that may require special tools to rebuild."
422 clean-am: clean-generic clean-libtool mostlyclean-am
423
424 distclean: distclean-am
425         -rm -f Makefile
426 distclean-am: clean-am distclean-generic
427
428 dvi: dvi-am
429
430 dvi-am:
431
432 html: html-am
433
434 html-am:
435
436 info: info-am
437
438 info-am:
439
440 install-data-am:
441
442 install-dvi: install-dvi-am
443
444 install-dvi-am:
445
446 install-exec-am: install-dist_pkglibexecSCRIPTS
447
448 install-html: install-html-am
449
450 install-html-am:
451
452 install-info: install-info-am
453
454 install-info-am:
455
456 install-man:
457
458 install-pdf: install-pdf-am
459
460 install-pdf-am:
461
462 install-ps: install-ps-am
463
464 install-ps-am:
465
466 installcheck-am:
467
468 maintainer-clean: maintainer-clean-am
469         -rm -f Makefile
470 maintainer-clean-am: distclean-am maintainer-clean-generic
471
472 mostlyclean: mostlyclean-am
473
474 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
475
476 pdf: pdf-am
477
478 pdf-am:
479
480 ps: ps-am
481
482 ps-am:
483
484 uninstall-am: uninstall-dist_pkglibexecSCRIPTS
485
486 .MAKE: install-am install-strip
487
488 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
489         distclean distclean-generic distclean-libtool distdir dvi \
490         dvi-am html html-am info info-am install install-am \
491         install-data install-data-am install-dist_pkglibexecSCRIPTS \
492         install-dvi install-dvi-am install-exec install-exec-am \
493         install-html install-html-am install-info install-info-am \
494         install-man install-pdf install-pdf-am install-ps \
495         install-ps-am install-strip installcheck installcheck-am \
496         installdirs maintainer-clean maintainer-clean-generic \
497         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
498         ps ps-am uninstall uninstall-am \
499         uninstall-dist_pkglibexecSCRIPTS
500
501
502 all:
503         @list='$(dist_pkglibexec_SCRIPTS)'; \
504         for file in $$list; do \
505                 link=$$(basename $$file); \
506                 if [ ! -e $$link ]; then \
507                         $(LN_S) $$file $$link; \
508                 fi \
509         done
510
511 clean:
512         @list='$(dist_pkglibexec_SCRIPTS)'; \
513         for file in $$list; do \
514                 link=$$(basename $$file); \
515                 if [ -L $$link ]; then \
516                         $(RM) $$link; \
517                 fi \
518         done
519
520 # Tell versions [3.59,3.63) of GNU make to not export all variables.
521 # Otherwise a system limit (for SysV at least) may be exceeded.
522 .NOEXPORT: