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