source: trunk/gsdl/packages/yaz/z39.50/Makefile.in@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 7.9 KB
Line 
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60ASNMODULE = @ASNMODULE@
61CC = @CC@
62CPP = @CPP@
63ILLLIB = @ILLLIB@
64ILLMODULE = @ILLMODULE@
65MAKEINFO = @MAKEINFO@
66PACKAGE = @PACKAGE@
67RANLIB = @RANLIB@
68SUBDIRS_VAR = @SUBDIRS_VAR@
69VERSION = @VERSION@
70have_sgml2html = @have_sgml2html@
71have_sgml2latex = @have_sgml2latex@
72have_sgml2txt = @have_sgml2txt@
73
74INCLUDES = -I../include
75
76noinst_LIBRARIES = libasn.a
77
78EXTRA_DIST = datetime.asn esupdate.asn univres.asn z3950v3.asn z.tcl
79
80libasn_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
81
82mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83CONFIG_CLEAN_FILES =
84LIBRARIES = $(noinst_LIBRARIES)
85
86
87DEFS = @DEFS@ -I. -I$(srcdir)
88CPPFLAGS = @CPPFLAGS@
89LDFLAGS = @LDFLAGS@
90LIBS = @LIBS@
91libasn_a_LIBADD =
92libasn_a_OBJECTS = z-accdes1.o z-accform1.o z-acckrb1.o z-core.o \
93z-diag1.o z-espec1.o z-estask.o z-exp.o z-grs.o z-opac.o z-uifr1.o \
94z-rrf1.o z-rrf2.o z-sum.o z-sutrs.o zes-expi.o zes-exps.o zes-order.o \
95zes-pquery.o zes-psched.o zes-pset.o zes-update0.o z-date.o z-univ.o \
96zes-update.o
97AR = ar
98CFLAGS = @CFLAGS@
99COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100CCLD = $(CC)
101LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
102DIST_COMMON = Makefile.am Makefile.in
103
104
105DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107TAR = gtar
108GZIP_ENV = --best
109SOURCES = $(libasn_a_SOURCES)
110OBJECTS = $(libasn_a_OBJECTS)
111
112all: all-redirect
113.SUFFIXES:
114.SUFFIXES: .S .c .o .s
115$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps z39.50/Makefile
117
118Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
119 cd $(top_builddir) \
120 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123mostlyclean-noinstLIBRARIES:
124
125clean-noinstLIBRARIES:
126 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
127
128distclean-noinstLIBRARIES:
129
130maintainer-clean-noinstLIBRARIES:
131
132.c.o:
133 $(COMPILE) -c $<
134
135.s.o:
136 $(COMPILE) -c $<
137
138.S.o:
139 $(COMPILE) -c $<
140
141mostlyclean-compile:
142 -rm -f *.o core *.core
143
144clean-compile:
145
146distclean-compile:
147 -rm -f *.tab.c
148
149maintainer-clean-compile:
150
151libasn.a: $(libasn_a_OBJECTS) $(libasn_a_DEPENDENCIES)
152 -rm -f libasn.a
153 $(AR) cru libasn.a $(libasn_a_OBJECTS) $(libasn_a_LIBADD)
154 $(RANLIB) libasn.a
155
156tags: TAGS
157
158ID: $(HEADERS) $(SOURCES) $(LISP)
159 list='$(SOURCES) $(HEADERS)'; \
160 unique=`for i in $$list; do echo $$i; done | \
161 awk ' { files[$$0] = 1; } \
162 END { for (i in files) print i; }'`; \
163 here=`pwd` && cd $(srcdir) \
164 && mkid -f$$here/ID $$unique $(LISP)
165
166TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
167 tags=; \
168 here=`pwd`; \
169 list='$(SOURCES) $(HEADERS)'; \
170 unique=`for i in $$list; do echo $$i; done | \
171 awk ' { files[$$0] = 1; } \
172 END { for (i in files) print i; }'`; \
173 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
174 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
175
176mostlyclean-tags:
177
178clean-tags:
179
180distclean-tags:
181 -rm -f TAGS ID
182
183maintainer-clean-tags:
184
185distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
186
187subdir = z39.50
188
189distdir: $(DISTFILES)
190 @for file in $(DISTFILES); do \
191 d=$(srcdir); \
192 if test -d $$d/$$file; then \
193 cp -pr $$/$$file $(distdir)/$$file; \
194 else \
195 test -f $(distdir)/$$file \
196 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
197 || cp -p $$d/$$file $(distdir)/$$file || :; \
198 fi; \
199 done
200
201info-am:
202info: info-am
203dvi-am:
204dvi: dvi-am
205check-am: all-am
206check: check-am
207installcheck-am:
208installcheck: installcheck-am
209install-exec-am:
210install-exec: install-exec-am
211
212install-data-am:
213install-data: install-data-am
214
215install-am: all-am
216 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
217install: install-am
218uninstall-am:
219uninstall: uninstall-am
220all-am: Makefile $(LIBRARIES)
221all-redirect: all-am
222install-strip:
223 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
224installdirs:
225
226
227mostlyclean-generic:
228
229clean-generic:
230
231distclean-generic:
232 -rm -f Makefile $(CONFIG_CLEAN_FILES)
233 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
234
235maintainer-clean-generic:
236mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
237 mostlyclean-tags mostlyclean-generic
238
239mostlyclean: mostlyclean-am
240
241clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
242 mostlyclean-am
243
244clean: clean-am
245
246distclean-am: distclean-noinstLIBRARIES distclean-compile \
247 distclean-tags distclean-generic clean-am
248
249distclean: distclean-am
250
251maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
252 maintainer-clean-compile maintainer-clean-tags \
253 maintainer-clean-generic distclean-am
254 @echo "This command is intended for maintainers to use;"
255 @echo "it deletes files that may require special tools to rebuild."
256
257maintainer-clean: maintainer-clean-am
258
259.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
260clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
261mostlyclean-compile distclean-compile clean-compile \
262maintainer-clean-compile tags mostlyclean-tags distclean-tags \
263clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
264check-am installcheck-am installcheck install-exec-am install-exec \
265install-data-am install-data install-am install uninstall-am uninstall \
266all-redirect all-am all installdirs mostlyclean-generic \
267distclean-generic clean-generic maintainer-clean-generic clean \
268mostlyclean distclean maintainer-clean
269
270
271z-accdes1.c z-accform1.c z-acckrb1.c z-core.c \
272 z-diag1.c z-espec1.c z-estask.c z-exp.c z-grs.c z-opac.c z-uifr1.c \
273 z-rrf1.c z-rrf2.c z-sum.c z-sutrs.c \
274 zes-expi.c zes-exps.c zes-order.c zes-pquery.c zes-psched.c \
275 zes-pset.c zes-update0.c \
276 ../include/yaz/z-accdes1.h: z.tcl z3950v3.asn ../util/yaz-comp
277 ../util/yaz-comp -d z.tcl -i yaz -I ../include $(YCFLAGS) z3950v3.asn
278
279z-date.c ../include/yaz/z-date.h: z.tcl datetime.asn ../util/yaz-comp
280 ../util/yaz-comp -d z.tcl -i yaz -I ../include $(YCFLAGS) datetime.asn
281
282z-univ.c ../include/yaz/z-univ.h: z.tcl univres.asn ../util/yaz-comp
283 ../util/yaz-comp -d z.tcl -i yaz -I ../include $(YCFLAGS) univres.asn
284
285zes-update.c ../include/yaz/zes-update.h: z.tcl esupdate.asn ../util/yaz-comp
286 ../util/yaz-comp -d z.tcl -i yaz -I ../include $(YCFLAGS) esupdate.asn
287
288# Tell versions [3.59,3.63) of GNU make to not export all variables.
289# Otherwise a system limit (for SysV at least) may be exceeded.
290.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.