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