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