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