Documentation no longer made when doing 'make all'.
[yaz-moved-to-github.git] / util / Makefile.in
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 ASNMODULE = @ASNMODULE@
61 CC = @CC@
62 CPP = @CPP@
63 ILLLIB = @ILLLIB@
64 ILLMODULE = @ILLMODULE@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 SUBDIRS_VAR = @SUBDIRS_VAR@
69 VERSION = @VERSION@
70
71 noinst_LIBRARIES = libutil.a
72
73 bin_SCRIPTS = yaz-comp
74
75 EXTRA_DIST = yaz-comp
76
77 INCLUDES = -I../include
78
79 libutil_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 
80
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_CLEAN_FILES = 
83 LIBRARIES =  $(noinst_LIBRARIES)
84
85
86 DEFS = @DEFS@ -I. -I$(srcdir) 
87 CPPFLAGS = @CPPFLAGS@
88 LDFLAGS = @LDFLAGS@
89 LIBS = @LIBS@
90 libutil_a_LIBADD = 
91 libutil_a_OBJECTS =  options.o log.o marcdisp.o oid.o wrbuf.o nmemsdup.o \
92 xmalloc.o readconf.o tpath.o nmem.o matchstr.o atoin.o
93 AR = ar
94 SCRIPTS =  $(bin_SCRIPTS)
95
96 CFLAGS = @CFLAGS@
97 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
100 DIST_COMMON =  Makefile.am Makefile.in
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = gtar
106 GZIP_ENV = --best
107 DEP_FILES =  .deps/atoin.P .deps/log.P .deps/marcdisp.P .deps/matchstr.P \
108 .deps/nmem.P .deps/nmemsdup.P .deps/oid.P .deps/options.P \
109 .deps/readconf.P .deps/tpath.P .deps/wrbuf.P .deps/xmalloc.P
110 SOURCES = $(libutil_a_SOURCES)
111 OBJECTS = $(libutil_a_OBJECTS)
112
113 all: 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 util/Makefile
118
119 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
120         cd $(top_builddir) \
121           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123
124 mostlyclean-noinstLIBRARIES:
125
126 clean-noinstLIBRARIES:
127         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
128
129 distclean-noinstLIBRARIES:
130
131 maintainer-clean-noinstLIBRARIES:
132
133 .s.o:
134         $(COMPILE) -c $<
135
136 .S.o:
137         $(COMPILE) -c $<
138
139 mostlyclean-compile:
140         -rm -f *.o core *.core
141
142 clean-compile:
143
144 distclean-compile:
145         -rm -f *.tab.c
146
147 maintainer-clean-compile:
148
149 libutil.a: $(libutil_a_OBJECTS) $(libutil_a_DEPENDENCIES)
150         -rm -f libutil.a
151         $(AR) cru libutil.a $(libutil_a_OBJECTS) $(libutil_a_LIBADD)
152         $(RANLIB) libutil.a
153
154 install-binSCRIPTS: $(bin_SCRIPTS)
155         @$(NORMAL_INSTALL)
156         $(mkinstalldirs) $(DESTDIR)$(bindir)
157         @list='$(bin_SCRIPTS)'; for p in $$list; do \
158           if test -f $$p; then \
159             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
160             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
161           else if test -f $(srcdir)/$$p; then \
162             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
163             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
164           else :; fi; fi; \
165         done
166
167 uninstall-binSCRIPTS:
168         @$(NORMAL_UNINSTALL)
169         list='$(bin_SCRIPTS)'; for p in $$list; do \
170           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
171         done
172
173 tags: TAGS
174
175 ID: $(HEADERS) $(SOURCES) $(LISP)
176         list='$(SOURCES) $(HEADERS)'; \
177         unique=`for i in $$list; do echo $$i; done | \
178           awk '    { files[$$0] = 1; } \
179                END { for (i in files) print i; }'`; \
180         here=`pwd` && cd $(srcdir) \
181           && mkid -f$$here/ID $$unique $(LISP)
182
183 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
184         tags=; \
185         here=`pwd`; \
186         list='$(SOURCES) $(HEADERS)'; \
187         unique=`for i in $$list; do echo $$i; done | \
188           awk '    { files[$$0] = 1; } \
189                END { for (i in files) print i; }'`; \
190         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
192
193 mostlyclean-tags:
194
195 clean-tags:
196
197 distclean-tags:
198         -rm -f TAGS ID
199
200 maintainer-clean-tags:
201
202 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
203
204 subdir = util
205
206 distdir: $(DISTFILES)
207         here=`cd $(top_builddir) && pwd`; \
208         top_distdir=`cd $(top_distdir) && pwd`; \
209         distdir=`cd $(distdir) && pwd`; \
210         cd $(top_srcdir) \
211           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu util/Makefile
212         @for file in $(DISTFILES); do \
213           d=$(srcdir); \
214           if test -d $$d/$$file; then \
215             cp -pr $$/$$file $(distdir)/$$file; \
216           else \
217             test -f $(distdir)/$$file \
218             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
219             || cp -p $$d/$$file $(distdir)/$$file || :; \
220           fi; \
221         done
222
223 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
224
225 -include $(DEP_FILES)
226
227 mostlyclean-depend:
228
229 clean-depend:
230
231 distclean-depend:
232         -rm -rf .deps
233
234 maintainer-clean-depend:
235
236 %.o: %.c
237         @echo '$(COMPILE) -c $<'; \
238         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
239         @-cp .deps/$(*F).pp .deps/$(*F).P; \
240         tr ' ' '\012' < .deps/$(*F).pp \
241           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
242             >> .deps/$(*F).P; \
243         rm .deps/$(*F).pp
244
245 %.lo: %.c
246         @echo '$(LTCOMPILE) -c $<'; \
247         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
248         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
249           < .deps/$(*F).pp > .deps/$(*F).P; \
250         tr ' ' '\012' < .deps/$(*F).pp \
251           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
252             >> .deps/$(*F).P; \
253         rm -f .deps/$(*F).pp
254 info-am:
255 info: info-am
256 dvi-am:
257 dvi: dvi-am
258 check-am: all-am
259 check: check-am
260 installcheck-am:
261 installcheck: installcheck-am
262 install-exec-am: install-binSCRIPTS
263 install-exec: install-exec-am
264
265 install-data-am:
266 install-data: install-data-am
267
268 install-am: all-am
269         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
270 install: install-am
271 uninstall-am: uninstall-binSCRIPTS
272 uninstall: uninstall-am
273 all-am: Makefile $(LIBRARIES) $(SCRIPTS)
274 all-redirect: all-am
275 install-strip:
276         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
277 installdirs:
278         $(mkinstalldirs)  $(DESTDIR)$(bindir)
279
280
281 mostlyclean-generic:
282
283 clean-generic:
284
285 distclean-generic:
286         -rm -f Makefile $(CONFIG_CLEAN_FILES)
287         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
288
289 maintainer-clean-generic:
290 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
291                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
292
293 mostlyclean: mostlyclean-am
294
295 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
296                 clean-generic mostlyclean-am
297
298 clean: clean-am
299
300 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
301                 distclean-tags distclean-depend distclean-generic \
302                 clean-am
303
304 distclean: distclean-am
305
306 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
307                 maintainer-clean-compile maintainer-clean-tags \
308                 maintainer-clean-depend maintainer-clean-generic \
309                 distclean-am
310         @echo "This command is intended for maintainers to use;"
311         @echo "it deletes files that may require special tools to rebuild."
312
313 maintainer-clean: maintainer-clean-am
314
315 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
316 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
317 mostlyclean-compile distclean-compile clean-compile \
318 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags \
319 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
320 distdir mostlyclean-depend distclean-depend clean-depend \
321 maintainer-clean-depend info-am info dvi-am dvi check check-am \
322 installcheck-am installcheck install-exec-am install-exec \
323 install-data-am install-data install-am install uninstall-am uninstall \
324 all-redirect all-am all installdirs mostlyclean-generic \
325 distclean-generic clean-generic maintainer-clean-generic clean \
326 mostlyclean distclean maintainer-clean
327
328
329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
330 # Otherwise a system limit (for SysV at least) may be exceeded.
331 .NOEXPORT: