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