]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - spl/rpm/redhat/Makefile.in
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1, zfs to 0.6.5.9-2
[mirror_ubuntu-artful-kernel.git] / spl / rpm / redhat / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = rpm/redhat
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
94 $(top_srcdir)/config/ltoptions.m4 \
95 $(top_srcdir)/config/ltsugar.m4 \
96 $(top_srcdir)/config/ltversion.m4 \
97 $(top_srcdir)/config/lt~obsolete.m4 \
98 $(top_srcdir)/config/spl-build.m4 \
99 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = $(top_builddir)/spl_config.h
105 CONFIG_CLEAN_FILES = spl.spec spl-kmod.spec spl-dkms.spec
106 CONFIG_CLEAN_VPATH_FILES =
107 AM_V_P = $(am__v_P_@AM_V@)
108 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109 am__v_P_0 = false
110 am__v_P_1 = :
111 AM_V_GEN = $(am__v_GEN_@AM_V@)
112 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113 am__v_GEN_0 = @echo " GEN " $@;
114 am__v_GEN_1 =
115 AM_V_at = $(am__v_at_@AM_V@)
116 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117 am__v_at_0 = @
118 am__v_at_1 =
119 SOURCES =
120 DIST_SOURCES =
121 am__can_run_installinfo = \
122 case $$AM_UPDATE_INFO_DIR in \
123 n|no|NO) false;; \
124 *) (install-info --version) >/dev/null 2>&1;; \
125 esac
126 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
127 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/spl-dkms.spec.in \
128 $(srcdir)/spl-kmod.spec.in $(srcdir)/spl.spec.in
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 ACLOCAL = @ACLOCAL@
131 ALIEN = @ALIEN@
132 ALIEN_VERSION = @ALIEN_VERSION@
133 AMTAR = @AMTAR@
134 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135 AR = @AR@
136 AUTOCONF = @AUTOCONF@
137 AUTOHEADER = @AUTOHEADER@
138 AUTOMAKE = @AUTOMAKE@
139 AWK = @AWK@
140 CC = @CC@
141 CCDEPMODE = @CCDEPMODE@
142 CFLAGS = @CFLAGS@
143 CPP = @CPP@
144 CPPFLAGS = @CPPFLAGS@
145 CYGPATH_W = @CYGPATH_W@
146 DEBUG_CFLAGS = @DEBUG_CFLAGS@
147 DEBUG_KMEM = @DEBUG_KMEM@
148 DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
149 DEBUG_SPL = @DEBUG_SPL@
150 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
151 DEFS = @DEFS@
152 DEPDIR = @DEPDIR@
153 DLLTOOL = @DLLTOOL@
154 DPKG = @DPKG@
155 DPKGBUILD = @DPKGBUILD@
156 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
157 DPKG_VERSION = @DPKG_VERSION@
158 DSYMUTIL = @DSYMUTIL@
159 DUMPBIN = @DUMPBIN@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EGREP = @EGREP@
164 EXEEXT = @EXEEXT@
165 FGREP = @FGREP@
166 GREP = @GREP@
167 HAVE_ALIEN = @HAVE_ALIEN@
168 HAVE_DPKG = @HAVE_DPKG@
169 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
170 HAVE_RPM = @HAVE_RPM@
171 HAVE_RPMBUILD = @HAVE_RPMBUILD@
172 INSTALL = @INSTALL@
173 INSTALL_DATA = @INSTALL_DATA@
174 INSTALL_PROGRAM = @INSTALL_PROGRAM@
175 INSTALL_SCRIPT = @INSTALL_SCRIPT@
176 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177 KERNELCPPFLAGS = @KERNELCPPFLAGS@
178 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
179 LD = @LD@
180 LDFLAGS = @LDFLAGS@
181 LIBOBJS = @LIBOBJS@
182 LIBS = @LIBS@
183 LIBTOOL = @LIBTOOL@
184 LINUX = @LINUX@
185 LINUX_OBJ = @LINUX_OBJ@
186 LINUX_SYMBOLS = @LINUX_SYMBOLS@
187 LINUX_VERSION = @LINUX_VERSION@
188 LIPO = @LIPO@
189 LN_S = @LN_S@
190 LTLIBOBJS = @LTLIBOBJS@
191 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
192 MAINT = @MAINT@
193 MAKEINFO = @MAKEINFO@
194 MANIFEST_TOOL = @MANIFEST_TOOL@
195 MKDIR_P = @MKDIR_P@
196 NM = @NM@
197 NMEDIT = @NMEDIT@
198 OBJDUMP = @OBJDUMP@
199 OBJEXT = @OBJEXT@
200 OTOOL = @OTOOL@
201 OTOOL64 = @OTOOL64@
202 PACKAGE = @PACKAGE@
203 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204 PACKAGE_NAME = @PACKAGE_NAME@
205 PACKAGE_STRING = @PACKAGE_STRING@
206 PACKAGE_TARNAME = @PACKAGE_TARNAME@
207 PACKAGE_URL = @PACKAGE_URL@
208 PACKAGE_VERSION = @PACKAGE_VERSION@
209 PATH_SEPARATOR = @PATH_SEPARATOR@
210 RANLIB = @RANLIB@
211 RELEASE = @RELEASE@
212 RPM = @RPM@
213 RPMBUILD = @RPMBUILD@
214 RPMBUILD_VERSION = @RPMBUILD_VERSION@
215 RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
216 RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
217 RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
218 RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
219 RPM_SPEC_DIR = @RPM_SPEC_DIR@
220 RPM_VERSION = @RPM_VERSION@
221 SED = @SED@
222 SET_MAKE = @SET_MAKE@
223 SHELL = @SHELL@
224 SPL_CONFIG = @SPL_CONFIG@
225 SPL_META_ALIAS = @SPL_META_ALIAS@
226 SPL_META_AUTHOR = @SPL_META_AUTHOR@
227 SPL_META_DATA = @SPL_META_DATA@
228 SPL_META_LICENSE = @SPL_META_LICENSE@
229 SPL_META_LT_AGE = @SPL_META_LT_AGE@
230 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
231 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
232 SPL_META_NAME = @SPL_META_NAME@
233 SPL_META_RELEASE = @SPL_META_RELEASE@
234 SPL_META_VERSION = @SPL_META_VERSION@
235 SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
236 SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
237 SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
238 SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
239 STRIP = @STRIP@
240 VENDOR = @VENDOR@
241 VERSION = @VERSION@
242 abs_builddir = @abs_builddir@
243 abs_srcdir = @abs_srcdir@
244 abs_top_builddir = @abs_top_builddir@
245 abs_top_srcdir = @abs_top_srcdir@
246 ac_ct_AR = @ac_ct_AR@
247 ac_ct_CC = @ac_ct_CC@
248 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249 am__include = @am__include@
250 am__leading_dot = @am__leading_dot@
251 am__quote = @am__quote@
252 am__tar = @am__tar@
253 am__untar = @am__untar@
254 bindir = @bindir@
255 build = @build@
256 build_alias = @build_alias@
257 build_cpu = @build_cpu@
258 build_os = @build_os@
259 build_vendor = @build_vendor@
260 builddir = @builddir@
261 datadir = @datadir@
262 datarootdir = @datarootdir@
263 docdir = @docdir@
264 dvidir = @dvidir@
265 exec_prefix = @exec_prefix@
266 host = @host@
267 host_alias = @host_alias@
268 host_cpu = @host_cpu@
269 host_os = @host_os@
270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
272 includedir = @includedir@
273 infodir = @infodir@
274 install_sh = @install_sh@
275 libdir = @libdir@
276 libexecdir = @libexecdir@
277 localedir = @localedir@
278 localstatedir = @localstatedir@
279 mandir = @mandir@
280 mkdir_p = @mkdir_p@
281 oldincludedir = @oldincludedir@
282 pdfdir = @pdfdir@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 runstatedir = @runstatedir@
287 sbindir = @sbindir@
288 sharedstatedir = @sharedstatedir@
289 srcdir = @srcdir@
290 sysconfdir = @sysconfdir@
291 target = @target@
292 target_alias = @target_alias@
293 target_cpu = @target_cpu@
294 target_os = @target_os@
295 target_vendor = @target_vendor@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
299 EXTRA_DIST = spl.spec.in spl-kmod.spec.in spl-dkms.spec.in
300 all: all-am
301
302 .SUFFIXES:
303 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
304 @for dep in $?; do \
305 case '$(am__configure_deps)' in \
306 *$$dep*) \
307 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308 && { if test -f $@; then exit 0; else break; fi; }; \
309 exit 1;; \
310 esac; \
311 done; \
312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu rpm/redhat/Makefile'; \
313 $(am__cd) $(top_srcdir) && \
314 $(AUTOMAKE) --gnu rpm/redhat/Makefile
315 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316 @case '$?' in \
317 *config.status*) \
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319 *) \
320 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322 esac;
323
324 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
327 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(am__aclocal_m4_deps):
332 spl.spec: $(top_builddir)/config.status $(srcdir)/spl.spec.in
333 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
334 spl-kmod.spec: $(top_builddir)/config.status $(srcdir)/spl-kmod.spec.in
335 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
336 spl-dkms.spec: $(top_builddir)/config.status $(srcdir)/spl-dkms.spec.in
337 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
338
339 mostlyclean-libtool:
340 -rm -f *.lo
341
342 clean-libtool:
343 -rm -rf .libs _libs
344 tags TAGS:
345
346 ctags CTAGS:
347
348 cscope cscopelist:
349
350
351 distdir: $(DISTFILES)
352 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354 list='$(DISTFILES)'; \
355 dist_files=`for file in $$list; do echo $$file; done | \
356 sed -e "s|^$$srcdirstrip/||;t" \
357 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
358 case $$dist_files in \
359 */*) $(MKDIR_P) `echo "$$dist_files" | \
360 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
361 sort -u` ;; \
362 esac; \
363 for file in $$dist_files; do \
364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365 if test -d $$d/$$file; then \
366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
367 if test -d "$(distdir)/$$file"; then \
368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
369 fi; \
370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373 fi; \
374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
375 else \
376 test -f "$(distdir)/$$file" \
377 || cp -p $$d/$$file "$(distdir)/$$file" \
378 || exit 1; \
379 fi; \
380 done
381 check-am: all-am
382 check: check-am
383 all-am: Makefile
384 installdirs:
385 install: install-am
386 install-exec: install-exec-am
387 install-data: install-data-am
388 uninstall: uninstall-am
389
390 install-am: all-am
391 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
392
393 installcheck: installcheck-am
394 install-strip:
395 if test -z '$(STRIP)'; then \
396 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
397 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
398 install; \
399 else \
400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
401 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
402 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
403 fi
404 mostlyclean-generic:
405
406 clean-generic:
407
408 distclean-generic:
409 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
410 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
411
412 maintainer-clean-generic:
413 @echo "This command is intended for maintainers to use"
414 @echo "it deletes files that may require special tools to rebuild."
415 clean: clean-am
416
417 clean-am: clean-generic clean-libtool mostlyclean-am
418
419 distclean: distclean-am
420 -rm -f Makefile
421 distclean-am: clean-am distclean-generic
422
423 dvi: dvi-am
424
425 dvi-am:
426
427 html: html-am
428
429 html-am:
430
431 info: info-am
432
433 info-am:
434
435 install-data-am:
436
437 install-dvi: install-dvi-am
438
439 install-dvi-am:
440
441 install-exec-am:
442
443 install-html: install-html-am
444
445 install-html-am:
446
447 install-info: install-info-am
448
449 install-info-am:
450
451 install-man:
452
453 install-pdf: install-pdf-am
454
455 install-pdf-am:
456
457 install-ps: install-ps-am
458
459 install-ps-am:
460
461 installcheck-am:
462
463 maintainer-clean: maintainer-clean-am
464 -rm -f Makefile
465 maintainer-clean-am: distclean-am maintainer-clean-generic
466
467 mostlyclean: mostlyclean-am
468
469 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
470
471 pdf: pdf-am
472
473 pdf-am:
474
475 ps: ps-am
476
477 ps-am:
478
479 uninstall-am:
480
481 .MAKE: install-am install-strip
482
483 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
484 cscopelist-am ctags-am distclean distclean-generic \
485 distclean-libtool distdir dvi dvi-am html html-am info info-am \
486 install install-am install-data install-data-am install-dvi \
487 install-dvi-am install-exec install-exec-am install-html \
488 install-html-am install-info install-info-am install-man \
489 install-pdf install-pdf-am install-ps install-ps-am \
490 install-strip installcheck installcheck-am installdirs \
491 maintainer-clean maintainer-clean-generic mostlyclean \
492 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
493 tags-am uninstall uninstall-am
494
495 .PRECIOUS: Makefile
496
497
498 # Tell versions [3.59,3.63) of GNU make to not export all variables.
499 # Otherwise a system limit (for SysV at least) may be exceeded.
500 .NOEXPORT: