]> git.proxmox.com Git - mirror_spl-debian.git/blob - Makefile.in
Build system and packaging (RPM support)
[mirror_spl-debian.git] / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
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
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = .
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \
41 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42 $(srcdir)/spl.spec.in $(srcdir)/spl_config.h.in \
43 $(top_srcdir)/configure $(top_srcdir)/module/Makefile.in \
44 $(top_srcdir)/module/spl/Makefile.in \
45 $(top_srcdir)/module/splat/Makefile.in AUTHORS COPYING \
46 ChangeLog INSTALL config/config.guess config/config.sub \
47 config/depcomp config/install-sh config/ltmain.sh \
48 config/missing
49 subdir = .
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/config/spl-build.m4 \
52 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno configure.status.lineno
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = spl_config.h
59 CONFIG_CLEAN_FILES = module/Makefile module/spl/Makefile \
60 module/splat/Makefile spl.spec
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64 html-recursive info-recursive install-data-recursive \
65 install-exec-recursive install-info-recursive \
66 install-recursive installcheck-recursive installdirs-recursive \
67 pdf-recursive ps-recursive uninstall-info-recursive \
68 uninstall-recursive
69 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70 am__vpath_adj = case $$p in \
71 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72 *) f=$$p;; \
73 esac;
74 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
75 am__installdirs = "$(DESTDIR)$(includedir)"
76 includeHEADERS_INSTALL = $(INSTALL_HEADER)
77 HEADERS = $(include_HEADERS)
78 ETAGS = etags
79 CTAGS = ctags
80 DIST_SUBDIRS = $(SUBDIRS)
81 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82 distdir = $(PACKAGE)-$(VERSION)
83 top_distdir = $(distdir)
84 am__remove_distdir = \
85 { test ! -d $(distdir) \
86 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
87 && rm -fr $(distdir); }; }
88 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
89 GZIP_ENV = --best
90 distuninstallcheck_listfiles = find . -type f -print
91 distcleancheck_listfiles = find . -type f -print
92 ACLOCAL = @ACLOCAL@
93 AMDEP_FALSE = @AMDEP_FALSE@
94 AMDEP_TRUE = @AMDEP_TRUE@
95 AMTAR = @AMTAR@
96 AR = @AR@
97 AUTOCONF = @AUTOCONF@
98 AUTOHEADER = @AUTOHEADER@
99 AUTOMAKE = @AUTOMAKE@
100 AWK = @AWK@
101 CC = @CC@
102 CCDEPMODE = @CCDEPMODE@
103 CFLAGS = @CFLAGS@
104 CPP = @CPP@
105 CPPFLAGS = @CPPFLAGS@
106 CXX = @CXX@
107 CXXCPP = @CXXCPP@
108 CXXDEPMODE = @CXXDEPMODE@
109 CXXFLAGS = @CXXFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 DEFS = @DEFS@
112 DEPDIR = @DEPDIR@
113 ECHO = @ECHO@
114 ECHO_C = @ECHO_C@
115 ECHO_N = @ECHO_N@
116 ECHO_T = @ECHO_T@
117 EGREP = @EGREP@
118 EXEEXT = @EXEEXT@
119 F77 = @F77@
120 FFLAGS = @FFLAGS@
121 INSTALL_DATA = @INSTALL_DATA@
122 INSTALL_PROGRAM = @INSTALL_PROGRAM@
123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
124 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125 KERNELCFLAGS = @KERNELCFLAGS@
126 KERNELCPPFLAGS = @KERNELCPPFLAGS@
127 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
128 LDFLAGS = @LDFLAGS@
129 LIBOBJS = @LIBOBJS@
130 LIBS = @LIBS@
131 LIBTOOL = @LIBTOOL@
132 LINUX = @LINUX@
133 LINUX_OBJ = @LINUX_OBJ@
134 LINUX_VERSION = @LINUX_VERSION@
135 LN_S = @LN_S@
136 LTLIBOBJS = @LTLIBOBJS@
137 MAINT = @MAINT@
138 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
139 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
140 MAKEINFO = @MAKEINFO@
141 OBJEXT = @OBJEXT@
142 PACKAGE = @PACKAGE@
143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144 PACKAGE_NAME = @PACKAGE_NAME@
145 PACKAGE_STRING = @PACKAGE_STRING@
146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
147 PACKAGE_VERSION = @PACKAGE_VERSION@
148 PATH_SEPARATOR = @PATH_SEPARATOR@
149 RANLIB = @RANLIB@
150 SED = @SED@
151 SET_MAKE = @SET_MAKE@
152 SHELL = @SHELL@
153 SPL_META_ALIAS = @SPL_META_ALIAS@
154 SPL_META_AUTHOR = @SPL_META_AUTHOR@
155 SPL_META_DATA = @SPL_META_DATA@
156 SPL_META_LT_AGE = @SPL_META_LT_AGE@
157 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
158 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
159 SPL_META_NAME = @SPL_META_NAME@
160 SPL_META_RELEASE = @SPL_META_RELEASE@
161 SPL_META_VERSION = @SPL_META_VERSION@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
164 ac_ct_AR = @ac_ct_AR@
165 ac_ct_CC = @ac_ct_CC@
166 ac_ct_CXX = @ac_ct_CXX@
167 ac_ct_F77 = @ac_ct_F77@
168 ac_ct_RANLIB = @ac_ct_RANLIB@
169 ac_ct_STRIP = @ac_ct_STRIP@
170 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
171 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
172 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
173 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
174 am__include = @am__include@
175 am__leading_dot = @am__leading_dot@
176 am__quote = @am__quote@
177 am__tar = @am__tar@
178 am__untar = @am__untar@
179 bindir = @bindir@
180 build = @build@
181 build_alias = @build_alias@
182 build_cpu = @build_cpu@
183 build_os = @build_os@
184 build_vendor = @build_vendor@
185 datadir = @datadir@
186 exec_prefix = @exec_prefix@
187 host = @host@
188 host_alias = @host_alias@
189 host_cpu = @host_cpu@
190 host_os = @host_os@
191 host_vendor = @host_vendor@
192 includedir = @includedir@
193 infodir = @infodir@
194 install_sh = @install_sh@
195 libdir = @libdir@
196 libexecdir = @libexecdir@
197 localstatedir = @localstatedir@
198 mandir = @mandir@
199 mkdir_p = @mkdir_p@
200 oldincludedir = @oldincludedir@
201 prefix = @prefix@
202 program_transform_name = @program_transform_name@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 sysconfdir = @sysconfdir@
206 target = @target@
207 target_alias = @target_alias@
208 target_cpu = @target_cpu@
209 target_os = @target_os@
210 target_vendor = @target_vendor@
211 SUBDIRS = lib cmd module include scripts
212 AUTOMAKE_OPTIONS = foreign dist-zip
213 EXTRA_DIST = autogen.sh spl.spec META DISCLAIMER
214 include_HEADERS = spl_config.h
215 all: spl_config.h
216 $(MAKE) $(AM_MAKEFLAGS) all-recursive
217
218 .SUFFIXES:
219 am--refresh:
220 @:
221 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
222 @for dep in $?; do \
223 case '$(am__configure_deps)' in \
224 *$$dep*) \
225 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
226 cd $(srcdir) && $(AUTOMAKE) --foreign \
227 && exit 0; \
228 exit 1;; \
229 esac; \
230 done; \
231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
232 cd $(top_srcdir) && \
233 $(AUTOMAKE) --foreign Makefile
234 .PRECIOUS: Makefile
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236 @case '$?' in \
237 *config.status*) \
238 echo ' $(SHELL) ./config.status'; \
239 $(SHELL) ./config.status;; \
240 *) \
241 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
242 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
243 esac;
244
245 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246 $(SHELL) ./config.status --recheck
247
248 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249 cd $(srcdir) && $(AUTOCONF)
250 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252
253 spl_config.h: stamp-h1
254 @if test ! -f $@; then \
255 rm -f stamp-h1; \
256 $(MAKE) stamp-h1; \
257 else :; fi
258
259 stamp-h1: $(srcdir)/spl_config.h.in $(top_builddir)/config.status
260 @rm -f stamp-h1
261 cd $(top_builddir) && $(SHELL) ./config.status spl_config.h
262 $(srcdir)/spl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263 cd $(top_srcdir) && $(AUTOHEADER)
264 rm -f stamp-h1
265 touch $@
266
267 distclean-hdr:
268 -rm -f spl_config.h stamp-h1
269 module/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/Makefile.in
270 cd $(top_builddir) && $(SHELL) ./config.status $@
271 module/spl/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/spl/Makefile.in
272 cd $(top_builddir) && $(SHELL) ./config.status $@
273 module/splat/Makefile: $(top_builddir)/config.status $(top_srcdir)/module/splat/Makefile.in
274 cd $(top_builddir) && $(SHELL) ./config.status $@
275 spl.spec: $(top_builddir)/config.status $(srcdir)/spl.spec.in
276 cd $(top_builddir) && $(SHELL) ./config.status $@
277
278 mostlyclean-libtool:
279 -rm -f *.lo
280
281 clean-libtool:
282 -rm -rf .libs _libs
283
284 distclean-libtool:
285 -rm -f libtool
286 uninstall-info-am:
287 install-includeHEADERS: $(include_HEADERS)
288 @$(NORMAL_INSTALL)
289 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
290 @list='$(include_HEADERS)'; for p in $$list; do \
291 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
292 f=$(am__strip_dir) \
293 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
294 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
295 done
296
297 uninstall-includeHEADERS:
298 @$(NORMAL_UNINSTALL)
299 @list='$(include_HEADERS)'; for p in $$list; do \
300 f=$(am__strip_dir) \
301 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
302 rm -f "$(DESTDIR)$(includedir)/$$f"; \
303 done
304
305 # This directory's subdirectories are mostly independent; you can cd
306 # into them and run `make' without going through this Makefile.
307 # To change the values of `make' variables: instead of editing Makefiles,
308 # (1) if the variable is set in `config.status', edit `config.status'
309 # (which will cause the Makefiles to be regenerated when you run `make');
310 # (2) otherwise, pass the desired values on the `make' command line.
311 $(RECURSIVE_TARGETS):
312 @failcom='exit 1'; \
313 for f in x $$MAKEFLAGS; do \
314 case $$f in \
315 *=* | --[!k]*);; \
316 *k*) failcom='fail=yes';; \
317 esac; \
318 done; \
319 dot_seen=no; \
320 target=`echo $@ | sed s/-recursive//`; \
321 list='$(SUBDIRS)'; for subdir in $$list; do \
322 echo "Making $$target in $$subdir"; \
323 if test "$$subdir" = "."; then \
324 dot_seen=yes; \
325 local_target="$$target-am"; \
326 else \
327 local_target="$$target"; \
328 fi; \
329 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330 || eval $$failcom; \
331 done; \
332 if test "$$dot_seen" = "no"; then \
333 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
334 fi; test -z "$$fail"
335
336 mostlyclean-recursive clean-recursive distclean-recursive \
337 maintainer-clean-recursive:
338 @failcom='exit 1'; \
339 for f in x $$MAKEFLAGS; do \
340 case $$f in \
341 *=* | --[!k]*);; \
342 *k*) failcom='fail=yes';; \
343 esac; \
344 done; \
345 dot_seen=no; \
346 case "$@" in \
347 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
348 *) list='$(SUBDIRS)' ;; \
349 esac; \
350 rev=''; for subdir in $$list; do \
351 if test "$$subdir" = "."; then :; else \
352 rev="$$subdir $$rev"; \
353 fi; \
354 done; \
355 rev="$$rev ."; \
356 target=`echo $@ | sed s/-recursive//`; \
357 for subdir in $$rev; do \
358 echo "Making $$target in $$subdir"; \
359 if test "$$subdir" = "."; then \
360 local_target="$$target-am"; \
361 else \
362 local_target="$$target"; \
363 fi; \
364 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365 || eval $$failcom; \
366 done && test -z "$$fail"
367 tags-recursive:
368 list='$(SUBDIRS)'; for subdir in $$list; do \
369 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
370 done
371 ctags-recursive:
372 list='$(SUBDIRS)'; for subdir in $$list; do \
373 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
374 done
375
376 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; } \
382 END { for (i in files) print i; }'`; \
383 mkid -fID $$unique
384
385 TAGS: tags-recursive $(HEADERS) $(SOURCES) spl_config.h.in $(TAGS_DEPENDENCIES) \
386 $(TAGS_FILES) $(LISP)
387 tags=; \
388 here=`pwd`; \
389 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
390 include_option=--etags-include; \
391 empty_fix=.; \
392 else \
393 include_option=--include; \
394 empty_fix=; \
395 fi; \
396 list='$(SUBDIRS)'; for subdir in $$list; do \
397 if test "$$subdir" = .; then :; else \
398 test ! -f $$subdir/TAGS || \
399 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
400 fi; \
401 done; \
402 list='$(SOURCES) $(HEADERS) spl_config.h.in $(LISP) $(TAGS_FILES)'; \
403 unique=`for i in $$list; do \
404 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405 done | \
406 $(AWK) ' { files[$$0] = 1; } \
407 END { for (i in files) print i; }'`; \
408 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
409 test -n "$$unique" || unique=$$empty_fix; \
410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 $$tags $$unique; \
412 fi
413 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) spl_config.h.in $(TAGS_DEPENDENCIES) \
414 $(TAGS_FILES) $(LISP)
415 tags=; \
416 here=`pwd`; \
417 list='$(SOURCES) $(HEADERS) spl_config.h.in $(LISP) $(TAGS_FILES)'; \
418 unique=`for i in $$list; do \
419 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420 done | \
421 $(AWK) ' { files[$$0] = 1; } \
422 END { for (i in files) print i; }'`; \
423 test -z "$(CTAGS_ARGS)$$tags$$unique" \
424 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425 $$tags $$unique
426
427 GTAGS:
428 here=`$(am__cd) $(top_builddir) && pwd` \
429 && cd $(top_srcdir) \
430 && gtags -i $(GTAGS_ARGS) $$here
431
432 distclean-tags:
433 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
434
435 distdir: $(DISTFILES)
436 $(am__remove_distdir)
437 mkdir $(distdir)
438 $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/module $(distdir)/module/spl $(distdir)/module/splat
439 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
440 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
441 list='$(DISTFILES)'; for file in $$list; do \
442 case $$file in \
443 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
444 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
445 esac; \
446 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
448 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
449 dir="/$$dir"; \
450 $(mkdir_p) "$(distdir)$$dir"; \
451 else \
452 dir=''; \
453 fi; \
454 if test -d $$d/$$file; then \
455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
457 fi; \
458 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
459 else \
460 test -f $(distdir)/$$file \
461 || cp -p $$d/$$file $(distdir)/$$file \
462 || exit 1; \
463 fi; \
464 done
465 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466 if test "$$subdir" = .; then :; else \
467 test -d "$(distdir)/$$subdir" \
468 || $(mkdir_p) "$(distdir)/$$subdir" \
469 || exit 1; \
470 distdir=`$(am__cd) $(distdir) && pwd`; \
471 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
472 (cd $$subdir && \
473 $(MAKE) $(AM_MAKEFLAGS) \
474 top_distdir="$$top_distdir" \
475 distdir="$$distdir/$$subdir" \
476 distdir) \
477 || exit 1; \
478 fi; \
479 done
480 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
481 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
482 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
483 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
484 || chmod -R a+r $(distdir)
485 dist-gzip: distdir
486 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
487 $(am__remove_distdir)
488
489 dist-bzip2: distdir
490 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
491 $(am__remove_distdir)
492
493 dist-tarZ: distdir
494 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
495 $(am__remove_distdir)
496
497 dist-shar: distdir
498 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
499 $(am__remove_distdir)
500 dist-zip: distdir
501 -rm -f $(distdir).zip
502 zip -rq $(distdir).zip $(distdir)
503 $(am__remove_distdir)
504
505 dist dist-all: distdir
506 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
507 -rm -f $(distdir).zip
508 zip -rq $(distdir).zip $(distdir)
509 $(am__remove_distdir)
510
511 # This target untars the dist file and tries a VPATH configuration. Then
512 # it guarantees that the distribution is self-contained by making another
513 # tarfile.
514 distcheck: dist
515 case '$(DIST_ARCHIVES)' in \
516 *.tar.gz*) \
517 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
518 *.tar.bz2*) \
519 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
520 *.tar.Z*) \
521 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
522 *.shar.gz*) \
523 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
524 *.zip*) \
525 unzip $(distdir).zip ;;\
526 esac
527 chmod -R a-w $(distdir); chmod a+w $(distdir)
528 mkdir $(distdir)/_build
529 mkdir $(distdir)/_inst
530 chmod a-w $(distdir)
531 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
532 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
533 && cd $(distdir)/_build \
534 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
535 $(DISTCHECK_CONFIGURE_FLAGS) \
536 && $(MAKE) $(AM_MAKEFLAGS) \
537 && $(MAKE) $(AM_MAKEFLAGS) dvi \
538 && $(MAKE) $(AM_MAKEFLAGS) check \
539 && $(MAKE) $(AM_MAKEFLAGS) install \
540 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
541 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
542 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
543 distuninstallcheck \
544 && chmod -R a-w "$$dc_install_base" \
545 && ({ \
546 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
547 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
548 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
549 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
550 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
551 } || { rm -rf "$$dc_destdir"; exit 1; }) \
552 && rm -rf "$$dc_destdir" \
553 && $(MAKE) $(AM_MAKEFLAGS) dist \
554 && rm -rf $(DIST_ARCHIVES) \
555 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
556 $(am__remove_distdir)
557 @(echo "$(distdir) archives ready for distribution: "; \
558 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
559 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
560 distuninstallcheck:
561 @cd $(distuninstallcheck_dir) \
562 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
563 || { echo "ERROR: files left after uninstall:" ; \
564 if test -n "$(DESTDIR)"; then \
565 echo " (check DESTDIR support)"; \
566 fi ; \
567 $(distuninstallcheck_listfiles) ; \
568 exit 1; } >&2
569 distcleancheck: distclean
570 @if test '$(srcdir)' = . ; then \
571 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
572 exit 1 ; \
573 fi
574 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
575 || { echo "ERROR: files left in build directory after distclean:" ; \
576 $(distcleancheck_listfiles) ; \
577 exit 1; } >&2
578 check-am: all-am
579 check: check-recursive
580 all-am: Makefile $(HEADERS) spl_config.h
581 installdirs: installdirs-recursive
582 installdirs-am:
583 for dir in "$(DESTDIR)$(includedir)"; do \
584 test -z "$$dir" || $(mkdir_p) "$$dir"; \
585 done
586 install: install-recursive
587 install-exec: install-exec-recursive
588 install-data: install-data-recursive
589 uninstall: uninstall-recursive
590
591 install-am: all-am
592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
593
594 installcheck: installcheck-recursive
595 install-strip:
596 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598 `test -z '$(STRIP)' || \
599 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
600 mostlyclean-generic:
601
602 clean-generic:
603
604 distclean-generic:
605 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
606
607 maintainer-clean-generic:
608 @echo "This command is intended for maintainers to use"
609 @echo "it deletes files that may require special tools to rebuild."
610 clean: clean-recursive
611
612 clean-am: clean-generic clean-libtool mostlyclean-am
613
614 distclean: distclean-recursive
615 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
616 -rm -f Makefile
617 distclean-am: clean-am distclean-generic distclean-hdr \
618 distclean-libtool distclean-local distclean-tags
619
620 dvi: dvi-recursive
621
622 dvi-am:
623
624 html: html-recursive
625
626 info: info-recursive
627
628 info-am:
629
630 install-data-am: install-data-local install-includeHEADERS
631
632 install-exec-am:
633
634 install-info: install-info-recursive
635
636 install-man:
637
638 installcheck-am:
639
640 maintainer-clean: maintainer-clean-recursive
641 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
642 -rm -rf $(top_srcdir)/autom4te.cache
643 -rm -f Makefile
644 maintainer-clean-am: distclean-am maintainer-clean-generic
645
646 mostlyclean: mostlyclean-recursive
647
648 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
649
650 pdf: pdf-recursive
651
652 pdf-am:
653
654 ps: ps-recursive
655
656 ps-am:
657
658 uninstall-am: uninstall-includeHEADERS uninstall-info-am
659
660 uninstall-info: uninstall-info-recursive
661
662 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
663 check-am clean clean-generic clean-libtool clean-recursive \
664 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
665 dist-shar dist-tarZ dist-zip distcheck distclean \
666 distclean-generic distclean-hdr distclean-libtool \
667 distclean-local distclean-recursive distclean-tags \
668 distcleancheck distdir distuninstallcheck dvi dvi-am html \
669 html-am info info-am install install-am install-data \
670 install-data-am install-data-local install-exec \
671 install-exec-am install-includeHEADERS install-info \
672 install-info-am install-man install-strip installcheck \
673 installcheck-am installdirs installdirs-am maintainer-clean \
674 maintainer-clean-generic maintainer-clean-recursive \
675 mostlyclean mostlyclean-generic mostlyclean-libtool \
676 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
677 uninstall uninstall-am uninstall-includeHEADERS \
678 uninstall-info-am
679
680
681 distclean-local::
682 -$(RM) -R autom4te*.cache
683 -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
684 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
685 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
686 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
687 -o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
688 -o -name '*%' -o -name '.*.cmd' -o -name 'core' \
689 -o -name 'Makefile' -o -name 'Module.symvers' \) \
690 -type f -print | xargs $(RM)
691
692 install-data-local:
693 $(INSTALL) module/Module.symvers $(DESTDIR)/$(includedir)
694
695 ctags:
696 $(RM) $(top_srcdir)/tags
697 find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags
698
699 etags:
700 $(RM) $(top_srcdir)/TAGS
701 find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a
702
703 tags: ctags etags
704
705 rpm-local:
706 mkdir -p $(rpmbuild)/TMP && \
707 mkdir -p $(rpmbuild)/BUILD && \
708 mkdir -p $(rpmbuild)/RPMS && \
709 mkdir -p $(rpmbuild)/SRPMS && \
710 mkdir -p $(rpmbuild)/SPECS && cp $(PACKAGE).spec $(rpmbuild)/SPECS && \
711 mkdir -p $(rpmbuild)/SOURCES && cp $(distdir).tar.gz $(rpmbuild)/SOURCES
712
713 srpm: dist
714 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
715 $(MAKE) $(AM_MAKEFLAGS) rpmbuild="$$rpmbuild" rpm-local || exit 1; \
716 /usr/bin/rpmbuild --define "_tmppath $$rpmbuild/TMP" --define "_topdir $$rpmbuild" --define "build_src_rpm 1" --define "dist %{nil}" --nodeps -bs $$rpmbuild/SPECS/$(PACKAGE).spec || exit 1; \
717 cp $$rpmbuild/SRPMS/$(distdir)-$(SPL_META_RELEASE).src.rpm . || exit 1;\
718 $(RM) -R $$rpmbuild
719
720 # Use 'make rpm LINUX_VERSION=2.x.y-z' to rebuild the source RPM
721 # against any installed kernel-devel-2.x.y-z package. This will
722 # override the LINUX_VERSION detected at configure time.
723 rpm: srpm
724 rpmbuild=`mktemp -t -d $(PACKAGE)-build-$$USER-XXXXXXXX`; \
725 $(MAKE) $(AM_MAKEFLAGS) rpmbuild="$$rpmbuild" rpm-local || exit 1; \
726 /usr/bin/rpmbuild --define "_tmppath $$rpmbuild/TMP" --define "_topdir $$rpmbuild" --define "dist %{nil}" --define "require_kver $(LINUX_VERSION)" --nodeps --rebuild $(distdir)-$(SPL_META_RELEASE).src.rpm || exit 1; \
727 cp $$rpmbuild/RPMS/*/* . || exit 1; \
728 $(RM) -R $$rpmbuild
729 # Tell versions [3.59,3.63) of GNU make to not export all variables.
730 # Otherwise a system limit (for SysV at least) may be exceeded.
731 .NOEXPORT: