]> git.proxmox.com Git - mirror_spl-debian.git/blame - man/man1/Makefile.in
Imported Upstream version 0.6.2
[mirror_spl-debian.git] / man / man1 / Makefile.in
CommitLineData
76f2001f
CALP
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@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
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@
37subdir = man/man1
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80093b6f
AX
40am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
41 $(top_srcdir)/config/ltoptions.m4 \
42 $(top_srcdir)/config/ltsugar.m4 \
43 $(top_srcdir)/config/ltversion.m4 \
44 $(top_srcdir)/config/lt~obsolete.m4 \
45 $(top_srcdir)/config/spl-build.m4 \
76f2001f
CALP
46 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49mkinstalldirs = $(install_sh) -d
50CONFIG_HEADER = $(top_builddir)/spl_config.h
51CONFIG_CLEAN_FILES =
52CONFIG_CLEAN_VPATH_FILES =
53AM_V_GEN = $(am__v_GEN_$(V))
54am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
55am__v_GEN_0 = @echo " GEN " $@;
56AM_V_at = $(am__v_at_$(V))
57am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
58am__v_at_0 = @
59SOURCES =
60DIST_SOURCES =
61am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62am__vpath_adj = case $$p in \
63 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64 *) f=$$p;; \
65 esac;
66am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
67am__install_max = 40
68am__nobase_strip_setup = \
69 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
70am__nobase_strip = \
71 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72am__nobase_list = $(am__nobase_strip_setup); \
73 for p in $$list; do echo "$$p $$p"; done | \
74 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76 if (++n[$$2] == $(am__install_max)) \
77 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78 END { for (dir in files) print dir, files[dir] }'
79am__base_list = \
80 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82man1dir = $(mandir)/man1
83am__installdirs = "$(DESTDIR)$(man1dir)"
84NROFF = nroff
85MANS = $(man_MANS)
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87ACLOCAL = @ACLOCAL@
88ALIEN = @ALIEN@
89ALIEN_VERSION = @ALIEN_VERSION@
90AMTAR = @AMTAR@
91AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
92AR = @AR@
93AUTOCONF = @AUTOCONF@
94AUTOHEADER = @AUTOHEADER@
95AUTOMAKE = @AUTOMAKE@
96AWK = @AWK@
97CC = @CC@
98CCDEPMODE = @CCDEPMODE@
99CFLAGS = @CFLAGS@
100CPP = @CPP@
101CPPFLAGS = @CPPFLAGS@
102CYGPATH_W = @CYGPATH_W@
103DEBUG_CFLAGS = @DEBUG_CFLAGS@
104DEBUG_KMEM = @DEBUG_KMEM@
105DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
106DEBUG_LOG = @DEBUG_LOG@
107DEBUG_SPL = @DEBUG_SPL@
108DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
109DEFS = @DEFS@
110DEPDIR = @DEPDIR@
111DPKG = @DPKG@
112DPKGBUILD = @DPKGBUILD@
113DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
114DPKG_VERSION = @DPKG_VERSION@
115DSYMUTIL = @DSYMUTIL@
116DUMPBIN = @DUMPBIN@
117ECHO_C = @ECHO_C@
118ECHO_N = @ECHO_N@
119ECHO_T = @ECHO_T@
120EGREP = @EGREP@
121EXEEXT = @EXEEXT@
122FGREP = @FGREP@
123GREP = @GREP@
124HAVE_ALIEN = @HAVE_ALIEN@
125HAVE_DPKG = @HAVE_DPKG@
126HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
127HAVE_RPM = @HAVE_RPM@
128HAVE_RPMBUILD = @HAVE_RPMBUILD@
129INSTALL = @INSTALL@
130INSTALL_DATA = @INSTALL_DATA@
131INSTALL_PROGRAM = @INSTALL_PROGRAM@
132INSTALL_SCRIPT = @INSTALL_SCRIPT@
133INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134KERNELCPPFLAGS = @KERNELCPPFLAGS@
135KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
136LD = @LD@
137LDFLAGS = @LDFLAGS@
138LIBOBJS = @LIBOBJS@
139LIBS = @LIBS@
140LIBTOOL = @LIBTOOL@
141LICENSE = @LICENSE@
142LINUX = @LINUX@
143LINUX_OBJ = @LINUX_OBJ@
144LINUX_SYMBOLS = @LINUX_SYMBOLS@
145LINUX_VERSION = @LINUX_VERSION@
146LIPO = @LIPO@
147LN_S = @LN_S@
148LTLIBOBJS = @LTLIBOBJS@
149MAINT = @MAINT@
150MAKEINFO = @MAKEINFO@
151MKDIR_P = @MKDIR_P@
152NM = @NM@
153NMEDIT = @NMEDIT@
154OBJDUMP = @OBJDUMP@
155OBJEXT = @OBJEXT@
156OTOOL = @OTOOL@
157OTOOL64 = @OTOOL64@
158PACKAGE = @PACKAGE@
159PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160PACKAGE_NAME = @PACKAGE_NAME@
161PACKAGE_STRING = @PACKAGE_STRING@
162PACKAGE_TARNAME = @PACKAGE_TARNAME@
163PACKAGE_URL = @PACKAGE_URL@
164PACKAGE_VERSION = @PACKAGE_VERSION@
165PATH_SEPARATOR = @PATH_SEPARATOR@
166RANLIB = @RANLIB@
167RELEASE = @RELEASE@
168RPM = @RPM@
169RPMBUILD = @RPMBUILD@
170RPMBUILD_VERSION = @RPMBUILD_VERSION@
171RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
172RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
173RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
174RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
175RPM_SPEC_DIR = @RPM_SPEC_DIR@
176RPM_VERSION = @RPM_VERSION@
177SED = @SED@
178SET_MAKE = @SET_MAKE@
179SHELL = @SHELL@
180SPL_CONFIG = @SPL_CONFIG@
181SPL_META_ALIAS = @SPL_META_ALIAS@
182SPL_META_AUTHOR = @SPL_META_AUTHOR@
183SPL_META_DATA = @SPL_META_DATA@
184SPL_META_LT_AGE = @SPL_META_LT_AGE@
185SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
186SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
187SPL_META_NAME = @SPL_META_NAME@
188SPL_META_RELEASE = @SPL_META_RELEASE@
189SPL_META_VERSION = @SPL_META_VERSION@
190SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
191SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
192SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
193SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
194STRIP = @STRIP@
195VENDOR = @VENDOR@
196VERSION = @VERSION@
197abs_builddir = @abs_builddir@
198abs_srcdir = @abs_srcdir@
199abs_top_builddir = @abs_top_builddir@
200abs_top_srcdir = @abs_top_srcdir@
201ac_ct_CC = @ac_ct_CC@
202ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203am__include = @am__include@
204am__leading_dot = @am__leading_dot@
205am__quote = @am__quote@
206am__tar = @am__tar@
207am__untar = @am__untar@
208bindir = @bindir@
209build = @build@
210build_alias = @build_alias@
211build_cpu = @build_cpu@
212build_os = @build_os@
213build_vendor = @build_vendor@
214builddir = @builddir@
215datadir = @datadir@
216datarootdir = @datarootdir@
217docdir = @docdir@
218dvidir = @dvidir@
219exec_prefix = @exec_prefix@
220host = @host@
221host_alias = @host_alias@
222host_cpu = @host_cpu@
223host_os = @host_os@
224host_vendor = @host_vendor@
225htmldir = @htmldir@
226includedir = @includedir@
227infodir = @infodir@
228install_sh = @install_sh@
229libdir = @libdir@
230libexecdir = @libexecdir@
231localedir = @localedir@
232localstatedir = @localstatedir@
233lt_ECHO = @lt_ECHO@
234mandir = @mandir@
235mkdir_p = @mkdir_p@
236oldincludedir = @oldincludedir@
237pdfdir = @pdfdir@
238prefix = @prefix@
239program_transform_name = @program_transform_name@
240psdir = @psdir@
241sbindir = @sbindir@
242sharedstatedir = @sharedstatedir@
243srcdir = @srcdir@
244sysconfdir = @sysconfdir@
245target = @target@
246target_alias = @target_alias@
247target_cpu = @target_cpu@
248target_os = @target_os@
249target_vendor = @target_vendor@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253man_MANS = splat.1
254EXTRA_DIST = $(man_MANS)
255all: all-am
256
257.SUFFIXES:
258$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
259 @for dep in $?; do \
260 case '$(am__configure_deps)' in \
261 *$$dep*) \
262 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263 && { if test -f $@; then exit 0; else break; fi; }; \
264 exit 1;; \
265 esac; \
266 done; \
267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/man1/Makefile'; \
268 $(am__cd) $(top_srcdir) && \
269 $(AUTOMAKE) --gnu man/man1/Makefile
270.PRECIOUS: Makefile
271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272 @case '$?' in \
273 *config.status*) \
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275 *) \
276 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278 esac;
279
280$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287$(am__aclocal_m4_deps):
288
289mostlyclean-libtool:
290 -rm -f *.lo
291
292clean-libtool:
293 -rm -rf .libs _libs
294install-man1: $(man_MANS)
295 @$(NORMAL_INSTALL)
296 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
297 @list=''; test -n "$(man1dir)" || exit 0; \
298 { for i in $$list; do echo "$$i"; done; \
299 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
300 sed -n '/\.1[a-z]*$$/p'; \
301 } | while read p; do \
302 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
303 echo "$$d$$p"; echo "$$p"; \
304 done | \
305 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
306 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
307 sed 'N;N;s,\n, ,g' | { \
308 list=; while read file base inst; do \
309 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
310 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
311 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
312 fi; \
313 done; \
314 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
315 while read files; do \
316 test -z "$$files" || { \
317 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
318 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
319 done; }
320
321uninstall-man1:
322 @$(NORMAL_UNINSTALL)
323 @list=''; test -n "$(man1dir)" || exit 0; \
324 files=`{ for i in $$list; do echo "$$i"; done; \
325 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
326 sed -n '/\.1[a-z]*$$/p'; \
327 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
328 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
329 test -z "$$files" || { \
330 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
331 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
332tags: TAGS
333TAGS:
334
335ctags: CTAGS
336CTAGS:
337
338
339distdir: $(DISTFILES)
340 @list='$(MANS)'; if test -n "$$list"; then \
341 list=`for p in $$list; do \
342 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
343 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
344 if test -n "$$list" && \
345 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
346 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
347 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
348 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
349 echo " typically \`make maintainer-clean' will remove them" >&2; \
350 exit 1; \
351 else :; fi; \
352 else :; fi
353 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355 list='$(DISTFILES)'; \
356 dist_files=`for file in $$list; do echo $$file; done | \
357 sed -e "s|^$$srcdirstrip/||;t" \
358 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
359 case $$dist_files in \
360 */*) $(MKDIR_P) `echo "$$dist_files" | \
361 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
362 sort -u` ;; \
363 esac; \
364 for file in $$dist_files; do \
365 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
366 if test -d $$d/$$file; then \
367 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
368 if test -d "$(distdir)/$$file"; then \
369 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
370 fi; \
371 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
372 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
373 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
374 fi; \
375 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
376 else \
377 test -f "$(distdir)/$$file" \
378 || cp -p $$d/$$file "$(distdir)/$$file" \
379 || exit 1; \
380 fi; \
381 done
382check-am: all-am
383check: check-am
384all-am: Makefile $(MANS)
385installdirs:
386 for dir in "$(DESTDIR)$(man1dir)"; do \
387 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
388 done
389install: install-am
390install-exec: install-exec-am
391install-data: install-data-am
392uninstall: uninstall-am
393
394install-am: all-am
395 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
396
397installcheck: installcheck-am
398install-strip:
399 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401 `test -z '$(STRIP)' || \
402 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
403mostlyclean-generic:
404
405clean-generic:
406
407distclean-generic:
408 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
409 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
410
411maintainer-clean-generic:
412 @echo "This command is intended for maintainers to use"
413 @echo "it deletes files that may require special tools to rebuild."
414clean: clean-am
415
416clean-am: clean-generic clean-libtool mostlyclean-am
417
418distclean: distclean-am
419 -rm -f Makefile
420distclean-am: clean-am distclean-generic
421
422dvi: dvi-am
423
424dvi-am:
425
426html: html-am
427
428html-am:
429
430info: info-am
431
432info-am:
433
434install-data-am: install-data-local install-man
435
436install-dvi: install-dvi-am
437
438install-dvi-am:
439
440install-exec-am:
441
442install-html: install-html-am
443
444install-html-am:
445
446install-info: install-info-am
447
448install-info-am:
449
450install-man: install-man1
451
452install-pdf: install-pdf-am
453
454install-pdf-am:
455
456install-ps: install-ps-am
457
458install-ps-am:
459
460installcheck-am:
461
462maintainer-clean: maintainer-clean-am
463 -rm -f Makefile
464maintainer-clean-am: distclean-am maintainer-clean-generic
465
466mostlyclean: mostlyclean-am
467
468mostlyclean-am: mostlyclean-generic mostlyclean-libtool
469
470pdf: pdf-am
471
472pdf-am:
473
474ps: ps-am
475
476ps-am:
477
478uninstall-am: uninstall-man
479
480uninstall-man: uninstall-man1
481
482.MAKE: install-am install-strip
483
484.PHONY: all all-am check check-am clean clean-generic clean-libtool \
485 distclean distclean-generic distclean-libtool distdir dvi \
486 dvi-am html html-am info info-am install install-am \
487 install-data install-data-am install-data-local install-dvi \
488 install-dvi-am install-exec install-exec-am install-html \
489 install-html-am install-info install-info-am install-man \
490 install-man1 install-pdf install-pdf-am install-ps \
491 install-ps-am install-strip installcheck installcheck-am \
492 installdirs maintainer-clean maintainer-clean-generic \
493 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
494 ps ps-am uninstall uninstall-am uninstall-man uninstall-man1
495
496
497install-data-local:
498 $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man1"
499
500# Tell versions [3.59,3.63) of GNU make to not export all variables.
501# Otherwise a system limit (for SysV at least) may be exceeded.
502.NOEXPORT: