On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / isams / 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 = libisams.a
77
78 INCLUDES = -I$(srcdir)/../include @YAZINC@
79
80 libisams_a_SOURCES = isams.c
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_CLEAN_FILES = 
83 LIBRARIES =  $(noinst_LIBRARIES)
84
85 CPPFLAGS = @CPPFLAGS@
86 LDFLAGS = @LDFLAGS@
87 LIBS = @LIBS@
88 libisams_a_LIBADD = 
89 libisams_a_OBJECTS =  isams.o
90 AR = ar
91 CFLAGS = @CFLAGS@
92 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
95 DIST_COMMON =  Makefile.am Makefile.in
96
97
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99
100 TAR = gtar
101 GZIP_ENV = --best
102 DEP_FILES =  .deps/isams.P
103 SOURCES = $(libisams_a_SOURCES)
104 OBJECTS = $(libisams_a_OBJECTS)
105
106 all: all-redirect
107 .SUFFIXES:
108 .SUFFIXES: .S .c .o .s
109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
110         cd $(top_srcdir) && $(AUTOMAKE) --gnu isams/Makefile
111
112 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
113         cd $(top_builddir) \
114           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
116
117 mostlyclean-noinstLIBRARIES:
118
119 clean-noinstLIBRARIES:
120         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
121
122 distclean-noinstLIBRARIES:
123
124 maintainer-clean-noinstLIBRARIES:
125
126 .s.o:
127         $(COMPILE) -c $<
128
129 .S.o:
130         $(COMPILE) -c $<
131
132 mostlyclean-compile:
133         -rm -f *.o core *.core
134
135 clean-compile:
136
137 distclean-compile:
138         -rm -f *.tab.c
139
140 maintainer-clean-compile:
141
142 libisams.a: $(libisams_a_OBJECTS) $(libisams_a_DEPENDENCIES)
143         -rm -f libisams.a
144         $(AR) cru libisams.a $(libisams_a_OBJECTS) $(libisams_a_LIBADD)
145         $(RANLIB) libisams.a
146
147 tags: TAGS
148
149 ID: $(HEADERS) $(SOURCES) $(LISP)
150         list='$(SOURCES) $(HEADERS)'; \
151         unique=`for i in $$list; do echo $$i; done | \
152           awk '    { files[$$0] = 1; } \
153                END { for (i in files) print i; }'`; \
154         here=`pwd` && cd $(srcdir) \
155           && mkid -f$$here/ID $$unique $(LISP)
156
157 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
158         tags=; \
159         here=`pwd`; \
160         list='$(SOURCES) $(HEADERS)'; \
161         unique=`for i in $$list; do echo $$i; done | \
162           awk '    { files[$$0] = 1; } \
163                END { for (i in files) print i; }'`; \
164         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
165           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
166
167 mostlyclean-tags:
168
169 clean-tags:
170
171 distclean-tags:
172         -rm -f TAGS ID
173
174 maintainer-clean-tags:
175
176 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
177
178 subdir = isams
179
180 distdir: $(DISTFILES)
181         here=`cd $(top_builddir) && pwd`; \
182         top_distdir=`cd $(top_distdir) && pwd`; \
183         distdir=`cd $(distdir) && pwd`; \
184         cd $(top_srcdir) \
185           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu isams/Makefile
186         @for file in $(DISTFILES); do \
187           d=$(srcdir); \
188           if test -d $$d/$$file; then \
189             cp -pr $$/$$file $(distdir)/$$file; \
190           else \
191             test -f $(distdir)/$$file \
192             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
193             || cp -p $$d/$$file $(distdir)/$$file || :; \
194           fi; \
195         done
196
197 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
198
199 -include $(DEP_FILES)
200
201 mostlyclean-depend:
202
203 clean-depend:
204
205 distclean-depend:
206         -rm -rf .deps
207
208 maintainer-clean-depend:
209
210 %.o: %.c
211         @echo '$(COMPILE) -c $<'; \
212         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
213         @-cp .deps/$(*F).pp .deps/$(*F).P; \
214         tr ' ' '\012' < .deps/$(*F).pp \
215           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
216             >> .deps/$(*F).P; \
217         rm .deps/$(*F).pp
218
219 %.lo: %.c
220         @echo '$(LTCOMPILE) -c $<'; \
221         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
222         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
223           < .deps/$(*F).pp > .deps/$(*F).P; \
224         tr ' ' '\012' < .deps/$(*F).pp \
225           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
226             >> .deps/$(*F).P; \
227         rm -f .deps/$(*F).pp
228 info-am:
229 info: info-am
230 dvi-am:
231 dvi: dvi-am
232 check-am: all-am
233 check: check-am
234 installcheck-am:
235 installcheck: installcheck-am
236 install-exec-am:
237 install-exec: install-exec-am
238
239 install-data-am:
240 install-data: install-data-am
241
242 install-am: all-am
243         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
244 install: install-am
245 uninstall-am:
246 uninstall: uninstall-am
247 all-am: Makefile $(LIBRARIES)
248 all-redirect: all-am
249 install-strip:
250         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
251 installdirs:
252
253
254 mostlyclean-generic:
255
256 clean-generic:
257
258 distclean-generic:
259         -rm -f Makefile $(CONFIG_CLEAN_FILES)
260         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
261
262 maintainer-clean-generic:
263 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
264                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
265
266 mostlyclean: mostlyclean-am
267
268 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
269                 clean-generic mostlyclean-am
270
271 clean: clean-am
272
273 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
274                 distclean-tags distclean-depend distclean-generic \
275                 clean-am
276
277 distclean: distclean-am
278
279 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
280                 maintainer-clean-compile maintainer-clean-tags \
281                 maintainer-clean-depend maintainer-clean-generic \
282                 distclean-am
283         @echo "This command is intended for maintainers to use;"
284         @echo "it deletes files that may require special tools to rebuild."
285
286 maintainer-clean: maintainer-clean-am
287
288 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
289 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
290 mostlyclean-compile distclean-compile clean-compile \
291 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
292 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
293 distclean-depend clean-depend maintainer-clean-depend info-am info \
294 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
295 install-exec install-data-am install-data install-am install \
296 uninstall-am uninstall all-redirect all-am all installdirs \
297 mostlyclean-generic distclean-generic clean-generic \
298 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
299
300
301 # Tell versions [3.59,3.63) of GNU make to not export all variables.
302 # Otherwise a system limit (for SysV at least) may be exceeded.
303 .NOEXPORT: