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