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