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