]> git.proxmox.com Git - mirror_spl-debian.git/blame - man/Makefile.in
Imported Upstream version 0.6.2
[mirror_spl-debian.git] / man / 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
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 =
61RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62 html-recursive info-recursive install-data-recursive \
63 install-dvi-recursive install-exec-recursive \
64 install-html-recursive install-info-recursive \
65 install-pdf-recursive install-ps-recursive install-recursive \
66 installcheck-recursive installdirs-recursive pdf-recursive \
67 ps-recursive uninstall-recursive
68RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
69 distclean-recursive maintainer-clean-recursive
70AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
71 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
72 distdir
73ETAGS = etags
74CTAGS = ctags
75DIST_SUBDIRS = $(SUBDIRS)
76DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77am__relativize = \
78 dir0=`pwd`; \
79 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
80 sed_rest='s,^[^/]*/*,,'; \
81 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
82 sed_butlast='s,/*[^/]*$$,,'; \
83 while test -n "$$dir1"; do \
84 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
85 if test "$$first" != "."; then \
86 if test "$$first" = ".."; then \
87 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
88 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
89 else \
90 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
91 if test "$$first2" = "$$first"; then \
92 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
93 else \
94 dir2="../$$dir2"; \
95 fi; \
96 dir0="$$dir0"/"$$first"; \
97 fi; \
98 fi; \
99 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
100 done; \
101 reldir="$$dir2"
102ACLOCAL = @ACLOCAL@
103ALIEN = @ALIEN@
104ALIEN_VERSION = @ALIEN_VERSION@
105AMTAR = @AMTAR@
106AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
107AR = @AR@
108AUTOCONF = @AUTOCONF@
109AUTOHEADER = @AUTOHEADER@
110AUTOMAKE = @AUTOMAKE@
111AWK = @AWK@
112CC = @CC@
113CCDEPMODE = @CCDEPMODE@
114CFLAGS = @CFLAGS@
115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CYGPATH_W = @CYGPATH_W@
118DEBUG_CFLAGS = @DEBUG_CFLAGS@
119DEBUG_KMEM = @DEBUG_KMEM@
120DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
121DEBUG_LOG = @DEBUG_LOG@
122DEBUG_SPL = @DEBUG_SPL@
123DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
124DEFS = @DEFS@
125DEPDIR = @DEPDIR@
126DPKG = @DPKG@
127DPKGBUILD = @DPKGBUILD@
128DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
129DPKG_VERSION = @DPKG_VERSION@
130DSYMUTIL = @DSYMUTIL@
131DUMPBIN = @DUMPBIN@
132ECHO_C = @ECHO_C@
133ECHO_N = @ECHO_N@
134ECHO_T = @ECHO_T@
135EGREP = @EGREP@
136EXEEXT = @EXEEXT@
137FGREP = @FGREP@
138GREP = @GREP@
139HAVE_ALIEN = @HAVE_ALIEN@
140HAVE_DPKG = @HAVE_DPKG@
141HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
142HAVE_RPM = @HAVE_RPM@
143HAVE_RPMBUILD = @HAVE_RPMBUILD@
144INSTALL = @INSTALL@
145INSTALL_DATA = @INSTALL_DATA@
146INSTALL_PROGRAM = @INSTALL_PROGRAM@
147INSTALL_SCRIPT = @INSTALL_SCRIPT@
148INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149KERNELCPPFLAGS = @KERNELCPPFLAGS@
150KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
151LD = @LD@
152LDFLAGS = @LDFLAGS@
153LIBOBJS = @LIBOBJS@
154LIBS = @LIBS@
155LIBTOOL = @LIBTOOL@
156LICENSE = @LICENSE@
157LINUX = @LINUX@
158LINUX_OBJ = @LINUX_OBJ@
159LINUX_SYMBOLS = @LINUX_SYMBOLS@
160LINUX_VERSION = @LINUX_VERSION@
161LIPO = @LIPO@
162LN_S = @LN_S@
163LTLIBOBJS = @LTLIBOBJS@
164MAINT = @MAINT@
165MAKEINFO = @MAKEINFO@
166MKDIR_P = @MKDIR_P@
167NM = @NM@
168NMEDIT = @NMEDIT@
169OBJDUMP = @OBJDUMP@
170OBJEXT = @OBJEXT@
171OTOOL = @OTOOL@
172OTOOL64 = @OTOOL64@
173PACKAGE = @PACKAGE@
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_NAME = @PACKAGE_NAME@
176PACKAGE_STRING = @PACKAGE_STRING@
177PACKAGE_TARNAME = @PACKAGE_TARNAME@
178PACKAGE_URL = @PACKAGE_URL@
179PACKAGE_VERSION = @PACKAGE_VERSION@
180PATH_SEPARATOR = @PATH_SEPARATOR@
181RANLIB = @RANLIB@
182RELEASE = @RELEASE@
183RPM = @RPM@
184RPMBUILD = @RPMBUILD@
185RPMBUILD_VERSION = @RPMBUILD_VERSION@
186RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
187RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
188RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
189RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
190RPM_SPEC_DIR = @RPM_SPEC_DIR@
191RPM_VERSION = @RPM_VERSION@
192SED = @SED@
193SET_MAKE = @SET_MAKE@
194SHELL = @SHELL@
195SPL_CONFIG = @SPL_CONFIG@
196SPL_META_ALIAS = @SPL_META_ALIAS@
197SPL_META_AUTHOR = @SPL_META_AUTHOR@
198SPL_META_DATA = @SPL_META_DATA@
199SPL_META_LT_AGE = @SPL_META_LT_AGE@
200SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
201SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
202SPL_META_NAME = @SPL_META_NAME@
203SPL_META_RELEASE = @SPL_META_RELEASE@
204SPL_META_VERSION = @SPL_META_VERSION@
205SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
206SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
207SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
208SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
209STRIP = @STRIP@
210VENDOR = @VENDOR@
211VERSION = @VERSION@
212abs_builddir = @abs_builddir@
213abs_srcdir = @abs_srcdir@
214abs_top_builddir = @abs_top_builddir@
215abs_top_srcdir = @abs_top_srcdir@
216ac_ct_CC = @ac_ct_CC@
217ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218am__include = @am__include@
219am__leading_dot = @am__leading_dot@
220am__quote = @am__quote@
221am__tar = @am__tar@
222am__untar = @am__untar@
223bindir = @bindir@
224build = @build@
225build_alias = @build_alias@
226build_cpu = @build_cpu@
227build_os = @build_os@
228build_vendor = @build_vendor@
229builddir = @builddir@
230datadir = @datadir@
231datarootdir = @datarootdir@
232docdir = @docdir@
233dvidir = @dvidir@
234exec_prefix = @exec_prefix@
235host = @host@
236host_alias = @host_alias@
237host_cpu = @host_cpu@
238host_os = @host_os@
239host_vendor = @host_vendor@
240htmldir = @htmldir@
241includedir = @includedir@
242infodir = @infodir@
243install_sh = @install_sh@
244libdir = @libdir@
245libexecdir = @libexecdir@
246localedir = @localedir@
247localstatedir = @localstatedir@
248lt_ECHO = @lt_ECHO@
249mandir = @mandir@
250mkdir_p = @mkdir_p@
251oldincludedir = @oldincludedir@
252pdfdir = @pdfdir@
253prefix = @prefix@
254program_transform_name = @program_transform_name@
255psdir = @psdir@
256sbindir = @sbindir@
257sharedstatedir = @sharedstatedir@
258srcdir = @srcdir@
259sysconfdir = @sysconfdir@
260target = @target@
261target_alias = @target_alias@
262target_cpu = @target_cpu@
263target_os = @target_os@
264target_vendor = @target_vendor@
265top_build_prefix = @top_build_prefix@
266top_builddir = @top_builddir@
267top_srcdir = @top_srcdir@
268SUBDIRS = man1
269all: all-recursive
270
271.SUFFIXES:
272$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
273 @for dep in $?; do \
274 case '$(am__configure_deps)' in \
275 *$$dep*) \
276 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
277 && { if test -f $@; then exit 0; else break; fi; }; \
278 exit 1;; \
279 esac; \
280 done; \
281 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
282 $(am__cd) $(top_srcdir) && \
283 $(AUTOMAKE) --gnu man/Makefile
284.PRECIOUS: Makefile
285Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286 @case '$?' in \
287 *config.status*) \
288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
289 *) \
290 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
291 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
292 esac;
293
294$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
297$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301$(am__aclocal_m4_deps):
302
303mostlyclean-libtool:
304 -rm -f *.lo
305
306clean-libtool:
307 -rm -rf .libs _libs
308
309# This directory's subdirectories are mostly independent; you can cd
310# into them and run `make' without going through this Makefile.
311# To change the values of `make' variables: instead of editing Makefiles,
312# (1) if the variable is set in `config.status', edit `config.status'
313# (which will cause the Makefiles to be regenerated when you run `make');
314# (2) otherwise, pass the desired values on the `make' command line.
315$(RECURSIVE_TARGETS):
316 @fail= failcom='exit 1'; \
317 for f in x $$MAKEFLAGS; do \
318 case $$f in \
319 *=* | --[!k]*);; \
320 *k*) failcom='fail=yes';; \
321 esac; \
322 done; \
323 dot_seen=no; \
324 target=`echo $@ | sed s/-recursive//`; \
325 list='$(SUBDIRS)'; for subdir in $$list; do \
326 echo "Making $$target in $$subdir"; \
327 if test "$$subdir" = "."; then \
328 dot_seen=yes; \
329 local_target="$$target-am"; \
330 else \
331 local_target="$$target"; \
332 fi; \
333 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334 || eval $$failcom; \
335 done; \
336 if test "$$dot_seen" = "no"; then \
337 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
338 fi; test -z "$$fail"
339
340$(RECURSIVE_CLEAN_TARGETS):
341 @fail= failcom='exit 1'; \
342 for f in x $$MAKEFLAGS; do \
343 case $$f in \
344 *=* | --[!k]*);; \
345 *k*) failcom='fail=yes';; \
346 esac; \
347 done; \
348 dot_seen=no; \
349 case "$@" in \
350 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351 *) list='$(SUBDIRS)' ;; \
352 esac; \
353 rev=''; for subdir in $$list; do \
354 if test "$$subdir" = "."; then :; else \
355 rev="$$subdir $$rev"; \
356 fi; \
357 done; \
358 rev="$$rev ."; \
359 target=`echo $@ | sed s/-recursive//`; \
360 for subdir in $$rev; do \
361 echo "Making $$target in $$subdir"; \
362 if test "$$subdir" = "."; then \
363 local_target="$$target-am"; \
364 else \
365 local_target="$$target"; \
366 fi; \
367 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368 || eval $$failcom; \
369 done && test -z "$$fail"
370tags-recursive:
371 list='$(SUBDIRS)'; for subdir in $$list; do \
372 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
373 done
374ctags-recursive:
375 list='$(SUBDIRS)'; for subdir in $$list; do \
376 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
377 done
378
379ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381 unique=`for i in $$list; do \
382 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383 done | \
384 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385 END { if (nonempty) { for (i in files) print i; }; }'`; \
386 mkid -fID $$unique
387tags: TAGS
388
389TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
390 $(TAGS_FILES) $(LISP)
391 set x; \
392 here=`pwd`; \
393 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
394 include_option=--etags-include; \
395 empty_fix=.; \
396 else \
397 include_option=--include; \
398 empty_fix=; \
399 fi; \
400 list='$(SUBDIRS)'; for subdir in $$list; do \
401 if test "$$subdir" = .; then :; else \
402 test ! -f $$subdir/TAGS || \
403 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
404 fi; \
405 done; \
406 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407 unique=`for i in $$list; do \
408 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409 done | \
410 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411 END { if (nonempty) { for (i in files) print i; }; }'`; \
412 shift; \
413 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414 test -n "$$unique" || unique=$$empty_fix; \
415 if test $$# -gt 0; then \
416 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417 "$$@" $$unique; \
418 else \
419 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420 $$unique; \
421 fi; \
422 fi
423ctags: CTAGS
424CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
425 $(TAGS_FILES) $(LISP)
426 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427 unique=`for i in $$list; do \
428 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429 done | \
430 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431 END { if (nonempty) { for (i in files) print i; }; }'`; \
432 test -z "$(CTAGS_ARGS)$$unique" \
433 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434 $$unique
435
436GTAGS:
437 here=`$(am__cd) $(top_builddir) && pwd` \
438 && $(am__cd) $(top_srcdir) \
439 && gtags -i $(GTAGS_ARGS) "$$here"
440
441distclean-tags:
442 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
444distdir: $(DISTFILES)
445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 list='$(DISTFILES)'; \
448 dist_files=`for file in $$list; do echo $$file; done | \
449 sed -e "s|^$$srcdirstrip/||;t" \
450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451 case $$dist_files in \
452 */*) $(MKDIR_P) `echo "$$dist_files" | \
453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 sort -u` ;; \
455 esac; \
456 for file in $$dist_files; do \
457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458 if test -d $$d/$$file; then \
459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460 if test -d "$(distdir)/$$file"; then \
461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 fi; \
463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 fi; \
467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 else \
469 test -f "$(distdir)/$$file" \
470 || cp -p $$d/$$file "$(distdir)/$$file" \
471 || exit 1; \
472 fi; \
473 done
474 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
475 if test "$$subdir" = .; then :; else \
476 test -d "$(distdir)/$$subdir" \
477 || $(MKDIR_P) "$(distdir)/$$subdir" \
478 || exit 1; \
479 fi; \
480 done
481 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
482 if test "$$subdir" = .; then :; else \
483 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
484 $(am__relativize); \
485 new_distdir=$$reldir; \
486 dir1=$$subdir; dir2="$(top_distdir)"; \
487 $(am__relativize); \
488 new_top_distdir=$$reldir; \
489 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
490 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
491 ($(am__cd) $$subdir && \
492 $(MAKE) $(AM_MAKEFLAGS) \
493 top_distdir="$$new_top_distdir" \
494 distdir="$$new_distdir" \
495 am__remove_distdir=: \
496 am__skip_length_check=: \
497 am__skip_mode_fix=: \
498 distdir) \
499 || exit 1; \
500 fi; \
501 done
502check-am: all-am
503check: check-recursive
504all-am: Makefile
505installdirs: installdirs-recursive
506installdirs-am:
507install: install-recursive
508install-exec: install-exec-recursive
509install-data: install-data-recursive
510uninstall: uninstall-recursive
511
512install-am: all-am
513 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
514
515installcheck: installcheck-recursive
516install-strip:
517 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519 `test -z '$(STRIP)' || \
520 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
521mostlyclean-generic:
522
523clean-generic:
524
525distclean-generic:
526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
527 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
528
529maintainer-clean-generic:
530 @echo "This command is intended for maintainers to use"
531 @echo "it deletes files that may require special tools to rebuild."
532clean: clean-recursive
533
534clean-am: clean-generic clean-libtool mostlyclean-am
535
536distclean: distclean-recursive
537 -rm -f Makefile
538distclean-am: clean-am distclean-generic distclean-tags
539
540dvi: dvi-recursive
541
542dvi-am:
543
544html: html-recursive
545
546html-am:
547
548info: info-recursive
549
550info-am:
551
552install-data-am:
553
554install-dvi: install-dvi-recursive
555
556install-dvi-am:
557
558install-exec-am:
559
560install-html: install-html-recursive
561
562install-html-am:
563
564install-info: install-info-recursive
565
566install-info-am:
567
568install-man:
569
570install-pdf: install-pdf-recursive
571
572install-pdf-am:
573
574install-ps: install-ps-recursive
575
576install-ps-am:
577
578installcheck-am:
579
580maintainer-clean: maintainer-clean-recursive
581 -rm -f Makefile
582maintainer-clean-am: distclean-am maintainer-clean-generic
583
584mostlyclean: mostlyclean-recursive
585
586mostlyclean-am: mostlyclean-generic mostlyclean-libtool
587
588pdf: pdf-recursive
589
590pdf-am:
591
592ps: ps-recursive
593
594ps-am:
595
596uninstall-am:
597
598.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
599 install-am install-strip tags-recursive
600
601.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
602 all all-am check check-am clean clean-generic clean-libtool \
603 ctags ctags-recursive distclean distclean-generic \
604 distclean-libtool distclean-tags distdir dvi dvi-am html \
605 html-am info info-am install install-am install-data \
606 install-data-am install-dvi install-dvi-am install-exec \
607 install-exec-am install-html install-html-am install-info \
608 install-info-am install-man install-pdf install-pdf-am \
609 install-ps install-ps-am install-strip installcheck \
610 installcheck-am installdirs installdirs-am maintainer-clean \
611 maintainer-clean-generic mostlyclean mostlyclean-generic \
612 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
613 uninstall uninstall-am
614
615
616# Tell versions [3.59,3.63) of GNU make to not export all variables.
617# Otherwise a system limit (for SysV at least) may be exceeded.
618.NOEXPORT: