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