]> git.proxmox.com Git - mirror_spl-debian.git/blame - include/linux/Makefile.in
Imported Upstream version 0.6.4.1
[mirror_spl-debian.git] / include / linux / Makefile.in
CommitLineData
10946b02
AX
1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6# Foundation, 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
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/linux
39DIST_COMMON = $(am__kernel_HEADERS_DIST) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in
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 =
55AM_V_GEN = $(am__v_GEN_@AM_V@)
56am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
57am__v_GEN_0 = @echo " GEN " $@;
58AM_V_at = $(am__v_at_@AM_V@)
59am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
60am__v_at_0 = @
61SOURCES =
62DIST_SOURCES =
63am__kernel_HEADERS_DIST = $(top_srcdir)/include/linux/bitops_compat.h \
64 $(top_srcdir)/include/linux/compiler_compat.h \
65 $(top_srcdir)/include/linux/delay_compat.h \
66 $(top_srcdir)/include/linux/file_compat.h \
67 $(top_srcdir)/include/linux/list_compat.h \
68 $(top_srcdir)/include/linux/math64_compat.h \
69 $(top_srcdir)/include/linux/mm_compat.h \
70 $(top_srcdir)/include/linux/proc_compat.h \
71 $(top_srcdir)/include/linux/rwsem_compat.h \
72 $(top_srcdir)/include/linux/wait_compat.h \
73 $(top_srcdir)/include/linux/zlib_compat.h
74am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75am__vpath_adj = case $$p in \
76 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77 *) f=$$p;; \
78 esac;
79am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80am__install_max = 40
81am__nobase_strip_setup = \
82 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83am__nobase_strip = \
84 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85am__nobase_list = $(am__nobase_strip_setup); \
86 for p in $$list; do echo "$$p $$p"; done | \
87 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89 if (++n[$$2] == $(am__install_max)) \
90 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91 END { for (dir in files) print dir, files[dir] }'
92am__base_list = \
93 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95am__uninstall_files_from_dir = { \
96 test -z "$$files" \
97 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
98 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
99 $(am__cd) "$$dir" && rm -f $$files; }; \
100 }
101am__installdirs = "$(DESTDIR)$(kerneldir)"
102HEADERS = $(kernel_HEADERS)
103ETAGS = etags
104CTAGS = ctags
105DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106ACLOCAL = @ACLOCAL@
107ALIEN = @ALIEN@
108ALIEN_VERSION = @ALIEN_VERSION@
109AMTAR = @AMTAR@
110AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111AR = @AR@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CC = @CC@
117CCDEPMODE = @CCDEPMODE@
118CFLAGS = @CFLAGS@
119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEBUG_CFLAGS = @DEBUG_CFLAGS@
123DEBUG_KMEM = @DEBUG_KMEM@
124DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
125DEBUG_SPL = @DEBUG_SPL@
126DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
127DEFS = @DEFS@
128DEPDIR = @DEPDIR@
129DLLTOOL = @DLLTOOL@
130DPKG = @DPKG@
131DPKGBUILD = @DPKGBUILD@
132DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
133DPKG_VERSION = @DPKG_VERSION@
134DSYMUTIL = @DSYMUTIL@
135DUMPBIN = @DUMPBIN@
136ECHO_C = @ECHO_C@
137ECHO_N = @ECHO_N@
138ECHO_T = @ECHO_T@
139EGREP = @EGREP@
140EXEEXT = @EXEEXT@
141FGREP = @FGREP@
142GREP = @GREP@
143HAVE_ALIEN = @HAVE_ALIEN@
144HAVE_DPKG = @HAVE_DPKG@
145HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
146HAVE_RPM = @HAVE_RPM@
147HAVE_RPMBUILD = @HAVE_RPMBUILD@
148INSTALL = @INSTALL@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153KERNELCPPFLAGS = @KERNELCPPFLAGS@
154KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
155LD = @LD@
156LDFLAGS = @LDFLAGS@
157LIBOBJS = @LIBOBJS@
158LIBS = @LIBS@
159LIBTOOL = @LIBTOOL@
160LINUX = @LINUX@
161LINUX_OBJ = @LINUX_OBJ@
162LINUX_SYMBOLS = @LINUX_SYMBOLS@
163LINUX_VERSION = @LINUX_VERSION@
164LIPO = @LIPO@
165LN_S = @LN_S@
166LTLIBOBJS = @LTLIBOBJS@
167MAINT = @MAINT@
168MAKEINFO = @MAKEINFO@
169MANIFEST_TOOL = @MANIFEST_TOOL@
170MKDIR_P = @MKDIR_P@
171NM = @NM@
172NMEDIT = @NMEDIT@
173OBJDUMP = @OBJDUMP@
174OBJEXT = @OBJEXT@
175OTOOL = @OTOOL@
176OTOOL64 = @OTOOL64@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185RANLIB = @RANLIB@
186RELEASE = @RELEASE@
187RPM = @RPM@
188RPMBUILD = @RPMBUILD@
189RPMBUILD_VERSION = @RPMBUILD_VERSION@
190RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
191RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
192RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
193RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
194RPM_SPEC_DIR = @RPM_SPEC_DIR@
195RPM_VERSION = @RPM_VERSION@
196SED = @SED@
197SET_MAKE = @SET_MAKE@
198SHELL = @SHELL@
199SPL_CONFIG = @SPL_CONFIG@
200SPL_META_ALIAS = @SPL_META_ALIAS@
201SPL_META_AUTHOR = @SPL_META_AUTHOR@
202SPL_META_DATA = @SPL_META_DATA@
203SPL_META_LICENSE = @SPL_META_LICENSE@
204SPL_META_LT_AGE = @SPL_META_LT_AGE@
205SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
206SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
207SPL_META_NAME = @SPL_META_NAME@
208SPL_META_RELEASE = @SPL_META_RELEASE@
209SPL_META_VERSION = @SPL_META_VERSION@
210SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
211SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
212SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
213SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
214STRIP = @STRIP@
215VENDOR = @VENDOR@
216VERSION = @VERSION@
217abs_builddir = @abs_builddir@
218abs_srcdir = @abs_srcdir@
219abs_top_builddir = @abs_top_builddir@
220abs_top_srcdir = @abs_top_srcdir@
221ac_ct_AR = @ac_ct_AR@
222ac_ct_CC = @ac_ct_CC@
223ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224am__include = @am__include@
225am__leading_dot = @am__leading_dot@
226am__quote = @am__quote@
227am__tar = @am__tar@
228am__untar = @am__untar@
229bindir = @bindir@
230build = @build@
231build_alias = @build_alias@
232build_cpu = @build_cpu@
233build_os = @build_os@
234build_vendor = @build_vendor@
235builddir = @builddir@
236datadir = @datadir@
237datarootdir = @datarootdir@
238docdir = @docdir@
239dvidir = @dvidir@
240exec_prefix = @exec_prefix@
241host = @host@
242host_alias = @host_alias@
243host_cpu = @host_cpu@
244host_os = @host_os@
245host_vendor = @host_vendor@
246htmldir = @htmldir@
247includedir = @includedir@
248infodir = @infodir@
249install_sh = @install_sh@
250libdir = @libdir@
251libexecdir = @libexecdir@
252localedir = @localedir@
253localstatedir = @localstatedir@
254mandir = @mandir@
255mkdir_p = @mkdir_p@
256oldincludedir = @oldincludedir@
257pdfdir = @pdfdir@
258prefix = @prefix@
259program_transform_name = @program_transform_name@
260psdir = @psdir@
261sbindir = @sbindir@
262sharedstatedir = @sharedstatedir@
263srcdir = @srcdir@
264sysconfdir = @sysconfdir@
265target = @target@
266target_alias = @target_alias@
267target_cpu = @target_cpu@
268target_os = @target_os@
269target_vendor = @target_vendor@
270top_build_prefix = @top_build_prefix@
271top_builddir = @top_builddir@
272top_srcdir = @top_srcdir@
273COMMON_H =
274KERNEL_H = \
275 $(top_srcdir)/include/linux/bitops_compat.h \
276 $(top_srcdir)/include/linux/compiler_compat.h \
277 $(top_srcdir)/include/linux/delay_compat.h \
278 $(top_srcdir)/include/linux/file_compat.h \
279 $(top_srcdir)/include/linux/list_compat.h \
280 $(top_srcdir)/include/linux/math64_compat.h \
281 $(top_srcdir)/include/linux/mm_compat.h \
282 $(top_srcdir)/include/linux/proc_compat.h \
283 $(top_srcdir)/include/linux/rwsem_compat.h \
284 $(top_srcdir)/include/linux/wait_compat.h \
285 $(top_srcdir)/include/linux/zlib_compat.h
286
287USER_H =
288EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
289@CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/include/linux
290@CONFIG_KERNEL_TRUE@kernel_HEADERS = $(KERNEL_H)
291all: all-am
292
293.SUFFIXES:
294$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
295 @for dep in $?; do \
296 case '$(am__configure_deps)' in \
297 *$$dep*) \
298 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
299 && { if test -f $@; then exit 0; else break; fi; }; \
300 exit 1;; \
301 esac; \
302 done; \
303 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/linux/Makefile'; \
304 $(am__cd) $(top_srcdir) && \
305 $(AUTOMAKE) --gnu include/linux/Makefile
306.PRECIOUS: Makefile
307Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308 @case '$?' in \
309 *config.status*) \
310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
311 *) \
312 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
313 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
314 esac;
315
316$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
319$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323$(am__aclocal_m4_deps):
324
325mostlyclean-libtool:
326 -rm -f *.lo
327
328clean-libtool:
329 -rm -rf .libs _libs
330install-kernelHEADERS: $(kernel_HEADERS)
331 @$(NORMAL_INSTALL)
332 test -z "$(kerneldir)" || $(MKDIR_P) "$(DESTDIR)$(kerneldir)"
333 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
334 for p in $$list; do \
335 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336 echo "$$d$$p"; \
337 done | $(am__base_list) | \
338 while read files; do \
339 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
340 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
341 done
342
343uninstall-kernelHEADERS:
344 @$(NORMAL_UNINSTALL)
345 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
346 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
347 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
348
349ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355 END { if (nonempty) { for (i in files) print i; }; }'`; \
356 mkid -fID $$unique
357tags: TAGS
358
359TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
360 $(TAGS_FILES) $(LISP)
361 set x; \
362 here=`pwd`; \
363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364 unique=`for i in $$list; do \
365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366 done | \
367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368 END { if (nonempty) { for (i in files) print i; }; }'`; \
369 shift; \
370 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371 test -n "$$unique" || unique=$$empty_fix; \
372 if test $$# -gt 0; then \
373 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374 "$$@" $$unique; \
375 else \
376 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377 $$unique; \
378 fi; \
379 fi
380ctags: CTAGS
381CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
382 $(TAGS_FILES) $(LISP)
383 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384 unique=`for i in $$list; do \
385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386 done | \
387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388 END { if (nonempty) { for (i in files) print i; }; }'`; \
389 test -z "$(CTAGS_ARGS)$$unique" \
390 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391 $$unique
392
393GTAGS:
394 here=`$(am__cd) $(top_builddir) && pwd` \
395 && $(am__cd) $(top_srcdir) \
396 && gtags -i $(GTAGS_ARGS) "$$here"
397
398distclean-tags:
399 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
401distdir: $(DISTFILES)
402 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404 list='$(DISTFILES)'; \
405 dist_files=`for file in $$list; do echo $$file; done | \
406 sed -e "s|^$$srcdirstrip/||;t" \
407 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408 case $$dist_files in \
409 */*) $(MKDIR_P) `echo "$$dist_files" | \
410 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411 sort -u` ;; \
412 esac; \
413 for file in $$dist_files; do \
414 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415 if test -d $$d/$$file; then \
416 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417 if test -d "$(distdir)/$$file"; then \
418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419 fi; \
420 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423 fi; \
424 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425 else \
426 test -f "$(distdir)/$$file" \
427 || cp -p $$d/$$file "$(distdir)/$$file" \
428 || exit 1; \
429 fi; \
430 done
431check-am: all-am
432check: check-am
433all-am: Makefile $(HEADERS)
434installdirs:
435 for dir in "$(DESTDIR)$(kerneldir)"; do \
436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437 done
438install: install-am
439install-exec: install-exec-am
440install-data: install-data-am
441uninstall: uninstall-am
442
443install-am: all-am
444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446installcheck: installcheck-am
447install-strip:
448 if test -z '$(STRIP)'; then \
449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451 install; \
452 else \
453 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
456 fi
457mostlyclean-generic:
458
459clean-generic:
460
461distclean-generic:
462 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
463 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
464
465maintainer-clean-generic:
466 @echo "This command is intended for maintainers to use"
467 @echo "it deletes files that may require special tools to rebuild."
468clean: clean-am
469
470clean-am: clean-generic clean-libtool mostlyclean-am
471
472distclean: distclean-am
473 -rm -f Makefile
474distclean-am: clean-am distclean-generic distclean-tags
475
476dvi: dvi-am
477
478dvi-am:
479
480html: html-am
481
482html-am:
483
484info: info-am
485
486info-am:
487
488install-data-am: install-kernelHEADERS
489
490install-dvi: install-dvi-am
491
492install-dvi-am:
493
494install-exec-am:
495
496install-html: install-html-am
497
498install-html-am:
499
500install-info: install-info-am
501
502install-info-am:
503
504install-man:
505
506install-pdf: install-pdf-am
507
508install-pdf-am:
509
510install-ps: install-ps-am
511
512install-ps-am:
513
514installcheck-am:
515
516maintainer-clean: maintainer-clean-am
517 -rm -f Makefile
518maintainer-clean-am: distclean-am maintainer-clean-generic
519
520mostlyclean: mostlyclean-am
521
522mostlyclean-am: mostlyclean-generic mostlyclean-libtool
523
524pdf: pdf-am
525
526pdf-am:
527
528ps: ps-am
529
530ps-am:
531
532uninstall-am: uninstall-kernelHEADERS
533
534.MAKE: install-am install-strip
535
536.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
537 clean-libtool ctags distclean distclean-generic \
538 distclean-libtool distclean-tags distdir dvi dvi-am html \
539 html-am info info-am install install-am install-data \
540 install-data-am install-dvi install-dvi-am install-exec \
541 install-exec-am install-html install-html-am install-info \
542 install-info-am install-kernelHEADERS install-man install-pdf \
543 install-pdf-am install-ps install-ps-am install-strip \
544 installcheck installcheck-am installdirs maintainer-clean \
545 maintainer-clean-generic mostlyclean mostlyclean-generic \
546 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
547 uninstall-am uninstall-kernelHEADERS
548
549
550# Tell versions [3.59,3.63) of GNU make to not export all variables.
551# Otherwise a system limit (for SysV at least) may be exceeded.
552.NOEXPORT: