Fixed problem with close of lock file for WIN32.
[idzebra-moved-to-github.git] / test / 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 SUBDIRS = gils usmarc
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_CLEAN_FILES = 
80 DIST_COMMON =  Makefile.am Makefile.in
81
82
83 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
85 TAR = gtar
86 GZIP_ENV = --best
87 all: all-redirect
88 .SUFFIXES:
89 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
90         cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
91
92 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
93         cd $(top_builddir) \
94           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
95
96
97 # This directory's subdirectories are mostly independent; you can cd
98 # into them and run `make' without going through this Makefile.
99 # To change the values of `make' variables: instead of editing Makefiles,
100 # (1) if the variable is set in `config.status', edit `config.status'
101 #     (which will cause the Makefiles to be regenerated when you run `make');
102 # (2) otherwise, pass the desired values on the `make' command line.
103
104 @SET_MAKE@
105
106 all-recursive install-data-recursive install-exec-recursive \
107 installdirs-recursive install-recursive uninstall-recursive  \
108 check-recursive installcheck-recursive info-recursive dvi-recursive:
109         @set fnord $(MAKEFLAGS); amf=$$2; \
110         dot_seen=no; \
111         target=`echo $@ | sed s/-recursive//`; \
112         list='$(SUBDIRS)'; for subdir in $$list; do \
113           echo "Making $$target in $$subdir"; \
114           if test "$$subdir" = "."; then \
115             dot_seen=yes; \
116             local_target="$$target-am"; \
117           else \
118             local_target="$$target"; \
119           fi; \
120           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
121            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
122         done; \
123         if test "$$dot_seen" = "no"; then \
124           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
125         fi; test -z "$$fail"
126
127 mostlyclean-recursive clean-recursive distclean-recursive \
128 maintainer-clean-recursive:
129         @set fnord $(MAKEFLAGS); amf=$$2; \
130         dot_seen=no; \
131         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
132           rev="$$subdir $$rev"; \
133           test "$$subdir" = "." && dot_seen=yes; \
134         done; \
135         test "$$dot_seen" = "no" && rev=". $$rev"; \
136         target=`echo $@ | sed s/-recursive//`; \
137         for subdir in $$rev; do \
138           echo "Making $$target in $$subdir"; \
139           if test "$$subdir" = "."; then \
140             local_target="$$target-am"; \
141           else \
142             local_target="$$target"; \
143           fi; \
144           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
145            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
146         done && test -z "$$fail"
147 tags-recursive:
148         list='$(SUBDIRS)'; for subdir in $$list; do \
149           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
150         done
151
152 tags: TAGS
153
154 ID: $(HEADERS) $(SOURCES) $(LISP)
155         list='$(SOURCES) $(HEADERS)'; \
156         unique=`for i in $$list; do echo $$i; done | \
157           awk '    { files[$$0] = 1; } \
158                END { for (i in files) print i; }'`; \
159         here=`pwd` && cd $(srcdir) \
160           && mkid -f$$here/ID $$unique $(LISP)
161
162 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
163         tags=; \
164         here=`pwd`; \
165         list='$(SUBDIRS)'; for subdir in $$list; do \
166    if test "$$subdir" = .; then :; else \
167             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
168    fi; \
169         done; \
170         list='$(SOURCES) $(HEADERS)'; \
171         unique=`for i in $$list; do echo $$i; done | \
172           awk '    { files[$$0] = 1; } \
173                END { for (i in files) print i; }'`; \
174         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
175           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
176
177 mostlyclean-tags:
178
179 clean-tags:
180
181 distclean-tags:
182         -rm -f TAGS ID
183
184 maintainer-clean-tags:
185
186 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
187
188 subdir = test
189
190 distdir: $(DISTFILES)
191         here=`cd $(top_builddir) && pwd`; \
192         top_distdir=`cd $(top_distdir) && pwd`; \
193         distdir=`cd $(distdir) && pwd`; \
194         cd $(top_srcdir) \
195           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/Makefile
196         @for file in $(DISTFILES); do \
197           d=$(srcdir); \
198           if test -d $$d/$$file; then \
199             cp -pr $$/$$file $(distdir)/$$file; \
200           else \
201             test -f $(distdir)/$$file \
202             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
203             || cp -p $$d/$$file $(distdir)/$$file || :; \
204           fi; \
205         done
206         for subdir in $(SUBDIRS); do \
207           if test "$$subdir" = .; then :; else \
208             test -d $(distdir)/$$subdir \
209             || mkdir $(distdir)/$$subdir \
210             || exit 1; \
211             chmod 777 $(distdir)/$$subdir; \
212             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
213               || exit 1; \
214           fi; \
215         done
216 info-am:
217 info: info-recursive
218 dvi-am:
219 dvi: dvi-recursive
220 check-am: all-am
221 check: check-recursive
222 installcheck-am:
223 installcheck: installcheck-recursive
224 install-exec-am:
225 install-exec: install-exec-recursive
226
227 install-data-am:
228 install-data: install-data-recursive
229
230 install-am: all-am
231         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
232 install: install-recursive
233 uninstall-am:
234 uninstall: uninstall-recursive
235 all-am: Makefile
236 all-redirect: all-recursive
237 install-strip:
238         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
239 installdirs: installdirs-recursive
240 installdirs-am:
241
242
243 mostlyclean-generic:
244
245 clean-generic:
246
247 distclean-generic:
248         -rm -f Makefile $(CONFIG_CLEAN_FILES)
249         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
250
251 maintainer-clean-generic:
252 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
253
254 mostlyclean: mostlyclean-recursive
255
256 clean-am:  clean-tags clean-generic mostlyclean-am
257
258 clean: clean-recursive
259
260 distclean-am:  distclean-tags distclean-generic clean-am
261
262 distclean: distclean-recursive
263
264 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
265                 distclean-am
266         @echo "This command is intended for maintainers to use;"
267         @echo "it deletes files that may require special tools to rebuild."
268
269 maintainer-clean: maintainer-clean-recursive
270
271 .PHONY: install-data-recursive uninstall-data-recursive \
272 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
273 uninstalldirs-recursive all-recursive check-recursive \
274 installcheck-recursive info-recursive dvi-recursive \
275 mostlyclean-recursive distclean-recursive clean-recursive \
276 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
277 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
278 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
279 install-exec install-data-am install-data install-am install \
280 uninstall-am uninstall all-redirect all-am all installdirs-am \
281 installdirs mostlyclean-generic distclean-generic clean-generic \
282 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
283
284
285 # Tell versions [3.59,3.63) of GNU make to not export all variables.
286 # Otherwise a system limit (for SysV at least) may be exceeded.
287 .NOEXPORT: