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