15578de6696cf75585d927f1a01f8e0f4b7c27c8
[idzebra-moved-to-github.git] / isam / 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 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CPP = @CPP@
62 DEFS = @DEFS@
63 MAKEINFO = @MAKEINFO@
64 ODEFS = @ODEFS@
65 PACKAGE = @PACKAGE@
66 PROGPREFIX = @PROGPREFIX@
67 RANLIB = @RANLIB@
68 SUBLIBS = @SUBLIBS@
69 TCL_INCLUDE = @TCL_INCLUDE@
70 TCL_LIB = @TCL_LIB@
71 VERSION = @VERSION@
72 YAZINC = @YAZINC@
73 YAZLIB = @YAZLIB@
74 yazconfig = @yazconfig@
75
76 noinst_LIBRARIES = libisam.a
77
78 INCLUDES = -I$(srcdir)/../include @YAZINC@
79
80 LDADD = ../util/libutil.a ../bfile/libbfile.a @YAZLIB@ @LIBS@
81
82 libisam_a_SOURCES = isam.c isutil.c rootblk.c memory.c physical.c  isutil.h keyops.h memory.h physical.h rootblk.h
83
84 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
85 CONFIG_CLEAN_FILES = 
86 LIBRARIES =  $(noinst_LIBRARIES)
87
88 CPPFLAGS = @CPPFLAGS@
89 LDFLAGS = @LDFLAGS@
90 LIBS = @LIBS@
91 libisam_a_LIBADD = 
92 libisam_a_OBJECTS =  isam.o isutil.o rootblk.o memory.o physical.o
93 AR = ar
94 CFLAGS = @CFLAGS@
95 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 CCLD = $(CC)
97 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON =  Makefile.am Makefile.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = gtar
104 GZIP_ENV = --best
105 DEP_FILES =  .deps/isam.P .deps/isutil.P .deps/memory.P .deps/physical.P \
106 .deps/rootblk.P
107 SOURCES = $(libisam_a_SOURCES)
108 OBJECTS = $(libisam_a_OBJECTS)
109
110 all: all-redirect
111 .SUFFIXES:
112 .SUFFIXES: .S .c .o .s
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu isam/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 mostlyclean-noinstLIBRARIES:
122
123 clean-noinstLIBRARIES:
124         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
125
126 distclean-noinstLIBRARIES:
127
128 maintainer-clean-noinstLIBRARIES:
129
130 .s.o:
131         $(COMPILE) -c $<
132
133 .S.o:
134         $(COMPILE) -c $<
135
136 mostlyclean-compile:
137         -rm -f *.o core *.core
138
139 clean-compile:
140
141 distclean-compile:
142         -rm -f *.tab.c
143
144 maintainer-clean-compile:
145
146 libisam.a: $(libisam_a_OBJECTS) $(libisam_a_DEPENDENCIES)
147         -rm -f libisam.a
148         $(AR) cru libisam.a $(libisam_a_OBJECTS) $(libisam_a_LIBADD)
149         $(RANLIB) libisam.a
150
151 tags: TAGS
152
153 ID: $(HEADERS) $(SOURCES) $(LISP)
154         list='$(SOURCES) $(HEADERS)'; \
155         unique=`for i in $$list; do echo $$i; done | \
156           awk '    { files[$$0] = 1; } \
157                END { for (i in files) print i; }'`; \
158         here=`pwd` && cd $(srcdir) \
159           && mkid -f$$here/ID $$unique $(LISP)
160
161 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
162         tags=; \
163         here=`pwd`; \
164         list='$(SOURCES) $(HEADERS)'; \
165         unique=`for i in $$list; do echo $$i; done | \
166           awk '    { files[$$0] = 1; } \
167                END { for (i in files) print i; }'`; \
168         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
169           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
170
171 mostlyclean-tags:
172
173 clean-tags:
174
175 distclean-tags:
176         -rm -f TAGS ID
177
178 maintainer-clean-tags:
179
180 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
181
182 subdir = isam
183
184 distdir: $(DISTFILES)
185         here=`cd $(top_builddir) && pwd`; \
186         top_distdir=`cd $(top_distdir) && pwd`; \
187         distdir=`cd $(distdir) && pwd`; \
188         cd $(top_srcdir) \
189           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu isam/Makefile
190         @for file in $(DISTFILES); do \
191           d=$(srcdir); \
192           if test -d $$d/$$file; then \
193             cp -pr $$/$$file $(distdir)/$$file; \
194           else \
195             test -f $(distdir)/$$file \
196             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
197             || cp -p $$d/$$file $(distdir)/$$file || :; \
198           fi; \
199         done
200
201 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
202
203 -include $(DEP_FILES)
204
205 mostlyclean-depend:
206
207 clean-depend:
208
209 distclean-depend:
210         -rm -rf .deps
211
212 maintainer-clean-depend:
213
214 %.o: %.c
215         @echo '$(COMPILE) -c $<'; \
216         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
217         @-cp .deps/$(*F).pp .deps/$(*F).P; \
218         tr ' ' '\012' < .deps/$(*F).pp \
219           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
220             >> .deps/$(*F).P; \
221         rm .deps/$(*F).pp
222
223 %.lo: %.c
224         @echo '$(LTCOMPILE) -c $<'; \
225         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
226         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
227           < .deps/$(*F).pp > .deps/$(*F).P; \
228         tr ' ' '\012' < .deps/$(*F).pp \
229           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
230             >> .deps/$(*F).P; \
231         rm -f .deps/$(*F).pp
232 info-am:
233 info: info-am
234 dvi-am:
235 dvi: dvi-am
236 check-am: all-am
237 check: check-am
238 installcheck-am:
239 installcheck: installcheck-am
240 install-exec-am:
241 install-exec: install-exec-am
242
243 install-data-am:
244 install-data: install-data-am
245
246 install-am: all-am
247         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
248 install: install-am
249 uninstall-am:
250 uninstall: uninstall-am
251 all-am: Makefile $(LIBRARIES)
252 all-redirect: all-am
253 install-strip:
254         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
255 installdirs:
256
257
258 mostlyclean-generic:
259
260 clean-generic:
261
262 distclean-generic:
263         -rm -f Makefile $(CONFIG_CLEAN_FILES)
264         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
265
266 maintainer-clean-generic:
267 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
268                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
269
270 mostlyclean: mostlyclean-am
271
272 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
273                 clean-generic mostlyclean-am
274
275 clean: clean-am
276
277 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
278                 distclean-tags distclean-depend distclean-generic \
279                 clean-am
280
281 distclean: distclean-am
282
283 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
284                 maintainer-clean-compile maintainer-clean-tags \
285                 maintainer-clean-depend maintainer-clean-generic \
286                 distclean-am
287         @echo "This command is intended for maintainers to use;"
288         @echo "it deletes files that may require special tools to rebuild."
289
290 maintainer-clean: maintainer-clean-am
291
292 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
293 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
294 mostlyclean-compile distclean-compile clean-compile \
295 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
296 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
297 distclean-depend clean-depend maintainer-clean-depend info-am info \
298 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
299 install-exec install-data-am install-data install-am install \
300 uninstall-am uninstall all-redirect all-am all installdirs \
301 mostlyclean-generic distclean-generic clean-generic \
302 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
303
304
305 # Tell versions [3.59,3.63) of GNU make to not export all variables.
306 # Otherwise a system limit (for SysV at least) may be exceeded.
307 .NOEXPORT: