OSDN Git Service

* libc/search/db_local.h: New file.
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / search / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14
15 SHELL = @SHELL@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 prefix = @prefix@
21 exec_prefix = @exec_prefix@
22
23 bindir = @bindir@
24 sbindir = @sbindir@
25 libexecdir = @libexecdir@
26 datadir = @datadir@
27 sysconfdir = @sysconfdir@
28 sharedstatedir = @sharedstatedir@
29 localstatedir = @localstatedir@
30 libdir = @libdir@
31 infodir = @infodir@
32 mandir = @mandir@
33 includedir = @includedir@
34 oldincludedir = /usr/include
35
36 DESTDIR =
37
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41
42 top_builddir = ..
43
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
48
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_alias = @build_alias@
62 build_triplet = @build@
63 host_alias = @host_alias@
64 host_triplet = @host@
65 target_alias = @target_alias@
66 target_triplet = @target@
67 AR = @AR@
68 AS = @AS@
69 CC = @CC@
70 CPP = @CPP@
71 CRT0 = @CRT0@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 GCJ = @GCJ@
77 GCJFLAGS = @GCJFLAGS@
78 LDFLAGS = @LDFLAGS@
79 LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
80 LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
81 LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
82 LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
83 LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
84 LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
85 LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
86 LIBC_SYS_LIB = @LIBC_SYS_LIB@
87 LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
93 OBJDUMP = @OBJDUMP@
94 OBJEXT = @OBJEXT@
95 PACKAGE = @PACKAGE@
96 RANLIB = @RANLIB@
97 STRIP = @STRIP@
98 VERSION = @VERSION@
99 aext = @aext@
100 extra_dir = @extra_dir@
101 libm_machine_dir = @libm_machine_dir@
102 machine_dir = @machine_dir@
103 newlib_basedir = @newlib_basedir@
104 oext = @oext@
105 sys_dir = @sys_dir@
106
107 AUTOMAKE_OPTIONS = cygnus
108
109 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
110
111 LIB_SOURCES = \
112         bsearch.c \
113         db_local.h \
114         extern.h \
115         hash.c \
116         hash.h \
117         hash_bigkey.c \
118         hash_buf.c \
119         hash_func.c \
120         hash_log2.c \
121         hash_page.c \
122         hcreate.c \
123         hcreate_r.c \
124         page.h \
125         qsort.c \
126         tdelete.c \
127         tdestroy.c \
128         tfind.c \
129         tsearch.c \
130         twalk.c
131
132
133 libsearch_la_LDFLAGS = -Xcompiler -nostdlib
134
135 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libsearch.la
136 @USE_LIBTOOL_TRUE@libsearch_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
137 @USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
138 @USE_LIBTOOL_FALSE@noinst_DATA = 
139 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
140 @USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
141 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
142 CONFIG_CLEAN_FILES = 
143 LIBRARIES =  $(noinst_LIBRARIES)
144
145
146 DEFS = @DEFS@ -I. -I$(srcdir) 
147 CPPFLAGS = @CPPFLAGS@
148 LIBS = @LIBS@
149 lib_a_LIBADD = 
150 @USE_LIBTOOL_FALSE@lib_a_OBJECTS =  bsearch.$(OBJEXT) hash.$(OBJEXT) \
151 @USE_LIBTOOL_FALSE@hash_bigkey.$(OBJEXT) hash_buf.$(OBJEXT) \
152 @USE_LIBTOOL_FALSE@hash_func.$(OBJEXT) hash_log2.$(OBJEXT) \
153 @USE_LIBTOOL_FALSE@hash_page.$(OBJEXT) hcreate.$(OBJEXT) \
154 @USE_LIBTOOL_FALSE@hcreate_r.$(OBJEXT) qsort.$(OBJEXT) \
155 @USE_LIBTOOL_FALSE@tdelete.$(OBJEXT) tdestroy.$(OBJEXT) tfind.$(OBJEXT) \
156 @USE_LIBTOOL_FALSE@tsearch.$(OBJEXT) twalk.$(OBJEXT)
157 LTLIBRARIES =  $(noinst_LTLIBRARIES)
158
159 libsearch_la_LIBADD = 
160 @USE_LIBTOOL_TRUE@libsearch_la_OBJECTS =  bsearch.lo hash.lo \
161 @USE_LIBTOOL_TRUE@hash_bigkey.lo hash_buf.lo hash_func.lo hash_log2.lo \
162 @USE_LIBTOOL_TRUE@hash_page.lo hcreate.lo hcreate_r.lo qsort.lo \
163 @USE_LIBTOOL_TRUE@tdelete.lo tdestroy.lo tfind.lo tsearch.lo twalk.lo
164 CFLAGS = @CFLAGS@
165 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
166 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 CCLD = $(CC)
168 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
169 DATA =  $(noinst_DATA)
170
171 DIST_COMMON =  Makefile.am Makefile.in
172
173
174 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
175
176 TAR = gtar
177 GZIP_ENV = --best
178 SOURCES = $(lib_a_SOURCES) $(libsearch_la_SOURCES)
179 OBJECTS = $(lib_a_OBJECTS) $(libsearch_la_OBJECTS)
180
181 all: all-redirect
182 .SUFFIXES:
183 .SUFFIXES: .S .c .lo .o .obj .s
184 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
185         cd $(top_srcdir) && $(AUTOMAKE) --cygnus search/Makefile
186
187 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
188         cd $(top_builddir) \
189           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
190
191
192 mostlyclean-noinstLIBRARIES:
193
194 clean-noinstLIBRARIES:
195         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
196
197 distclean-noinstLIBRARIES:
198
199 maintainer-clean-noinstLIBRARIES:
200
201 .c.o:
202         $(COMPILE) -c $<
203
204 # FIXME: We should only use cygpath when building on Windows,
205 # and only if it is available.
206 .c.obj:
207         $(COMPILE) -c `cygpath -w $<`
208
209 .s.o:
210         $(COMPILE) -c $<
211
212 .S.o:
213         $(COMPILE) -c $<
214
215 mostlyclean-compile:
216         -rm -f *.o core *.core
217         -rm -f *.$(OBJEXT)
218
219 clean-compile:
220
221 distclean-compile:
222         -rm -f *.tab.c
223
224 maintainer-clean-compile:
225
226 .c.lo:
227         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
228
229 .s.lo:
230         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
231
232 .S.lo:
233         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
234
235 mostlyclean-libtool:
236         -rm -f *.lo
237
238 clean-libtool:
239         -rm -rf .libs _libs
240
241 distclean-libtool:
242
243 maintainer-clean-libtool:
244
245 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
246         -rm -f lib.a
247         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
248         $(RANLIB) lib.a
249
250 mostlyclean-noinstLTLIBRARIES:
251
252 clean-noinstLTLIBRARIES:
253         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
254
255 distclean-noinstLTLIBRARIES:
256
257 maintainer-clean-noinstLTLIBRARIES:
258
259 libsearch.la: $(libsearch_la_OBJECTS) $(libsearch_la_DEPENDENCIES)
260         $(LINK)  $(libsearch_la_LDFLAGS) $(libsearch_la_OBJECTS) $(libsearch_la_LIBADD) $(LIBS)
261
262 tags: TAGS
263
264 ID: $(HEADERS) $(SOURCES) $(LISP)
265         list='$(SOURCES) $(HEADERS)'; \
266         unique=`for i in $$list; do echo $$i; done | \
267           awk '    { files[$$0] = 1; } \
268                END { for (i in files) print i; }'`; \
269         here=`pwd` && cd $(srcdir) \
270           && mkid -f$$here/ID $$unique $(LISP)
271
272 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
273         tags=; \
274         here=`pwd`; \
275         list='$(SOURCES) $(HEADERS)'; \
276         unique=`for i in $$list; do echo $$i; done | \
277           awk '    { files[$$0] = 1; } \
278                END { for (i in files) print i; }'`; \
279         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
280           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
281
282 mostlyclean-tags:
283
284 clean-tags:
285
286 distclean-tags:
287         -rm -f TAGS ID
288
289 maintainer-clean-tags:
290
291 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
292
293 subdir = search
294
295 distdir: $(DISTFILES)
296         @for file in $(DISTFILES); do \
297           if test -f $$file; then d=.; else d=$(srcdir); fi; \
298           if test -d $$d/$$file; then \
299             cp -pr $$d/$$file $(distdir)/$$file; \
300           else \
301             test -f $(distdir)/$$file \
302             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
303             || cp -p $$d/$$file $(distdir)/$$file || :; \
304           fi; \
305         done
306 info-am:
307 info: info-am
308 dvi-am:
309 dvi: dvi-am
310 check-am:
311 check: check-am
312 installcheck-am:
313 installcheck: installcheck-am
314 install-info-am: 
315 install-info: install-info-am
316 install-exec-am:
317 install-exec: install-exec-am
318
319 install-data-am:
320 install-data: install-data-am
321
322 install-am: all-am
323         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324 install: install-am
325 uninstall-am:
326 uninstall: uninstall-am
327 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
328 all-redirect: all-am
329 install-strip:
330         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
331 installdirs:
332
333
334 mostlyclean-generic:
335
336 clean-generic:
337
338 distclean-generic:
339         -rm -f Makefile $(CONFIG_CLEAN_FILES)
340         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
341
342 maintainer-clean-generic:
343 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
344                 mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
345                 mostlyclean-tags mostlyclean-generic
346
347 mostlyclean: mostlyclean-am
348
349 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
350                 clean-noinstLTLIBRARIES clean-tags clean-generic \
351                 mostlyclean-am
352
353 clean: clean-am
354
355 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
356                 distclean-libtool distclean-noinstLTLIBRARIES \
357                 distclean-tags distclean-generic clean-am
358         -rm -f libtool
359
360 distclean: distclean-am
361
362 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
363                 maintainer-clean-compile maintainer-clean-libtool \
364                 maintainer-clean-noinstLTLIBRARIES \
365                 maintainer-clean-tags maintainer-clean-generic \
366                 distclean-am
367         @echo "This command is intended for maintainers to use;"
368         @echo "it deletes files that may require special tools to rebuild."
369
370 maintainer-clean: maintainer-clean-am
371
372 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
373 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
374 mostlyclean-compile distclean-compile clean-compile \
375 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
376 clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
377 distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
378 maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
379 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
380 check-am installcheck-am installcheck install-info-am install-info \
381 install-exec-am install-exec install-data-am install-data install-am \
382 install uninstall-am uninstall all-redirect all-am all installdirs \
383 mostlyclean-generic distclean-generic clean-generic \
384 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
385
386
387 objectlist.awk.in: $(noinst_LTLIBRARIES)
388         -rm -f objectlist.awk.in
389         for i in `ls *.lo` ; \
390         do \
391           echo $$i `pwd`/$$i >> objectlist.awk.in ; \
392         done
393
394 # Tell versions [3.59,3.63) of GNU make to not export all variables.
395 # Otherwise a system limit (for SysV at least) may be exceeded.
396 .NOEXPORT: