]> git.proxmox.com Git - mirror_spl.git/blame - lib/Makefile.in
Prefix all META_* #defines with SPL to prevent colisions which include our spl_config...
[mirror_spl.git] / lib / Makefile.in
CommitLineData
7212e2cd 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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39target_triplet = @target@
40subdir = lib
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/config/spl-build.m4 \
44 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/spl_config.h
49CONFIG_CLEAN_FILES =
50LTLIBRARIES = $(noinst_LTLIBRARIES)
51libcommon_la_LIBADD =
52am_libcommon_la_OBJECTS = list.lo
53libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
54depcomp = $(SHELL) $(top_srcdir)/config/depcomp
55am__depfiles_maybe = depfiles
56COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
57 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
59 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
60 $(AM_CFLAGS) $(CFLAGS)
61CCLD = $(CC)
62LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
63 $(AM_LDFLAGS) $(LDFLAGS) -o $@
64SOURCES = $(libcommon_la_SOURCES)
65DIST_SOURCES = $(libcommon_la_SOURCES)
66ETAGS = etags
67CTAGS = ctags
68DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69ACLOCAL = @ACLOCAL@
70AMDEP_FALSE = @AMDEP_FALSE@
71AMDEP_TRUE = @AMDEP_TRUE@
72AMTAR = @AMTAR@
73AR = @AR@
74AUTOCONF = @AUTOCONF@
75AUTOHEADER = @AUTOHEADER@
76AUTOMAKE = @AUTOMAKE@
77AWK = @AWK@
78CC = @CC@
79CCDEPMODE = @CCDEPMODE@
80CFLAGS = @CFLAGS@
81CPP = @CPP@
82CPPFLAGS = @CPPFLAGS@
83CXX = @CXX@
84CXXCPP = @CXXCPP@
85CXXDEPMODE = @CXXDEPMODE@
86CXXFLAGS = @CXXFLAGS@
87CYGPATH_W = @CYGPATH_W@
88DEFS = @DEFS@
89DEPDIR = @DEPDIR@
90ECHO = @ECHO@
91ECHO_C = @ECHO_C@
92ECHO_N = @ECHO_N@
93ECHO_T = @ECHO_T@
94EGREP = @EGREP@
95EXEEXT = @EXEEXT@
96F77 = @F77@
97FFLAGS = @FFLAGS@
98INSTALL_DATA = @INSTALL_DATA@
99INSTALL_PROGRAM = @INSTALL_PROGRAM@
100INSTALL_SCRIPT = @INSTALL_SCRIPT@
101INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102KERNELCFLAGS = @KERNELCFLAGS@
103KERNELCPPFLAGS = @KERNELCPPFLAGS@
104KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
105LDFLAGS = @LDFLAGS@
106LIBOBJS = @LIBOBJS@
107LIBS = @LIBS@
108LIBTOOL = @LIBTOOL@
109LINUX = @LINUX@
110LINUX_OBJ = @LINUX_OBJ@
111LN_S = @LN_S@
112LTLIBOBJS = @LTLIBOBJS@
113MAINT = @MAINT@
114MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
115MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
116MAKEINFO = @MAKEINFO@
117META_ALIAS = @META_ALIAS@
7212e2cd 118OBJEXT = @OBJEXT@
119PACKAGE = @PACKAGE@
120PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121PACKAGE_NAME = @PACKAGE_NAME@
122PACKAGE_STRING = @PACKAGE_STRING@
123PACKAGE_TARNAME = @PACKAGE_TARNAME@
124PACKAGE_VERSION = @PACKAGE_VERSION@
125PATH_SEPARATOR = @PATH_SEPARATOR@
126RANLIB = @RANLIB@
127SED = @SED@
128SET_MAKE = @SET_MAKE@
129SHELL = @SHELL@
abc3ca14
BB
130SPL_META_AUTHOR = @SPL_META_AUTHOR@
131SPL_META_DATA = @SPL_META_DATA@
132SPL_META_LT_AGE = @SPL_META_LT_AGE@
133SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
134SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
135SPL_META_NAME = @SPL_META_NAME@
136SPL_META_RELEASE = @SPL_META_RELEASE@
137SPL_META_VERSION = @SPL_META_VERSION@
7212e2cd 138STRIP = @STRIP@
139VERSION = @VERSION@
140ac_ct_AR = @ac_ct_AR@
141ac_ct_CC = @ac_ct_CC@
142ac_ct_CXX = @ac_ct_CXX@
143ac_ct_F77 = @ac_ct_F77@
144ac_ct_RANLIB = @ac_ct_RANLIB@
145ac_ct_STRIP = @ac_ct_STRIP@
146am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
149am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
150am__include = @am__include@
151am__leading_dot = @am__leading_dot@
152am__quote = @am__quote@
153am__tar = @am__tar@
154am__untar = @am__untar@
155bindir = @bindir@
156build = @build@
157build_alias = @build_alias@
158build_cpu = @build_cpu@
159build_os = @build_os@
160build_vendor = @build_vendor@
161datadir = @datadir@
162exec_prefix = @exec_prefix@
163host = @host@
164host_alias = @host_alias@
165host_cpu = @host_cpu@
166host_os = @host_os@
167host_vendor = @host_vendor@
168includedir = @includedir@
169infodir = @infodir@
170install_sh = @install_sh@
171kmoduledir = @kmoduledir@
172libdir = @libdir@
173libexecdir = @libexecdir@
174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
182sysconfdir = @sysconfdir@
183target = @target@
184target_alias = @target_alias@
185target_cpu = @target_cpu@
186target_os = @target_os@
187target_vendor = @target_vendor@
188DEFAULT_INCLUDES = -I. -I..
189AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
190noinst_LTLIBRARIES = libcommon.la
191libcommon_la_SOURCES = list.c
192EXTRA_DIST = list.h
193all: all-am
194
195.SUFFIXES:
196.SUFFIXES: .c .lo .o .obj
197$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
198 @for dep in $?; do \
199 case '$(am__configure_deps)' in \
200 *$$dep*) \
201 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
202 && exit 0; \
203 exit 1;; \
204 esac; \
205 done; \
206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
207 cd $(top_srcdir) && \
208 $(AUTOMAKE) --gnu lib/Makefile
209.PRECIOUS: Makefile
210Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211 @case '$?' in \
212 *config.status*) \
213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214 *) \
215 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217 esac;
218
219$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
222$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226
227clean-noinstLTLIBRARIES:
228 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
229 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
230 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
231 test "$$dir" != "$$p" || dir=.; \
232 echo "rm -f \"$${dir}/so_locations\""; \
233 rm -f "$${dir}/so_locations"; \
234 done
235libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES)
236 $(LINK) $(libcommon_la_LDFLAGS) $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS)
237
238mostlyclean-compile:
239 -rm -f *.$(OBJEXT)
240
241distclean-compile:
242 -rm -f *.tab.c
243
244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
245
246.c.o:
247@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
248@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
249@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251@am__fastdepCC_FALSE@ $(COMPILE) -c $<
252
253.c.obj:
254@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
255@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
256@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
257@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
259
260.c.lo:
261@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
262@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
263@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
264@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
266
267mostlyclean-libtool:
268 -rm -f *.lo
269
270clean-libtool:
271 -rm -rf .libs _libs
272
273distclean-libtool:
274 -rm -f libtool
275uninstall-info-am:
276
277ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
278 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
279 unique=`for i in $$list; do \
280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281 done | \
282 $(AWK) ' { files[$$0] = 1; } \
283 END { for (i in files) print i; }'`; \
284 mkid -fID $$unique
285tags: TAGS
286
287TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
288 $(TAGS_FILES) $(LISP)
289 tags=; \
290 here=`pwd`; \
291 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292 unique=`for i in $$list; do \
293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294 done | \
295 $(AWK) ' { files[$$0] = 1; } \
296 END { for (i in files) print i; }'`; \
297 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
298 test -n "$$unique" || unique=$$empty_fix; \
299 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300 $$tags $$unique; \
301 fi
302ctags: CTAGS
303CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
304 $(TAGS_FILES) $(LISP)
305 tags=; \
306 here=`pwd`; \
307 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308 unique=`for i in $$list; do \
309 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310 done | \
311 $(AWK) ' { files[$$0] = 1; } \
312 END { for (i in files) print i; }'`; \
313 test -z "$(CTAGS_ARGS)$$tags$$unique" \
314 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
315 $$tags $$unique
316
317GTAGS:
318 here=`$(am__cd) $(top_builddir) && pwd` \
319 && cd $(top_srcdir) \
320 && gtags -i $(GTAGS_ARGS) $$here
321
322distclean-tags:
323 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
324
325distdir: $(DISTFILES)
326 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
327 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
328 list='$(DISTFILES)'; for file in $$list; do \
329 case $$file in \
330 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
331 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
332 esac; \
333 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
335 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
336 dir="/$$dir"; \
337 $(mkdir_p) "$(distdir)$$dir"; \
338 else \
339 dir=''; \
340 fi; \
341 if test -d $$d/$$file; then \
342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
344 fi; \
345 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
346 else \
347 test -f $(distdir)/$$file \
348 || cp -p $$d/$$file $(distdir)/$$file \
349 || exit 1; \
350 fi; \
351 done
352check-am: all-am
353check: check-am
354all-am: Makefile $(LTLIBRARIES)
355installdirs:
356install: install-am
357install-exec: install-exec-am
358install-data: install-data-am
359uninstall: uninstall-am
360
361install-am: all-am
362 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
363
364installcheck: installcheck-am
365install-strip:
366 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
367 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
368 `test -z '$(STRIP)' || \
369 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
370mostlyclean-generic:
371
372clean-generic:
373
374distclean-generic:
375 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
376
377maintainer-clean-generic:
378 @echo "This command is intended for maintainers to use"
379 @echo "it deletes files that may require special tools to rebuild."
380clean: clean-am
381
382clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
383 mostlyclean-am
384
385distclean: distclean-am
386 -rm -rf ./$(DEPDIR)
387 -rm -f Makefile
388distclean-am: clean-am distclean-compile distclean-generic \
389 distclean-libtool distclean-tags
390
391dvi: dvi-am
392
393dvi-am:
394
395html: html-am
396
397info: info-am
398
399info-am:
400
401install-data-am:
402
403install-exec-am:
404
405install-info: install-info-am
406
407install-man:
408
409installcheck-am:
410
411maintainer-clean: maintainer-clean-am
412 -rm -rf ./$(DEPDIR)
413 -rm -f Makefile
414maintainer-clean-am: distclean-am maintainer-clean-generic
415
416mostlyclean: mostlyclean-am
417
418mostlyclean-am: mostlyclean-compile mostlyclean-generic \
419 mostlyclean-libtool
420
421pdf: pdf-am
422
423pdf-am:
424
425ps: ps-am
426
427ps-am:
428
429uninstall-am: uninstall-info-am
430
431.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
432 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
433 distclean-compile distclean-generic distclean-libtool \
434 distclean-tags distdir dvi dvi-am html html-am info info-am \
435 install install-am install-data install-data-am install-exec \
436 install-exec-am install-info install-info-am install-man \
437 install-strip installcheck installcheck-am installdirs \
438 maintainer-clean maintainer-clean-generic mostlyclean \
439 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
440 pdf pdf-am ps ps-am tags uninstall uninstall-am \
441 uninstall-info-am
442
443# Tell versions [3.59,3.63) of GNU make to not export all variables.
444# Otherwise a system limit (for SysV at least) may be exceeded.
445.NOEXPORT: