source: trunk/gsdl/packages/yaz/lib/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.6 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
74lib_LIBRARIES = libyaz.a
75
76bin_SCRIPTS = yaz-config
77
78libyaz_a_SOURCES =
79
80LIB = libyaz.a
81
82YAZLIBS = ../odr/libodr.a ../@ASNMODULE@/libasn.a ../comstack/libcomstack.a ../server/libserver.a ../zutil/libzutil.a ../util/libutil.a ../ccl/libccl.a ../retrieval/libret.a @ILLLIB@
83
84
85# Public libraries and header files
86LIBDIR = $(exec_prefix)/lib
87INCDIR = $(prefix)/include
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_CLEAN_FILES =
90LIBRARIES = $(lib_LIBRARIES)
91
92
93DEFS = @DEFS@ -I. -I$(srcdir)
94CPPFLAGS = @CPPFLAGS@
95LDFLAGS = @LDFLAGS@
96LIBS = @LIBS@
97libyaz_a_LIBADD =
98libyaz_a_OBJECTS =
99AR = ar
100SCRIPTS = $(bin_SCRIPTS)
101
102DIST_COMMON = Makefile.am Makefile.in
103
104
105DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107TAR = gtar
108GZIP_ENV = --best
109SOURCES = $(libyaz_a_SOURCES)
110OBJECTS = $(libyaz_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 lib/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-libLIBRARIES:
124
125clean-libLIBRARIES:
126 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
127
128distclean-libLIBRARIES:
129
130maintainer-clean-libLIBRARIES:
131
132install-libLIBRARIES: $(lib_LIBRARIES)
133 @$(NORMAL_INSTALL)
134 $(mkinstalldirs) $(DESTDIR)$(libdir)
135 @list='$(lib_LIBRARIES)'; for p in $$list; do \
136 if test -f $$p; then \
137 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
138 $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
139 else :; fi; \
140 done
141 @$(POST_INSTALL)
142 @list='$(lib_LIBRARIES)'; for p in $$list; do \
143 if test -f $$p; then \
144 echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
145 $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
146 else :; fi; \
147 done
148
149uninstall-libLIBRARIES:
150 @$(NORMAL_UNINSTALL)
151 list='$(lib_LIBRARIES)'; for p in $$list; do \
152 rm -f $(DESTDIR)$(libdir)/$$p; \
153 done
154
155.c.o:
156 $(COMPILE) -c $<
157
158.s.o:
159 $(COMPILE) -c $<
160
161.S.o:
162 $(COMPILE) -c $<
163
164mostlyclean-compile:
165 -rm -f *.o core *.core
166
167clean-compile:
168
169distclean-compile:
170 -rm -f *.tab.c
171
172maintainer-clean-compile:
173
174install-binSCRIPTS: $(bin_SCRIPTS)
175 @$(NORMAL_INSTALL)
176 $(mkinstalldirs) $(DESTDIR)$(bindir)
177 @list='$(bin_SCRIPTS)'; for p in $$list; do \
178 if test -f $$p; then \
179 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
180 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
181 else if test -f $(srcdir)/$$p; then \
182 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
183 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
184 else :; fi; fi; \
185 done
186
187uninstall-binSCRIPTS:
188 @$(NORMAL_UNINSTALL)
189 list='$(bin_SCRIPTS)'; for p in $$list; do \
190 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
191 done
192tags: TAGS
193TAGS:
194
195
196distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
197
198subdir = lib
199
200distdir: $(DISTFILES)
201 @for file in $(DISTFILES); do \
202 d=$(srcdir); \
203 if test -d $$d/$$file; then \
204 cp -pr $$/$$file $(distdir)/$$file; \
205 else \
206 test -f $(distdir)/$$file \
207 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
208 || cp -p $$d/$$file $(distdir)/$$file || :; \
209 fi; \
210 done
211info-am:
212info: info-am
213dvi-am:
214dvi: dvi-am
215check-am: all-am
216check: check-am
217installcheck-am:
218installcheck: installcheck-am
219install-exec-am: install-libLIBRARIES install-binSCRIPTS
220install-exec: install-exec-am
221
222install-data-am:
223install-data: install-data-am
224
225install-am: all-am
226 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
227install: install-am
228uninstall-am: uninstall-libLIBRARIES uninstall-binSCRIPTS
229uninstall: uninstall-am
230all-am: Makefile $(LIBRARIES) $(SCRIPTS)
231all-redirect: all-am
232install-strip:
233 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
234installdirs:
235 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
236
237
238mostlyclean-generic:
239
240clean-generic:
241
242distclean-generic:
243 -rm -f Makefile $(CONFIG_CLEAN_FILES)
244 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
245
246maintainer-clean-generic:
247mostlyclean-am: mostlyclean-libLIBRARIES mostlyclean-compile \
248 mostlyclean-generic
249
250mostlyclean: mostlyclean-am
251
252clean-am: clean-libLIBRARIES clean-compile clean-generic mostlyclean-am
253
254clean: clean-am
255
256distclean-am: distclean-libLIBRARIES distclean-compile \
257 distclean-generic clean-am
258
259distclean: distclean-am
260
261maintainer-clean-am: maintainer-clean-libLIBRARIES \
262 maintainer-clean-compile maintainer-clean-generic \
263 distclean-am
264 @echo "This command is intended for maintainers to use;"
265 @echo "it deletes files that may require special tools to rebuild."
266
267maintainer-clean: maintainer-clean-am
268
269.PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
270clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
271install-libLIBRARIES mostlyclean-compile distclean-compile \
272clean-compile maintainer-clean-compile uninstall-binSCRIPTS \
273install-binSCRIPTS tags distdir info-am info dvi-am dvi check check-am \
274installcheck-am installcheck install-exec-am install-exec \
275install-data-am install-data install-am install uninstall-am uninstall \
276all-redirect all-am all installdirs mostlyclean-generic \
277distclean-generic clean-generic maintainer-clean-generic clean \
278mostlyclean distclean maintainer-clean
279
280
281libyaz.a: $(YAZLIBS)
282 rm -f $(LIB)
283 for i in $(YAZLIBS); do echo $$i; ar x $$i; rm -f __*; done
284 ar qc $(LIB) *.o
285 rm -f *.o
286 $(RANLIB) $(LIB)
287
288yaz-config: Makefile
289 @echo "#!/bin/sh" >yaz-config
290 @echo "# YAZ settings for developers" >>yaz-config
291 @echo "YAZBIN='$(bindir)'" >>yaz-config
292 @echo "YAZTAB='$(pkgdatadir)/tab'" >>yaz-config
293 @echo "YAZLIB='-L$(libdir) -lyaz $(LIBS)'" >>yaz-config
294 @echo "YAZINC='-I$(includedir)'" >>yaz-config
295 chmod +x yaz-config
296
297# Tell versions [3.59,3.63) of GNU make to not export all variables.
298# Otherwise a system limit (for SysV at least) may be exceeded.
299.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.