]> sourceware.org Git - newlib-cygwin.git/blame - newlib/libc/search/Makefile.in
2010-01-29 Jeff Johnston <jjohnstn@redhat.com>
[newlib-cygwin.git] / newlib / libc / search / Makefile.in
CommitLineData
3a2f070f 1# Makefile.in generated by automake 1.11 from Makefile.am.
34e66679 2# @configure_input@
a7b23a8f 3
34e66679 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3a2f070f
JJ
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
a7b23a8f
TF
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
34e66679 16@SET_MAKE@
a7b23a8f
TF
17
18
34e66679 19
a7b23a8f 20VPATH = @srcdir@
a7b23a8f 21pkgdatadir = $(datadir)/@PACKAGE@
a7b23a8f 22pkgincludedir = $(includedir)/@PACKAGE@
3a2f070f
JJ
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
34e66679 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34e66679
JJ
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)
a7b23a8f
TF
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
a7b23a8f 37build_triplet = @build@
a7b23a8f 38host_triplet = @host@
34e66679
JJ
39DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
40 $(srcdir)/Makefile.am
41subdir = search
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
d9a1ecc0
SE
43am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
44 $(top_srcdir)/../../ltoptions.m4 \
45 $(top_srcdir)/../../ltsugar.m4 \
fab8d8d8
SE
46 $(top_srcdir)/../../ltversion.m4 \
47 $(top_srcdir)/../../lt~obsolete.m4 \
3a2f070f 48 $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in
34e66679
JJ
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4)
51mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
52CONFIG_CLEAN_FILES =
3a2f070f 53CONFIG_CLEAN_VPATH_FILES =
34e66679
JJ
54LIBRARIES = $(noinst_LIBRARIES)
55ARFLAGS = cru
56lib_a_AR = $(AR) $(ARFLAGS)
8f8f1db1 57lib_a_LIBADD =
34e66679 58am__objects_1 = lib_a-bsearch.$(OBJEXT) lib_a-qsort.$(OBJEXT)
8f8f1db1
JJ
59@ELIX_LEVEL_1_FALSE@am__objects_2 = lib_a-hash.$(OBJEXT) \
60@ELIX_LEVEL_1_FALSE@ lib_a-hash_bigkey.$(OBJEXT) \
61@ELIX_LEVEL_1_FALSE@ lib_a-hash_buf.$(OBJEXT) \
62@ELIX_LEVEL_1_FALSE@ lib_a-hash_func.$(OBJEXT) \
63@ELIX_LEVEL_1_FALSE@ lib_a-hash_log2.$(OBJEXT) \
64@ELIX_LEVEL_1_FALSE@ lib_a-hash_page.$(OBJEXT) \
65@ELIX_LEVEL_1_FALSE@ lib_a-hcreate.$(OBJEXT) \
66@ELIX_LEVEL_1_FALSE@ lib_a-hcreate_r.$(OBJEXT) \
67@ELIX_LEVEL_1_FALSE@ lib_a-tdelete.$(OBJEXT) \
68@ELIX_LEVEL_1_FALSE@ lib_a-tdestroy.$(OBJEXT) \
69@ELIX_LEVEL_1_FALSE@ lib_a-tfind.$(OBJEXT) \
70@ELIX_LEVEL_1_FALSE@ lib_a-tsearch.$(OBJEXT) \
71@ELIX_LEVEL_1_FALSE@ lib_a-twalk.$(OBJEXT)
72@USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1) \
73@USE_LIBTOOL_FALSE@ $(am__objects_2)
34e66679
JJ
74lib_a_OBJECTS = $(am_lib_a_OBJECTS)
75LTLIBRARIES = $(noinst_LTLIBRARIES)
8f8f1db1
JJ
76libsearch_la_LIBADD =
77am__objects_3 = bsearch.lo qsort.lo
78@ELIX_LEVEL_1_FALSE@am__objects_4 = hash.lo hash_bigkey.lo hash_buf.lo \
79@ELIX_LEVEL_1_FALSE@ hash_func.lo hash_log2.lo hash_page.lo \
80@ELIX_LEVEL_1_FALSE@ hcreate.lo hcreate_r.lo tdelete.lo \
81@ELIX_LEVEL_1_FALSE@ tdestroy.lo tfind.lo tsearch.lo twalk.lo
82@USE_LIBTOOL_TRUE@am_libsearch_la_OBJECTS = $(am__objects_3) \
83@USE_LIBTOOL_TRUE@ $(am__objects_4)
34e66679 84libsearch_la_OBJECTS = $(am_libsearch_la_OBJECTS)
3a2f070f
JJ
85libsearch_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
86 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
87 $(libsearch_la_LDFLAGS) $(LDFLAGS) -o $@
34e66679 88@USE_LIBTOOL_TRUE@am_libsearch_la_rpath =
3a2f070f 89DEFAULT_INCLUDES = -I.@am__isrc@
34e66679
JJ
90depcomp =
91am__depfiles_maybe =
92COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
3a2f070f
JJ
94LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
34e66679 97CCLD = $(CC)
3a2f070f
JJ
98LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100 $(LDFLAGS) -o $@
34e66679
JJ
101SOURCES = $(lib_a_SOURCES) $(libsearch_la_SOURCES)
102DATA = $(noinst_DATA)
103ETAGS = etags
104CTAGS = ctags
105ACLOCAL = @ACLOCAL@
34e66679 106AMTAR = @AMTAR@
a7b23a8f
TF
107AR = @AR@
108AS = @AS@
34e66679
JJ
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
a7b23a8f 113CC = @CC@
34e66679
JJ
114CCAS = @CCAS@
115CCASFLAGS = @CCASFLAGS@
116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
d9a1ecc0 118CPP = @CPP@
34e66679 119CPPFLAGS = @CPPFLAGS@
a7b23a8f 120CRT0 = @CRT0@
34e66679
JJ
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
d9a1ecc0 124DLLTOOL = @DLLTOOL@
fab8d8d8 125DSYMUTIL = @DSYMUTIL@
d9a1ecc0 126DUMPBIN = @DUMPBIN@
34e66679
JJ
127ECHO_C = @ECHO_C@
128ECHO_N = @ECHO_N@
129ECHO_T = @ECHO_T@
d9a1ecc0 130EGREP = @EGREP@
a7b23a8f 131EXEEXT = @EXEEXT@
d9a1ecc0
SE
132FGREP = @FGREP@
133GREP = @GREP@
3a2f070f 134INSTALL = @INSTALL@
34e66679
JJ
135INSTALL_DATA = @INSTALL_DATA@
136INSTALL_PROGRAM = @INSTALL_PROGRAM@
137INSTALL_SCRIPT = @INSTALL_SCRIPT@
138INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
d9a1ecc0 139LD = @LD@
a7b23a8f
TF
140LDFLAGS = @LDFLAGS@
141LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
142LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
143LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
144LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
145LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
146LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
9b022d6d
TF
147LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
148LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
0733ae3b
JJ
149LIBC_STDIO_DEF = @LIBC_STDIO_DEF@
150LIBC_STDIO_LIB = @LIBC_STDIO_LIB@
a7b23a8f
TF
151LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
152LIBC_SYS_LIB = @LIBC_SYS_LIB@
153LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
34e66679
JJ
154LIBOBJS = @LIBOBJS@
155LIBS = @LIBS@
a7b23a8f 156LIBTOOL = @LIBTOOL@
fab8d8d8 157LIPO = @LIPO@
a7b23a8f 158LN_S = @LN_S@
34e66679 159LTLIBOBJS = @LTLIBOBJS@
a7b23a8f
TF
160MAINT = @MAINT@
161MAKEINFO = @MAKEINFO@
3a2f070f 162MKDIR_P = @MKDIR_P@
a7b23a8f 163NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
d9a1ecc0 164NM = @NM@
fab8d8d8 165NMEDIT = @NMEDIT@
d9a1ecc0 166OBJDUMP = @OBJDUMP@
a7b23a8f 167OBJEXT = @OBJEXT@
fab8d8d8
SE
168OTOOL = @OTOOL@
169OTOOL64 = @OTOOL64@
a7b23a8f 170PACKAGE = @PACKAGE@
34e66679
JJ
171PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172PACKAGE_NAME = @PACKAGE_NAME@
173PACKAGE_STRING = @PACKAGE_STRING@
174PACKAGE_TARNAME = @PACKAGE_TARNAME@
175PACKAGE_VERSION = @PACKAGE_VERSION@
176PATH_SEPARATOR = @PATH_SEPARATOR@
a7b23a8f 177RANLIB = @RANLIB@
0a85d87f 178READELF = @READELF@
d9a1ecc0 179SED = @SED@
34e66679
JJ
180SET_MAKE = @SET_MAKE@
181SHELL = @SHELL@
a7b23a8f
TF
182STRIP = @STRIP@
183VERSION = @VERSION@
3a2f070f
JJ
184abs_builddir = @abs_builddir@
185abs_srcdir = @abs_srcdir@
186abs_top_builddir = @abs_top_builddir@
187abs_top_srcdir = @abs_top_srcdir@
34e66679 188ac_ct_CC = @ac_ct_CC@
d9a1ecc0 189ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
a7b23a8f 190aext = @aext@
34e66679
JJ
191am__include = @am__include@
192am__leading_dot = @am__leading_dot@
193am__quote = @am__quote@
194am__tar = @am__tar@
195am__untar = @am__untar@
196bindir = @bindir@
197build = @build@
198build_alias = @build_alias@
199build_cpu = @build_cpu@
200build_os = @build_os@
201build_vendor = @build_vendor@
3a2f070f 202builddir = @builddir@
34e66679 203datadir = @datadir@
3a2f070f
JJ
204datarootdir = @datarootdir@
205docdir = @docdir@
206dvidir = @dvidir@
34e66679 207exec_prefix = @exec_prefix@
a7b23a8f 208extra_dir = @extra_dir@
34e66679
JJ
209host = @host@
210host_alias = @host_alias@
211host_cpu = @host_cpu@
212host_os = @host_os@
213host_vendor = @host_vendor@
3a2f070f 214htmldir = @htmldir@
34e66679
JJ
215includedir = @includedir@
216infodir = @infodir@
217install_sh = @install_sh@
218libdir = @libdir@
219libexecdir = @libexecdir@
a7b23a8f 220libm_machine_dir = @libm_machine_dir@
3a2f070f 221localedir = @localedir@
34e66679
JJ
222localstatedir = @localstatedir@
223lpfx = @lpfx@
d9a1ecc0 224lt_ECHO = @lt_ECHO@
a7b23a8f 225machine_dir = @machine_dir@
34e66679
JJ
226mandir = @mandir@
227mkdir_p = @mkdir_p@
a7b23a8f
TF
228newlib_basedir = @newlib_basedir@
229oext = @oext@
34e66679 230oldincludedir = @oldincludedir@
3a2f070f 231pdfdir = @pdfdir@
34e66679
JJ
232prefix = @prefix@
233program_transform_name = @program_transform_name@
3a2f070f 234psdir = @psdir@
34e66679
JJ
235sbindir = @sbindir@
236sharedstatedir = @sharedstatedir@
3a2f070f 237srcdir = @srcdir@
34e66679 238subdirs = @subdirs@
a7b23a8f 239sys_dir = @sys_dir@
34e66679 240sysconfdir = @sysconfdir@
34e66679 241target_alias = @target_alias@
3a2f070f
JJ
242top_build_prefix = @top_build_prefix@
243top_builddir = @top_builddir@
244top_srcdir = @top_srcdir@
a7b23a8f 245AUTOMAKE_OPTIONS = cygnus
a7b23a8f 246INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
34e66679
JJ
247GENERAL_SOURCES = \
248 bsearch.c \
249 db_local.h \
250 extern.h \
251 hash.h \
252 page.h \
253 qsort.c
254
8f8f1db1
JJ
255@ELIX_LEVEL_1_FALSE@ELIX_SOURCES = \
256@ELIX_LEVEL_1_FALSE@ hash.c \
257@ELIX_LEVEL_1_FALSE@ hash_bigkey.c \
258@ELIX_LEVEL_1_FALSE@ hash_buf.c \
259@ELIX_LEVEL_1_FALSE@ hash_func.c \
260@ELIX_LEVEL_1_FALSE@ hash_log2.c \
261@ELIX_LEVEL_1_FALSE@ hash_page.c \
262@ELIX_LEVEL_1_FALSE@ hcreate.c \
263@ELIX_LEVEL_1_FALSE@ hcreate_r.c \
264@ELIX_LEVEL_1_FALSE@ tdelete.c \
265@ELIX_LEVEL_1_FALSE@ tdestroy.c \
266@ELIX_LEVEL_1_FALSE@ tfind.c \
267@ELIX_LEVEL_1_FALSE@ tsearch.c \
268@ELIX_LEVEL_1_FALSE@ twalk.c
269
270@ELIX_LEVEL_1_TRUE@ELIX_SOURCES =
a7b23a8f 271libsearch_la_LDFLAGS = -Xcompiler -nostdlib
786ab12c 272@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libsearch.la
8f8f1db1 273@USE_LIBTOOL_TRUE@libsearch_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
a7b23a8f 274@USE_LIBTOOL_FALSE@noinst_DATA =
34e66679 275@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
786ab12c 276@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
8f8f1db1 277@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
34e66679 278@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
778876f6 279SUFFIXES = .def
2d69f00e
JJ
280CHEWOUT_FILES = \
281 bsearch.def \
282 qsort.def
283
778876f6 284CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
778876f6 285TARGETDOC = ../tmp.texi
778876f6 286CLEANFILES = $(CHEWOUT_FILES) *.ref
34e66679 287all: all-am
a7b23a8f 288
a7b23a8f 289.SUFFIXES:
34e66679
JJ
290.SUFFIXES: .def .c .lo .o .obj
291$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
292 @for dep in $?; do \
293 case '$(am__configure_deps)' in \
294 *$$dep*) \
3a2f070f
JJ
295 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
296 && { if test -f $@; then exit 0; else break; fi; }; \
34e66679
JJ
297 exit 1;; \
298 esac; \
299 done; \
3a2f070f
JJ
300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus search/Makefile'; \
301 $(am__cd) $(top_srcdir) && \
302 $(AUTOMAKE) --cygnus search/Makefile
34e66679
JJ
303.PRECIOUS: Makefile
304Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305 @case '$?' in \
306 *config.status*) \
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308 *) \
309 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
311 esac;
312
313$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
316$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3a2f070f 320$(am__aclocal_m4_deps):
a7b23a8f
TF
321
322clean-noinstLIBRARIES:
323 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
34e66679
JJ
324lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
325 -rm -f lib.a
326 $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
327 $(RANLIB) lib.a
a7b23a8f 328
34e66679
JJ
329clean-noinstLTLIBRARIES:
330 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
331 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
332 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
333 test "$$dir" != "$$p" || dir=.; \
334 echo "rm -f \"$${dir}/so_locations\""; \
335 rm -f "$${dir}/so_locations"; \
336 done
337libsearch.la: $(libsearch_la_OBJECTS) $(libsearch_la_DEPENDENCIES)
3a2f070f 338 $(libsearch_la_LINK) $(am_libsearch_la_rpath) $(libsearch_la_OBJECTS) $(libsearch_la_LIBADD) $(LIBS)
a7b23a8f
TF
339
340mostlyclean-compile:
a7b23a8f
TF
341 -rm -f *.$(OBJEXT)
342
a7b23a8f
TF
343distclean-compile:
344 -rm -f *.tab.c
345
34e66679
JJ
346.c.o:
347 $(COMPILE) -c $<
348
349.c.obj:
350 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a7b23a8f
TF
351
352.c.lo:
34e66679
JJ
353 $(LTCOMPILE) -c -o $@ $<
354
355lib_a-bsearch.o: bsearch.c
356 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-bsearch.o `test -f 'bsearch.c' || echo '$(srcdir)/'`bsearch.c
a7b23a8f 357
34e66679
JJ
358lib_a-bsearch.obj: bsearch.c
359 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-bsearch.obj `if test -f 'bsearch.c'; then $(CYGPATH_W) 'bsearch.c'; else $(CYGPATH_W) '$(srcdir)/bsearch.c'; fi`
a7b23a8f 360
34e66679
JJ
361lib_a-qsort.o: qsort.c
362 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-qsort.o `test -f 'qsort.c' || echo '$(srcdir)/'`qsort.c
363
364lib_a-qsort.obj: qsort.c
365 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-qsort.obj `if test -f 'qsort.c'; then $(CYGPATH_W) 'qsort.c'; else $(CYGPATH_W) '$(srcdir)/qsort.c'; fi`
a7b23a8f 366
8f8f1db1
JJ
367lib_a-hash.o: hash.c
368 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash.o `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
369
370lib_a-hash.obj: hash.c
371 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash.obj `if test -f 'hash.c'; then $(CYGPATH_W) 'hash.c'; else $(CYGPATH_W) '$(srcdir)/hash.c'; fi`
372
373lib_a-hash_bigkey.o: hash_bigkey.c
374 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_bigkey.o `test -f 'hash_bigkey.c' || echo '$(srcdir)/'`hash_bigkey.c
375
376lib_a-hash_bigkey.obj: hash_bigkey.c
377 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_bigkey.obj `if test -f 'hash_bigkey.c'; then $(CYGPATH_W) 'hash_bigkey.c'; else $(CYGPATH_W) '$(srcdir)/hash_bigkey.c'; fi`
378
379lib_a-hash_buf.o: hash_buf.c
380 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_buf.o `test -f 'hash_buf.c' || echo '$(srcdir)/'`hash_buf.c
381
382lib_a-hash_buf.obj: hash_buf.c
383 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_buf.obj `if test -f 'hash_buf.c'; then $(CYGPATH_W) 'hash_buf.c'; else $(CYGPATH_W) '$(srcdir)/hash_buf.c'; fi`
384
385lib_a-hash_func.o: hash_func.c
386 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_func.o `test -f 'hash_func.c' || echo '$(srcdir)/'`hash_func.c
387
388lib_a-hash_func.obj: hash_func.c
389 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_func.obj `if test -f 'hash_func.c'; then $(CYGPATH_W) 'hash_func.c'; else $(CYGPATH_W) '$(srcdir)/hash_func.c'; fi`
390
391lib_a-hash_log2.o: hash_log2.c
392 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_log2.o `test -f 'hash_log2.c' || echo '$(srcdir)/'`hash_log2.c
393
394lib_a-hash_log2.obj: hash_log2.c
395 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_log2.obj `if test -f 'hash_log2.c'; then $(CYGPATH_W) 'hash_log2.c'; else $(CYGPATH_W) '$(srcdir)/hash_log2.c'; fi`
396
397lib_a-hash_page.o: hash_page.c
398 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_page.o `test -f 'hash_page.c' || echo '$(srcdir)/'`hash_page.c
399
400lib_a-hash_page.obj: hash_page.c
401 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_page.obj `if test -f 'hash_page.c'; then $(CYGPATH_W) 'hash_page.c'; else $(CYGPATH_W) '$(srcdir)/hash_page.c'; fi`
402
403lib_a-hcreate.o: hcreate.c
404 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate.o `test -f 'hcreate.c' || echo '$(srcdir)/'`hcreate.c
405
406lib_a-hcreate.obj: hcreate.c
407 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate.obj `if test -f 'hcreate.c'; then $(CYGPATH_W) 'hcreate.c'; else $(CYGPATH_W) '$(srcdir)/hcreate.c'; fi`
408
409lib_a-hcreate_r.o: hcreate_r.c
410 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate_r.o `test -f 'hcreate_r.c' || echo '$(srcdir)/'`hcreate_r.c
411
412lib_a-hcreate_r.obj: hcreate_r.c
413 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate_r.obj `if test -f 'hcreate_r.c'; then $(CYGPATH_W) 'hcreate_r.c'; else $(CYGPATH_W) '$(srcdir)/hcreate_r.c'; fi`
414
415lib_a-tdelete.o: tdelete.c
416 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdelete.o `test -f 'tdelete.c' || echo '$(srcdir)/'`tdelete.c
417
418lib_a-tdelete.obj: tdelete.c
419 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdelete.obj `if test -f 'tdelete.c'; then $(CYGPATH_W) 'tdelete.c'; else $(CYGPATH_W) '$(srcdir)/tdelete.c'; fi`
420
421lib_a-tdestroy.o: tdestroy.c
422 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdestroy.o `test -f 'tdestroy.c' || echo '$(srcdir)/'`tdestroy.c
423
424lib_a-tdestroy.obj: tdestroy.c
425 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdestroy.obj `if test -f 'tdestroy.c'; then $(CYGPATH_W) 'tdestroy.c'; else $(CYGPATH_W) '$(srcdir)/tdestroy.c'; fi`
426
427lib_a-tfind.o: tfind.c
428 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tfind.o `test -f 'tfind.c' || echo '$(srcdir)/'`tfind.c
429
430lib_a-tfind.obj: tfind.c
431 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tfind.obj `if test -f 'tfind.c'; then $(CYGPATH_W) 'tfind.c'; else $(CYGPATH_W) '$(srcdir)/tfind.c'; fi`
432
433lib_a-tsearch.o: tsearch.c
434 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tsearch.o `test -f 'tsearch.c' || echo '$(srcdir)/'`tsearch.c
435
436lib_a-tsearch.obj: tsearch.c
437 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tsearch.obj `if test -f 'tsearch.c'; then $(CYGPATH_W) 'tsearch.c'; else $(CYGPATH_W) '$(srcdir)/tsearch.c'; fi`
438
439lib_a-twalk.o: twalk.c
440 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-twalk.o `test -f 'twalk.c' || echo '$(srcdir)/'`twalk.c
441
442lib_a-twalk.obj: twalk.c
443 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-twalk.obj `if test -f 'twalk.c'; then $(CYGPATH_W) 'twalk.c'; else $(CYGPATH_W) '$(srcdir)/twalk.c'; fi`
444
a7b23a8f
TF
445mostlyclean-libtool:
446 -rm -f *.lo
447
448clean-libtool:
449 -rm -rf .libs _libs
450
34e66679
JJ
451ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
452 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
3a2f070f
JJ
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457 END { if (nonempty) { for (i in files) print i; }; }'`; \
34e66679 458 mkid -fID $$unique
a7b23a8f
TF
459tags: TAGS
460
34e66679
JJ
461TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
462 $(TAGS_FILES) $(LISP)
3a2f070f 463 set x; \
34e66679
JJ
464 here=`pwd`; \
465 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466 unique=`for i in $$list; do \
467 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468 done | \
3a2f070f
JJ
469 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470 END { if (nonempty) { for (i in files) print i; }; }'`; \
471 shift; \
472 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
34e66679 473 test -n "$$unique" || unique=$$empty_fix; \
3a2f070f
JJ
474 if test $$# -gt 0; then \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476 "$$@" $$unique; \
477 else \
478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479 $$unique; \
480 fi; \
34e66679
JJ
481 fi
482ctags: CTAGS
483CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
484 $(TAGS_FILES) $(LISP)
34e66679
JJ
485 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486 unique=`for i in $$list; do \
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488 done | \
3a2f070f
JJ
489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490 END { if (nonempty) { for (i in files) print i; }; }'`; \
491 test -z "$(CTAGS_ARGS)$$unique" \
34e66679 492 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3a2f070f 493 $$unique
a7b23a8f 494
34e66679
JJ
495GTAGS:
496 here=`$(am__cd) $(top_builddir) && pwd` \
3a2f070f
JJ
497 && $(am__cd) $(top_srcdir) \
498 && gtags -i $(GTAGS_ARGS) "$$here"
a7b23a8f
TF
499
500distclean-tags:
34e66679 501 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
a7b23a8f
TF
502check-am:
503check: check-am
34e66679
JJ
504all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
505installdirs:
506install: install-am
a7b23a8f 507install-exec: install-exec-am
a7b23a8f 508install-data: install-data-am
34e66679 509uninstall: uninstall-am
a7b23a8f
TF
510
511install-am: all-am
512 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
a7b23a8f 513
34e66679
JJ
514installcheck: installcheck-am
515install-strip:
516 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518 `test -z '$(STRIP)' || \
519 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
a7b23a8f
TF
520mostlyclean-generic:
521
522clean-generic:
778876f6 523 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
a7b23a8f
TF
524
525distclean-generic:
34e66679 526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3a2f070f 527 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
a7b23a8f
TF
528
529maintainer-clean-generic:
34e66679
JJ
530 @echo "This command is intended for maintainers to use"
531 @echo "it deletes files that may require special tools to rebuild."
532clean: clean-am
a7b23a8f 533
34e66679
JJ
534clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
535 clean-noinstLTLIBRARIES mostlyclean-am
a7b23a8f 536
34e66679
JJ
537distclean: distclean-am
538 -rm -f Makefile
539distclean-am: clean-am distclean-compile distclean-generic \
3a2f070f 540 distclean-tags
a7b23a8f 541
34e66679 542dvi: dvi-am
a7b23a8f 543
34e66679 544dvi-am:
a7b23a8f 545
34e66679 546html: html-am
a7b23a8f 547
3a2f070f
JJ
548html-am:
549
34e66679
JJ
550info: info-am
551
552info-am:
553
554install-data-am:
555
3a2f070f
JJ
556install-dvi: install-dvi-am
557
558install-dvi-am:
559
34e66679
JJ
560install-exec-am:
561
3a2f070f
JJ
562install-html: install-html-am
563
564install-html-am:
565
34e66679
JJ
566install-info: install-info-am
567
3a2f070f
JJ
568install-info-am:
569
34e66679
JJ
570install-man:
571
3a2f070f
JJ
572install-pdf: install-pdf-am
573
574install-pdf-am:
575
576install-ps: install-ps-am
577
578install-ps-am:
579
34e66679 580installcheck-am:
a7b23a8f
TF
581
582maintainer-clean: maintainer-clean-am
34e66679
JJ
583 -rm -f Makefile
584maintainer-clean-am: distclean-am maintainer-clean-generic
585
586mostlyclean: mostlyclean-am
587
588mostlyclean-am: mostlyclean-compile mostlyclean-generic \
589 mostlyclean-libtool
590
591pdf: pdf-am
592
593pdf-am:
a7b23a8f 594
34e66679
JJ
595ps: ps-am
596
597ps-am:
598
599uninstall-am:
600
3a2f070f
JJ
601.MAKE: install-am install-strip
602
34e66679
JJ
603.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
604 clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
605 ctags distclean distclean-compile distclean-generic \
606 distclean-libtool distclean-tags dvi dvi-am html html-am info \
607 info-am install install-am install-data install-data-am \
3a2f070f
JJ
608 install-dvi install-dvi-am install-exec install-exec-am \
609 install-html install-html-am install-info install-info-am \
610 install-man install-pdf install-pdf-am install-ps \
611 install-ps-am install-strip installcheck installcheck-am \
34e66679
JJ
612 installdirs maintainer-clean maintainer-clean-generic \
613 mostlyclean mostlyclean-compile mostlyclean-generic \
614 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
3a2f070f 615 uninstall-am
a7b23a8f
TF
616
617
778876f6
JJ
618.c.def:
619 $(CHEW) < $< > $*.def 2> $*.ref
620 touch stmp-def
621
622doc: $(CHEWOUT_FILES)
a7b23a8f
TF
623objectlist.awk.in: $(noinst_LTLIBRARIES)
624 -rm -f objectlist.awk.in
625 for i in `ls *.lo` ; \
626 do \
627 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
628 done
3a2f070f 629
a7b23a8f
TF
630# Tell versions [3.59,3.63) of GNU make to not export all variables.
631# Otherwise a system limit (for SysV at least) may be exceeded.
632.NOEXPORT:
This page took 0.22304 seconds and 5 git commands to generate.