On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / index / 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 @ISZMBOL_TRUE@bin_PROGRAMS = zmbolidx zmbolsrv apitest
76 @ISZMBOL_FALSE@bin_PROGRAMS = zebraidx zebrasrv
77 @ISZMBOL_TRUE@zmbolidx_SOURCES = main.c dir.c dirs.c trav.c extract.c kinput.c kcompare.c  symtab.c recindex.c recstat.c lockutil.c lockidx.c  zinfo.c invstat.c sortidx.c compact.c  index.h recindex.h recindxp.h zebraapi.h zinfo.h zserver.h
78
79 @ISZMBOL_TRUE@zmbolsrv_SOURCES = zserver.c kcompare.c zrpn.c zsets.c attribute.c recindex.c  lockutil.c locksrv.c zinfo.c trunc.c sortidx.c rank1.c zebraapi.c  retrieve.c kinput.c  index.h recindex.h recindxp.h zebraapi.h zinfo.h zserver.h
80 @ISZMBOL_FALSE@zebraidx_SOURCES = main.c dir.c dirs.c trav.c extract.c kinput.c kcompare.c  symtab.c recindex.c recstat.c lockutil.c lockidx.c  zinfo.c invstat.c sortidx.c compact.c  index.h recindex.h recindxp.h zebraapi.h zinfo.h zserver.h
81
82 @ISZMBOL_FALSE@zebrasrv_SOURCES = zserver.c kcompare.c zrpn.c zsets.c attribute.c recindex.c  lockutil.c locksrv.c zinfo.c trunc.c sortidx.c rank1.c zebraapi.c  retrieve.c kinput.c  index.h recindex.h recindxp.h zebraapi.h zinfo.h zserver.h
83
84 apitest_SOURCES = apitest.c kcompare.c zrpn.c zsets.c attribute.c recindex.c  lockutil.c locksrv.c zinfo.c trunc.c sortidx.c rank1.c zebraapi.c  retrieve.c kinput.c  index.h recindex.h recindxp.h zebraapi.h zinfo.h zserver.h
85
86
87 INCLUDES = -I$(srcdir)/../include @YAZINC@
88
89 LDADD = @SUBLIBS@ @YAZLIB@
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_CLEAN_FILES = 
92 PROGRAMS =  $(bin_PROGRAMS)
93
94 CPPFLAGS = @CPPFLAGS@
95 LDFLAGS = @LDFLAGS@
96 LIBS = @LIBS@
97 @ISZMBOL_TRUE@zmbolidx_OBJECTS =  main.o dir.o dirs.o trav.o extract.o \
98 @ISZMBOL_TRUE@kinput.o kcompare.o symtab.o recindex.o recstat.o \
99 @ISZMBOL_TRUE@lockutil.o lockidx.o zinfo.o invstat.o sortidx.o \
100 @ISZMBOL_TRUE@compact.o
101 zmbolidx_LDADD = $(LDADD)
102 zmbolidx_DEPENDENCIES = 
103 zmbolidx_LDFLAGS = 
104 @ISZMBOL_TRUE@zmbolsrv_OBJECTS =  zserver.o kcompare.o zrpn.o zsets.o \
105 @ISZMBOL_TRUE@attribute.o recindex.o lockutil.o locksrv.o zinfo.o \
106 @ISZMBOL_TRUE@trunc.o sortidx.o rank1.o zebraapi.o retrieve.o kinput.o
107 zmbolsrv_LDADD = $(LDADD)
108 zmbolsrv_DEPENDENCIES = 
109 zmbolsrv_LDFLAGS = 
110 apitest_OBJECTS =  apitest.o kcompare.o zrpn.o zsets.o attribute.o \
111 recindex.o lockutil.o locksrv.o zinfo.o trunc.o sortidx.o rank1.o \
112 zebraapi.o retrieve.o kinput.o
113 apitest_LDADD = $(LDADD)
114 apitest_DEPENDENCIES = 
115 apitest_LDFLAGS = 
116 @ISZMBOL_FALSE@zebraidx_OBJECTS =  main.o dir.o dirs.o trav.o extract.o \
117 @ISZMBOL_FALSE@kinput.o kcompare.o symtab.o recindex.o recstat.o \
118 @ISZMBOL_FALSE@lockutil.o lockidx.o zinfo.o invstat.o sortidx.o \
119 @ISZMBOL_FALSE@compact.o
120 zebraidx_LDADD = $(LDADD)
121 zebraidx_DEPENDENCIES = 
122 zebraidx_LDFLAGS = 
123 @ISZMBOL_FALSE@zebrasrv_OBJECTS =  zserver.o kcompare.o zrpn.o zsets.o \
124 @ISZMBOL_FALSE@attribute.o recindex.o lockutil.o locksrv.o zinfo.o \
125 @ISZMBOL_FALSE@trunc.o sortidx.o rank1.o zebraapi.o retrieve.o kinput.o
126 zebrasrv_LDADD = $(LDADD)
127 zebrasrv_DEPENDENCIES = 
128 zebrasrv_LDFLAGS = 
129 CFLAGS = @CFLAGS@
130 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 CCLD = $(CC)
132 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
133 DIST_COMMON =  Makefile.am Makefile.in
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = gtar
139 GZIP_ENV = --best
140 DEP_FILES =  .deps/apitest.P .deps/attribute.P .deps/compact.P \
141 .deps/dir.P .deps/dirs.P .deps/extract.P .deps/invstat.P \
142 .deps/kcompare.P .deps/kinput.P .deps/lockidx.P .deps/locksrv.P \
143 .deps/lockutil.P .deps/main.P .deps/rank1.P .deps/recindex.P \
144 .deps/recstat.P .deps/retrieve.P .deps/sortidx.P .deps/symtab.P \
145 .deps/trav.P .deps/trunc.P .deps/zebraapi.P .deps/zinfo.P .deps/zrpn.P \
146 .deps/zserver.P .deps/zsets.P
147 SOURCES = $(zmbolidx_SOURCES) $(zmbolsrv_SOURCES) $(apitest_SOURCES) $(zebraidx_SOURCES) $(zebrasrv_SOURCES)
148 OBJECTS = $(zmbolidx_OBJECTS) $(zmbolsrv_OBJECTS) $(apitest_OBJECTS) $(zebraidx_OBJECTS) $(zebrasrv_OBJECTS)
149
150 all: all-redirect
151 .SUFFIXES:
152 .SUFFIXES: .S .c .o .s
153 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
154         cd $(top_srcdir) && $(AUTOMAKE) --gnu index/Makefile
155
156 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
157         cd $(top_builddir) \
158           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
159
160
161 mostlyclean-binPROGRAMS:
162
163 clean-binPROGRAMS:
164         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
165
166 distclean-binPROGRAMS:
167
168 maintainer-clean-binPROGRAMS:
169
170 install-binPROGRAMS: $(bin_PROGRAMS)
171         @$(NORMAL_INSTALL)
172         $(mkinstalldirs) $(DESTDIR)$(bindir)
173         @list='$(bin_PROGRAMS)'; for p in $$list; do \
174           if test -f $$p; then \
175             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
176              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
177           else :; fi; \
178         done
179
180 uninstall-binPROGRAMS:
181         @$(NORMAL_UNINSTALL)
182         list='$(bin_PROGRAMS)'; for p in $$list; do \
183           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
184         done
185
186 .s.o:
187         $(COMPILE) -c $<
188
189 .S.o:
190         $(COMPILE) -c $<
191
192 mostlyclean-compile:
193         -rm -f *.o core *.core
194
195 clean-compile:
196
197 distclean-compile:
198         -rm -f *.tab.c
199
200 maintainer-clean-compile:
201
202 zmbolidx: $(zmbolidx_OBJECTS) $(zmbolidx_DEPENDENCIES)
203         @rm -f zmbolidx
204         $(LINK) $(zmbolidx_LDFLAGS) $(zmbolidx_OBJECTS) $(zmbolidx_LDADD) $(LIBS)
205
206 zmbolsrv: $(zmbolsrv_OBJECTS) $(zmbolsrv_DEPENDENCIES)
207         @rm -f zmbolsrv
208         $(LINK) $(zmbolsrv_LDFLAGS) $(zmbolsrv_OBJECTS) $(zmbolsrv_LDADD) $(LIBS)
209
210 apitest: $(apitest_OBJECTS) $(apitest_DEPENDENCIES)
211         @rm -f apitest
212         $(LINK) $(apitest_LDFLAGS) $(apitest_OBJECTS) $(apitest_LDADD) $(LIBS)
213
214 zebraidx: $(zebraidx_OBJECTS) $(zebraidx_DEPENDENCIES)
215         @rm -f zebraidx
216         $(LINK) $(zebraidx_LDFLAGS) $(zebraidx_OBJECTS) $(zebraidx_LDADD) $(LIBS)
217
218 zebrasrv: $(zebrasrv_OBJECTS) $(zebrasrv_DEPENDENCIES)
219         @rm -f zebrasrv
220         $(LINK) $(zebrasrv_LDFLAGS) $(zebrasrv_OBJECTS) $(zebrasrv_LDADD) $(LIBS)
221
222 tags: TAGS
223
224 ID: $(HEADERS) $(SOURCES) $(LISP)
225         list='$(SOURCES) $(HEADERS)'; \
226         unique=`for i in $$list; do echo $$i; done | \
227           awk '    { files[$$0] = 1; } \
228                END { for (i in files) print i; }'`; \
229         here=`pwd` && cd $(srcdir) \
230           && mkid -f$$here/ID $$unique $(LISP)
231
232 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
233         tags=; \
234         here=`pwd`; \
235         list='$(SOURCES) $(HEADERS)'; \
236         unique=`for i in $$list; do echo $$i; done | \
237           awk '    { files[$$0] = 1; } \
238                END { for (i in files) print i; }'`; \
239         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
240           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
241
242 mostlyclean-tags:
243
244 clean-tags:
245
246 distclean-tags:
247         -rm -f TAGS ID
248
249 maintainer-clean-tags:
250
251 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
252
253 subdir = index
254
255 distdir: $(DISTFILES)
256         here=`cd $(top_builddir) && pwd`; \
257         top_distdir=`cd $(top_distdir) && pwd`; \
258         distdir=`cd $(distdir) && pwd`; \
259         cd $(top_srcdir) \
260           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu index/Makefile
261         @for file in $(DISTFILES); do \
262           d=$(srcdir); \
263           if test -d $$d/$$file; then \
264             cp -pr $$/$$file $(distdir)/$$file; \
265           else \
266             test -f $(distdir)/$$file \
267             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268             || cp -p $$d/$$file $(distdir)/$$file || :; \
269           fi; \
270         done
271
272 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
273
274 -include $(DEP_FILES)
275
276 mostlyclean-depend:
277
278 clean-depend:
279
280 distclean-depend:
281         -rm -rf .deps
282
283 maintainer-clean-depend:
284
285 %.o: %.c
286         @echo '$(COMPILE) -c $<'; \
287         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
288         @-cp .deps/$(*F).pp .deps/$(*F).P; \
289         tr ' ' '\012' < .deps/$(*F).pp \
290           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291             >> .deps/$(*F).P; \
292         rm .deps/$(*F).pp
293
294 %.lo: %.c
295         @echo '$(LTCOMPILE) -c $<'; \
296         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
297         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
298           < .deps/$(*F).pp > .deps/$(*F).P; \
299         tr ' ' '\012' < .deps/$(*F).pp \
300           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
301             >> .deps/$(*F).P; \
302         rm -f .deps/$(*F).pp
303 info-am:
304 info: info-am
305 dvi-am:
306 dvi: dvi-am
307 check-am: all-am
308 check: check-am
309 installcheck-am:
310 installcheck: installcheck-am
311 install-exec-am: install-binPROGRAMS
312 install-exec: install-exec-am
313
314 install-data-am:
315 install-data: install-data-am
316
317 install-am: all-am
318         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319 install: install-am
320 uninstall-am: uninstall-binPROGRAMS
321 uninstall: uninstall-am
322 all-am: Makefile $(PROGRAMS)
323 all-redirect: all-am
324 install-strip:
325         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
326 installdirs:
327         $(mkinstalldirs)  $(DESTDIR)$(bindir)
328
329
330 mostlyclean-generic:
331
332 clean-generic:
333
334 distclean-generic:
335         -rm -f Makefile $(CONFIG_CLEAN_FILES)
336         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
337
338 maintainer-clean-generic:
339 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
340                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
341
342 mostlyclean: mostlyclean-am
343
344 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
345                 clean-generic mostlyclean-am
346
347 clean: clean-am
348
349 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
350                 distclean-depend distclean-generic clean-am
351
352 distclean: distclean-am
353
354 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
355                 maintainer-clean-compile maintainer-clean-tags \
356                 maintainer-clean-depend maintainer-clean-generic \
357                 distclean-am
358         @echo "This command is intended for maintainers to use;"
359         @echo "it deletes files that may require special tools to rebuild."
360
361 maintainer-clean: maintainer-clean-am
362
363 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
364 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
365 mostlyclean-compile distclean-compile clean-compile \
366 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
367 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
368 distclean-depend clean-depend maintainer-clean-depend info-am info \
369 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
370 install-exec install-data-am install-data install-am install \
371 uninstall-am uninstall all-redirect all-am all installdirs \
372 mostlyclean-generic distclean-generic clean-generic \
373 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
374
375
376 # Tell versions [3.59,3.63) of GNU make to not export all variables.
377 # Otherwise a system limit (for SysV at least) may be exceeded.
378 .NOEXPORT: