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