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