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