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