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