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