]> git.proxmox.com Git - mirror_spl-debian.git/blame - include/sys/fm/Makefile.in
Imported Upstream version 0.6.5.9
[mirror_spl-debian.git] / include / sys / fm / Makefile.in
CommitLineData
ac9cc135 1# Makefile.in generated by automake 1.15 from Makefile.am.
10946b02
AX
2# @configure_input@
3
ac9cc135
AX
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
10946b02
AX
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
ac9cc135
AX
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
10946b02
AX
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = include/sys/fm
10946b02
AX
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
95 $(top_srcdir)/config/ltoptions.m4 \
96 $(top_srcdir)/config/ltsugar.m4 \
97 $(top_srcdir)/config/ltversion.m4 \
98 $(top_srcdir)/config/lt~obsolete.m4 \
99 $(top_srcdir)/config/spl-build.m4 \
100 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
ac9cc135
AX
103DIST_COMMON = $(srcdir)/Makefile.am $(am__kernel_HEADERS_DIST) \
104 $(am__DIST_COMMON)
10946b02
AX
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/spl_config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
ac9cc135
AX
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
10946b02
AX
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
ac9cc135
AX
115am__v_GEN_0 = @echo " GEN " $@;
116am__v_GEN_1 =
10946b02
AX
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
ac9cc135 120am__v_at_1 =
10946b02
AX
121SOURCES =
122DIST_SOURCES =
ac9cc135
AX
123am__can_run_installinfo = \
124 case $$AM_UPDATE_INFO_DIR in \
125 n|no|NO) false;; \
126 *) (install-info --version) >/dev/null 2>&1;; \
127 esac
10946b02
AX
128am__kernel_HEADERS_DIST = $(top_srcdir)/include/sys/fm/protocol.h \
129 $(top_srcdir)/include/sys/fm/util.h
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133 *) f=$$p;; \
134 esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142 for p in $$list; do echo "$$p $$p"; done | \
143 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145 if (++n[$$2] == $(am__install_max)) \
146 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147 END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152 test -z "$$files" \
153 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155 $(am__cd) "$$dir" && rm -f $$files; }; \
156 }
157am__installdirs = "$(DESTDIR)$(kerneldir)"
158HEADERS = $(kernel_HEADERS)
ac9cc135
AX
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160# Read a list of newline-separated strings from the standard input,
161# and print each of them once, without duplicates. Input order is
162# *not* preserved.
163am__uniquify_input = $(AWK) '\
164 BEGIN { nonempty = 0; } \
165 { items[$$0] = 1; nonempty = 1; } \
166 END { if (nonempty) { for (i in items) print i; }; } \
167'
168# Make sure the list of sources is unique. This is necessary because,
169# e.g., the same source file might be shared among _SOURCES variables
170# for different programs/libraries.
171am__define_uniq_tagged_files = \
172 list='$(am__tagged_files)'; \
173 unique=`for i in $$list; do \
174 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175 done | $(am__uniquify_input)`
10946b02
AX
176ETAGS = etags
177CTAGS = ctags
ac9cc135 178am__DIST_COMMON = $(srcdir)/Makefile.in
10946b02
AX
179DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180ACLOCAL = @ACLOCAL@
181ALIEN = @ALIEN@
182ALIEN_VERSION = @ALIEN_VERSION@
183AMTAR = @AMTAR@
184AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185AR = @AR@
186AUTOCONF = @AUTOCONF@
187AUTOHEADER = @AUTOHEADER@
188AUTOMAKE = @AUTOMAKE@
189AWK = @AWK@
190CC = @CC@
191CCDEPMODE = @CCDEPMODE@
192CFLAGS = @CFLAGS@
193CPP = @CPP@
194CPPFLAGS = @CPPFLAGS@
195CYGPATH_W = @CYGPATH_W@
196DEBUG_CFLAGS = @DEBUG_CFLAGS@
197DEBUG_KMEM = @DEBUG_KMEM@
198DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
199DEBUG_SPL = @DEBUG_SPL@
200DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
201DEFS = @DEFS@
202DEPDIR = @DEPDIR@
203DLLTOOL = @DLLTOOL@
204DPKG = @DPKG@
205DPKGBUILD = @DPKGBUILD@
206DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
207DPKG_VERSION = @DPKG_VERSION@
208DSYMUTIL = @DSYMUTIL@
209DUMPBIN = @DUMPBIN@
210ECHO_C = @ECHO_C@
211ECHO_N = @ECHO_N@
212ECHO_T = @ECHO_T@
213EGREP = @EGREP@
214EXEEXT = @EXEEXT@
215FGREP = @FGREP@
216GREP = @GREP@
217HAVE_ALIEN = @HAVE_ALIEN@
218HAVE_DPKG = @HAVE_DPKG@
219HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
220HAVE_RPM = @HAVE_RPM@
221HAVE_RPMBUILD = @HAVE_RPMBUILD@
222INSTALL = @INSTALL@
223INSTALL_DATA = @INSTALL_DATA@
224INSTALL_PROGRAM = @INSTALL_PROGRAM@
225INSTALL_SCRIPT = @INSTALL_SCRIPT@
226INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227KERNELCPPFLAGS = @KERNELCPPFLAGS@
228KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
229LD = @LD@
230LDFLAGS = @LDFLAGS@
231LIBOBJS = @LIBOBJS@
232LIBS = @LIBS@
233LIBTOOL = @LIBTOOL@
234LINUX = @LINUX@
235LINUX_OBJ = @LINUX_OBJ@
236LINUX_SYMBOLS = @LINUX_SYMBOLS@
237LINUX_VERSION = @LINUX_VERSION@
238LIPO = @LIPO@
239LN_S = @LN_S@
240LTLIBOBJS = @LTLIBOBJS@
ac9cc135 241LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
10946b02
AX
242MAINT = @MAINT@
243MAKEINFO = @MAKEINFO@
244MANIFEST_TOOL = @MANIFEST_TOOL@
245MKDIR_P = @MKDIR_P@
246NM = @NM@
247NMEDIT = @NMEDIT@
248OBJDUMP = @OBJDUMP@
249OBJEXT = @OBJEXT@
250OTOOL = @OTOOL@
251OTOOL64 = @OTOOL64@
252PACKAGE = @PACKAGE@
253PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
254PACKAGE_NAME = @PACKAGE_NAME@
255PACKAGE_STRING = @PACKAGE_STRING@
256PACKAGE_TARNAME = @PACKAGE_TARNAME@
257PACKAGE_URL = @PACKAGE_URL@
258PACKAGE_VERSION = @PACKAGE_VERSION@
259PATH_SEPARATOR = @PATH_SEPARATOR@
260RANLIB = @RANLIB@
261RELEASE = @RELEASE@
262RPM = @RPM@
263RPMBUILD = @RPMBUILD@
264RPMBUILD_VERSION = @RPMBUILD_VERSION@
265RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
266RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
267RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
268RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
269RPM_SPEC_DIR = @RPM_SPEC_DIR@
270RPM_VERSION = @RPM_VERSION@
271SED = @SED@
272SET_MAKE = @SET_MAKE@
273SHELL = @SHELL@
274SPL_CONFIG = @SPL_CONFIG@
275SPL_META_ALIAS = @SPL_META_ALIAS@
276SPL_META_AUTHOR = @SPL_META_AUTHOR@
277SPL_META_DATA = @SPL_META_DATA@
278SPL_META_LICENSE = @SPL_META_LICENSE@
279SPL_META_LT_AGE = @SPL_META_LT_AGE@
280SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
281SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
282SPL_META_NAME = @SPL_META_NAME@
283SPL_META_RELEASE = @SPL_META_RELEASE@
284SPL_META_VERSION = @SPL_META_VERSION@
285SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
286SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
287SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
288SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
289STRIP = @STRIP@
290VENDOR = @VENDOR@
291VERSION = @VERSION@
292abs_builddir = @abs_builddir@
293abs_srcdir = @abs_srcdir@
294abs_top_builddir = @abs_top_builddir@
295abs_top_srcdir = @abs_top_srcdir@
296ac_ct_AR = @ac_ct_AR@
297ac_ct_CC = @ac_ct_CC@
298ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299am__include = @am__include@
300am__leading_dot = @am__leading_dot@
301am__quote = @am__quote@
302am__tar = @am__tar@
303am__untar = @am__untar@
304bindir = @bindir@
305build = @build@
306build_alias = @build_alias@
307build_cpu = @build_cpu@
308build_os = @build_os@
309build_vendor = @build_vendor@
310builddir = @builddir@
311datadir = @datadir@
312datarootdir = @datarootdir@
313docdir = @docdir@
314dvidir = @dvidir@
315exec_prefix = @exec_prefix@
316host = @host@
317host_alias = @host_alias@
318host_cpu = @host_cpu@
319host_os = @host_os@
320host_vendor = @host_vendor@
321htmldir = @htmldir@
322includedir = @includedir@
323infodir = @infodir@
324install_sh = @install_sh@
325libdir = @libdir@
326libexecdir = @libexecdir@
327localedir = @localedir@
328localstatedir = @localstatedir@
329mandir = @mandir@
330mkdir_p = @mkdir_p@
331oldincludedir = @oldincludedir@
332pdfdir = @pdfdir@
333prefix = @prefix@
334program_transform_name = @program_transform_name@
335psdir = @psdir@
ac9cc135 336runstatedir = @runstatedir@
10946b02
AX
337sbindir = @sbindir@
338sharedstatedir = @sharedstatedir@
339srcdir = @srcdir@
340sysconfdir = @sysconfdir@
341target = @target@
342target_alias = @target_alias@
343target_cpu = @target_cpu@
344target_os = @target_os@
345target_vendor = @target_vendor@
346top_build_prefix = @top_build_prefix@
347top_builddir = @top_builddir@
348top_srcdir = @top_srcdir@
349COMMON_H =
350KERNEL_H = \
351 $(top_srcdir)/include/sys/fm/protocol.h \
352 $(top_srcdir)/include/sys/fm/util.h
353
354USER_H =
355EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
356@CONFIG_KERNEL_TRUE@kerneldir = @prefix@/src/spl-$(VERSION)/include/sys/fm
357@CONFIG_KERNEL_TRUE@kernel_HEADERS = $(KERNEL_H)
358all: all-am
359
360.SUFFIXES:
361$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
362 @for dep in $?; do \
363 case '$(am__configure_deps)' in \
364 *$$dep*) \
365 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366 && { if test -f $@; then exit 0; else break; fi; }; \
367 exit 1;; \
368 esac; \
369 done; \
370 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/sys/fm/Makefile'; \
371 $(am__cd) $(top_srcdir) && \
372 $(AUTOMAKE) --gnu include/sys/fm/Makefile
10946b02
AX
373Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
374 @case '$?' in \
375 *config.status*) \
376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
377 *) \
378 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
379 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
380 esac;
381
382$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384
385$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389$(am__aclocal_m4_deps):
390
391mostlyclean-libtool:
392 -rm -f *.lo
393
394clean-libtool:
395 -rm -rf .libs _libs
396install-kernelHEADERS: $(kernel_HEADERS)
397 @$(NORMAL_INSTALL)
10946b02 398 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
ac9cc135
AX
399 if test -n "$$list"; then \
400 echo " $(MKDIR_P) '$(DESTDIR)$(kerneldir)'"; \
401 $(MKDIR_P) "$(DESTDIR)$(kerneldir)" || exit 1; \
402 fi; \
10946b02
AX
403 for p in $$list; do \
404 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
405 echo "$$d$$p"; \
406 done | $(am__base_list) | \
407 while read files; do \
408 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(kerneldir)'"; \
409 $(INSTALL_HEADER) $$files "$(DESTDIR)$(kerneldir)" || exit $$?; \
410 done
411
412uninstall-kernelHEADERS:
413 @$(NORMAL_UNINSTALL)
414 @list='$(kernel_HEADERS)'; test -n "$(kerneldir)" || list=; \
415 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
416 dir='$(DESTDIR)$(kerneldir)'; $(am__uninstall_files_from_dir)
417
ac9cc135
AX
418ID: $(am__tagged_files)
419 $(am__define_uniq_tagged_files); mkid -fID $$unique
420tags: tags-am
421TAGS: tags
422
423tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
10946b02
AX
424 set x; \
425 here=`pwd`; \
ac9cc135 426 $(am__define_uniq_tagged_files); \
10946b02
AX
427 shift; \
428 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429 test -n "$$unique" || unique=$$empty_fix; \
430 if test $$# -gt 0; then \
431 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432 "$$@" $$unique; \
433 else \
434 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435 $$unique; \
436 fi; \
437 fi
ac9cc135
AX
438ctags: ctags-am
439
440CTAGS: ctags
441ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
442 $(am__define_uniq_tagged_files); \
10946b02
AX
443 test -z "$(CTAGS_ARGS)$$unique" \
444 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445 $$unique
446
447GTAGS:
448 here=`$(am__cd) $(top_builddir) && pwd` \
449 && $(am__cd) $(top_srcdir) \
450 && gtags -i $(GTAGS_ARGS) "$$here"
ac9cc135
AX
451cscopelist: cscopelist-am
452
453cscopelist-am: $(am__tagged_files)
454 list='$(am__tagged_files)'; \
455 case "$(srcdir)" in \
456 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
457 *) sdir=$(subdir)/$(srcdir) ;; \
458 esac; \
459 for i in $$list; do \
460 if test -f "$$i"; then \
461 echo "$(subdir)/$$i"; \
462 else \
463 echo "$$sdir/$$i"; \
464 fi; \
465 done >> $(top_builddir)/cscope.files
10946b02
AX
466
467distclean-tags:
468 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469
470distdir: $(DISTFILES)
471 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473 list='$(DISTFILES)'; \
474 dist_files=`for file in $$list; do echo $$file; done | \
475 sed -e "s|^$$srcdirstrip/||;t" \
476 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477 case $$dist_files in \
478 */*) $(MKDIR_P) `echo "$$dist_files" | \
479 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480 sort -u` ;; \
481 esac; \
482 for file in $$dist_files; do \
483 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484 if test -d $$d/$$file; then \
485 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486 if test -d "$(distdir)/$$file"; then \
487 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488 fi; \
489 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
491 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492 fi; \
493 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
494 else \
495 test -f "$(distdir)/$$file" \
496 || cp -p $$d/$$file "$(distdir)/$$file" \
497 || exit 1; \
498 fi; \
499 done
500check-am: all-am
501check: check-am
502all-am: Makefile $(HEADERS)
503installdirs:
504 for dir in "$(DESTDIR)$(kerneldir)"; do \
505 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
506 done
507install: install-am
508install-exec: install-exec-am
509install-data: install-data-am
510uninstall: uninstall-am
511
512install-am: all-am
513 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
514
515installcheck: installcheck-am
516install-strip:
517 if test -z '$(STRIP)'; then \
518 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520 install; \
521 else \
522 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
525 fi
526mostlyclean-generic:
527
528clean-generic:
529
530distclean-generic:
531 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
532 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
533
534maintainer-clean-generic:
535 @echo "This command is intended for maintainers to use"
536 @echo "it deletes files that may require special tools to rebuild."
537clean: clean-am
538
539clean-am: clean-generic clean-libtool mostlyclean-am
540
541distclean: distclean-am
542 -rm -f Makefile
543distclean-am: clean-am distclean-generic distclean-tags
544
545dvi: dvi-am
546
547dvi-am:
548
549html: html-am
550
551html-am:
552
553info: info-am
554
555info-am:
556
557install-data-am: install-kernelHEADERS
558
559install-dvi: install-dvi-am
560
561install-dvi-am:
562
563install-exec-am:
564
565install-html: install-html-am
566
567install-html-am:
568
569install-info: install-info-am
570
571install-info-am:
572
573install-man:
574
575install-pdf: install-pdf-am
576
577install-pdf-am:
578
579install-ps: install-ps-am
580
581install-ps-am:
582
583installcheck-am:
584
585maintainer-clean: maintainer-clean-am
586 -rm -f Makefile
587maintainer-clean-am: distclean-am maintainer-clean-generic
588
589mostlyclean: mostlyclean-am
590
591mostlyclean-am: mostlyclean-generic mostlyclean-libtool
592
593pdf: pdf-am
594
595pdf-am:
596
597ps: ps-am
598
599ps-am:
600
601uninstall-am: uninstall-kernelHEADERS
602
603.MAKE: install-am install-strip
604
ac9cc135
AX
605.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
606 clean-libtool cscopelist-am ctags ctags-am distclean \
607 distclean-generic distclean-libtool distclean-tags distdir dvi \
608 dvi-am html html-am info info-am install install-am \
609 install-data install-data-am install-dvi install-dvi-am \
610 install-exec install-exec-am install-html install-html-am \
611 install-info install-info-am install-kernelHEADERS install-man \
612 install-pdf install-pdf-am install-ps install-ps-am \
613 install-strip installcheck installcheck-am installdirs \
614 maintainer-clean maintainer-clean-generic mostlyclean \
615 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
616 tags tags-am uninstall uninstall-am uninstall-kernelHEADERS
617
618.PRECIOUS: Makefile
10946b02
AX
619
620
621# Tell versions [3.59,3.63) of GNU make to not export all variables.
622# Otherwise a system limit (for SysV at least) may be exceeded.
623.NOEXPORT: