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