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