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