49bd6b7c365cbe2c5c475297703fb89eec53a2fe
[yaz-moved-to-github.git] / z39.50 / 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 ASNMODULE = @ASNMODULE@
61 CC = @CC@
62 CPP = @CPP@
63 ILLLIB = @ILLLIB@
64 ILLMODULE = @ILLMODULE@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 SUBDIRS_VAR = @SUBDIRS_VAR@
69 VERSION = @VERSION@
70
71 INCLUDES = -I../include
72
73 noinst_LIBRARIES = libasn.a
74
75 EXTRA_DIST = datetime.asn esupdate.asn univres.asn z3950v3.asn z.tcl
76
77 libasn_a_SOURCES = z-accdes1.c z-accform1.c z-acckrb1.c z-core.c  z-diag1.c z-espec1.c z-estask.c z-exp.c z-grs.c z-opac.c z-uifr1.c  z-rrf1.c z-rrf2.c z-sum.c z-sutrs.c  zes-expi.c zes-exps.c zes-order.c zes-pquery.c zes-psched.c  zes-pset.c zes-update0.c z-date.c z-univ.c zes-update.c
78
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_CLEAN_FILES = 
81 LIBRARIES =  $(noinst_LIBRARIES)
82
83
84 DEFS = @DEFS@ -I. -I$(srcdir) 
85 CPPFLAGS = @CPPFLAGS@
86 LDFLAGS = @LDFLAGS@
87 LIBS = @LIBS@
88 libasn_a_LIBADD = 
89 libasn_a_OBJECTS =  z-accdes1.o z-accform1.o z-acckrb1.o z-core.o \
90 z-diag1.o z-espec1.o z-estask.o z-exp.o z-grs.o z-opac.o z-uifr1.o \
91 z-rrf1.o z-rrf2.o z-sum.o z-sutrs.o zes-expi.o zes-exps.o zes-order.o \
92 zes-pquery.o zes-psched.o zes-pset.o zes-update0.o z-date.o z-univ.o \
93 zes-update.o
94 AR = ar
95 CFLAGS = @CFLAGS@
96 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 CCLD = $(CC)
98 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
99 DIST_COMMON =  Makefile.am Makefile.in
100
101
102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104 TAR = gtar
105 GZIP_ENV = --best
106 DEP_FILES =  .deps/z-accdes1.P .deps/z-accform1.P .deps/z-acckrb1.P \
107 .deps/z-core.P .deps/z-date.P .deps/z-diag1.P .deps/z-espec1.P \
108 .deps/z-estask.P .deps/z-exp.P .deps/z-grs.P .deps/z-opac.P \
109 .deps/z-rrf1.P .deps/z-rrf2.P .deps/z-sum.P .deps/z-sutrs.P \
110 .deps/z-uifr1.P .deps/z-univ.P .deps/zes-expi.P .deps/zes-exps.P \
111 .deps/zes-order.P .deps/zes-pquery.P .deps/zes-psched.P \
112 .deps/zes-pset.P .deps/zes-update.P .deps/zes-update0.P
113 SOURCES = $(libasn_a_SOURCES)
114 OBJECTS = $(libasn_a_OBJECTS)
115
116 all: all-redirect
117 .SUFFIXES:
118 .SUFFIXES: .S .c .o .s
119 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
120         cd $(top_srcdir) && $(AUTOMAKE) --gnu z39.50/Makefile
121
122 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
123         cd $(top_builddir) \
124           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126
127 mostlyclean-noinstLIBRARIES:
128
129 clean-noinstLIBRARIES:
130         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
131
132 distclean-noinstLIBRARIES:
133
134 maintainer-clean-noinstLIBRARIES:
135
136 .s.o:
137         $(COMPILE) -c $<
138
139 .S.o:
140         $(COMPILE) -c $<
141
142 mostlyclean-compile:
143         -rm -f *.o core *.core
144
145 clean-compile:
146
147 distclean-compile:
148         -rm -f *.tab.c
149
150 maintainer-clean-compile:
151
152 libasn.a: $(libasn_a_OBJECTS) $(libasn_a_DEPENDENCIES)
153         -rm -f libasn.a
154         $(AR) cru libasn.a $(libasn_a_OBJECTS) $(libasn_a_LIBADD)
155         $(RANLIB) libasn.a
156
157 tags: TAGS
158
159 ID: $(HEADERS) $(SOURCES) $(LISP)
160         list='$(SOURCES) $(HEADERS)'; \
161         unique=`for i in $$list; do echo $$i; done | \
162           awk '    { files[$$0] = 1; } \
163                END { for (i in files) print i; }'`; \
164         here=`pwd` && cd $(srcdir) \
165           && mkid -f$$here/ID $$unique $(LISP)
166
167 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
168         tags=; \
169         here=`pwd`; \
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 = z39.50
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 z39.50/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
207 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
208
209 -include $(DEP_FILES)
210
211 mostlyclean-depend:
212
213 clean-depend:
214
215 distclean-depend:
216         -rm -rf .deps
217
218 maintainer-clean-depend:
219
220 %.o: %.c
221         @echo '$(COMPILE) -c $<'; \
222         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
223         @-cp .deps/$(*F).pp .deps/$(*F).P; \
224         tr ' ' '\012' < .deps/$(*F).pp \
225           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
226             >> .deps/$(*F).P; \
227         rm .deps/$(*F).pp
228
229 %.lo: %.c
230         @echo '$(LTCOMPILE) -c $<'; \
231         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
232         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
233           < .deps/$(*F).pp > .deps/$(*F).P; \
234         tr ' ' '\012' < .deps/$(*F).pp \
235           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
236             >> .deps/$(*F).P; \
237         rm -f .deps/$(*F).pp
238 info-am:
239 info: info-am
240 dvi-am:
241 dvi: dvi-am
242 check-am: all-am
243 check: check-am
244 installcheck-am:
245 installcheck: installcheck-am
246 install-exec-am:
247 install-exec: install-exec-am
248
249 install-data-am:
250 install-data: install-data-am
251
252 install-am: all-am
253         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
254 install: install-am
255 uninstall-am:
256 uninstall: uninstall-am
257 all-am: Makefile $(LIBRARIES)
258 all-redirect: all-am
259 install-strip:
260         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
261 installdirs:
262
263
264 mostlyclean-generic:
265
266 clean-generic:
267
268 distclean-generic:
269         -rm -f Makefile $(CONFIG_CLEAN_FILES)
270         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
271
272 maintainer-clean-generic:
273 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
274                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
275
276 mostlyclean: mostlyclean-am
277
278 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
279                 clean-generic mostlyclean-am
280
281 clean: clean-am
282
283 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
284                 distclean-tags distclean-depend distclean-generic \
285                 clean-am
286
287 distclean: distclean-am
288
289 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
290                 maintainer-clean-compile maintainer-clean-tags \
291                 maintainer-clean-depend maintainer-clean-generic \
292                 distclean-am
293         @echo "This command is intended for maintainers to use;"
294         @echo "it deletes files that may require special tools to rebuild."
295
296 maintainer-clean: maintainer-clean-am
297
298 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
299 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
300 mostlyclean-compile distclean-compile clean-compile \
301 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
302 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
303 distclean-depend clean-depend maintainer-clean-depend info-am info \
304 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
305 install-exec install-data-am install-data install-am install \
306 uninstall-am uninstall all-redirect all-am all installdirs \
307 mostlyclean-generic distclean-generic clean-generic \
308 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
309
310
311 z-accdes1.c z-accform1.c z-acckrb1.c z-core.c \
312  z-diag1.c z-espec1.c z-estask.c z-exp.c z-grs.c z-opac.c z-uifr1.c \
313  z-rrf1.c z-rrf2.c z-sum.c z-sutrs.c \
314  zes-expi.c zes-exps.c zes-order.c zes-pquery.c zes-psched.c \
315  zes-pset.c zes-update0.c \
316  ../include/yaz/z-accdes1.h: z.tcl z3950v3.asn ../util/yc.tcl
317         ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) z3950v3.asn
318
319 z-date.c ../include/yaz/z-date.h: z.tcl datetime.asn ../util/yc.tcl
320         ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) datetime.asn
321
322 z-univ.c ../include/yaz/z-univ.h: z.tcl univres.asn
323         ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) univres.asn
324
325 zes-update.c ../include/yaz/zes-update.h: z.tcl esupdate.asn
326         ../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) esupdate.asn
327
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: