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