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