source: trunk/gsdl/packages/yaz/ill/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: 6.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
76EXTRA_DIST = ill9702.asn item-req.asn ill.tcl
77
78noinst_LIBRARIES = libill.a
79
80libill_a_SOURCES = ill-core.c item-req.c ill-get.c
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_CLEAN_FILES =
83LIBRARIES = $(noinst_LIBRARIES)
84
85
86DEFS = @DEFS@ -I. -I$(srcdir)
87CPPFLAGS = @CPPFLAGS@
88LDFLAGS = @LDFLAGS@
89LIBS = @LIBS@
90libill_a_LIBADD =
91libill_a_OBJECTS = ill-core.o item-req.o ill-get.o
92AR = ar
93CFLAGS = @CFLAGS@
94COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95CCLD = $(CC)
96LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = gtar
103GZIP_ENV = --best
104SOURCES = $(libill_a_SOURCES)
105OBJECTS = $(libill_a_OBJECTS)
106
107all: all-redirect
108.SUFFIXES:
109.SUFFIXES: .S .c .o .s
110$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps ill/Makefile
112
113Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
114 cd $(top_builddir) \
115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117
118mostlyclean-noinstLIBRARIES:
119
120clean-noinstLIBRARIES:
121 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
122
123distclean-noinstLIBRARIES:
124
125maintainer-clean-noinstLIBRARIES:
126
127.c.o:
128 $(COMPILE) -c $<
129
130.s.o:
131 $(COMPILE) -c $<
132
133.S.o:
134 $(COMPILE) -c $<
135
136mostlyclean-compile:
137 -rm -f *.o core *.core
138
139clean-compile:
140
141distclean-compile:
142 -rm -f *.tab.c
143
144maintainer-clean-compile:
145
146libill.a: $(libill_a_OBJECTS) $(libill_a_DEPENDENCIES)
147 -rm -f libill.a
148 $(AR) cru libill.a $(libill_a_OBJECTS) $(libill_a_LIBADD)
149 $(RANLIB) libill.a
150
151tags: TAGS
152
153ID: $(HEADERS) $(SOURCES) $(LISP)
154 list='$(SOURCES) $(HEADERS)'; \
155 unique=`for i in $$list; do echo $$i; done | \
156 awk ' { files[$$0] = 1; } \
157 END { for (i in files) print i; }'`; \
158 here=`pwd` && cd $(srcdir) \
159 && mkid -f$$here/ID $$unique $(LISP)
160
161TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
162 tags=; \
163 here=`pwd`; \
164 list='$(SOURCES) $(HEADERS)'; \
165 unique=`for i in $$list; do echo $$i; done | \
166 awk ' { files[$$0] = 1; } \
167 END { for (i in files) print i; }'`; \
168 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
169 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
170
171mostlyclean-tags:
172
173clean-tags:
174
175distclean-tags:
176 -rm -f TAGS ID
177
178maintainer-clean-tags:
179
180distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
181
182subdir = ill
183
184distdir: $(DISTFILES)
185 @for file in $(DISTFILES); do \
186 d=$(srcdir); \
187 if test -d $$d/$$file; then \
188 cp -pr $$/$$file $(distdir)/$$file; \
189 else \
190 test -f $(distdir)/$$file \
191 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
192 || cp -p $$d/$$file $(distdir)/$$file || :; \
193 fi; \
194 done
195
196info-am:
197info: info-am
198dvi-am:
199dvi: dvi-am
200check-am: all-am
201check: check-am
202installcheck-am:
203installcheck: installcheck-am
204install-exec-am:
205install-exec: install-exec-am
206
207install-data-am:
208install-data: install-data-am
209
210install-am: all-am
211 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
212install: install-am
213uninstall-am:
214uninstall: uninstall-am
215all-am: Makefile $(LIBRARIES)
216all-redirect: all-am
217install-strip:
218 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
219installdirs:
220
221
222mostlyclean-generic:
223
224clean-generic:
225
226distclean-generic:
227 -rm -f Makefile $(CONFIG_CLEAN_FILES)
228 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
229
230maintainer-clean-generic:
231mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
232 mostlyclean-tags mostlyclean-generic
233
234mostlyclean: mostlyclean-am
235
236clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
237 mostlyclean-am
238
239clean: clean-am
240
241distclean-am: distclean-noinstLIBRARIES distclean-compile \
242 distclean-tags distclean-generic clean-am
243
244distclean: distclean-am
245
246maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
247 maintainer-clean-compile maintainer-clean-tags \
248 maintainer-clean-generic distclean-am
249 @echo "This command is intended for maintainers to use;"
250 @echo "it deletes files that may require special tools to rebuild."
251
252maintainer-clean: maintainer-clean-am
253
254.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
255clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
256mostlyclean-compile distclean-compile clean-compile \
257maintainer-clean-compile tags mostlyclean-tags distclean-tags \
258clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
259check-am installcheck-am installcheck install-exec-am install-exec \
260install-data-am install-data install-am install uninstall-am uninstall \
261all-redirect all-am all installdirs mostlyclean-generic \
262distclean-generic clean-generic maintainer-clean-generic clean \
263mostlyclean distclean maintainer-clean
264
265
266ill-core.c ../include/yaz/ill-core.h: ill.tcl ill9702.asn ../util/yaz-comp
267 ../util/yaz-comp -d ill.tcl -i yaz -I ../include $(YCFLAGS) ill9702.asn
268
269item-req.c ../include/yaz/item-req.h: ill.tcl item-req.asn ../util/yaz-comp
270 ../util/yaz-comp -d ill.tcl -i yaz -I ../include $(YCFLAGS) item-req.asn
271
272# Tell versions [3.59,3.63) of GNU make to not export all variables.
273# Otherwise a system limit (for SysV at least) may be exceeded.
274.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.