SSL comstack support. Separate POSIX thread support library.
[yaz-moved-to-github.git] / comstack / 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 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 ASNMODULE = @ASNMODULE@
64 CC = @CC@
65 CPP = @CPP@
66 DLLTOOL = @DLLTOOL@
67 ILLLIB = @ILLLIB@
68 ILLMODULE = @ILLMODULE@
69 LD = @LD@
70 LIBTHREAD = @LIBTHREAD@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAKEINFO = @MAKEINFO@
74 NM = @NM@
75 OBJDUMP = @OBJDUMP@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 READLINE_LIBS = @READLINE_LIBS@
79 SUBDIRS_VAR = @SUBDIRS_VAR@
80 VERSION = @VERSION@
81 YAZ_SRC_ROOT = @YAZ_SRC_ROOT@
82
83 noinst_LTLIBRARIES = libcomstack.la
84
85 INCLUDES = -I$(srcdir)/../include
86
87 LIBS = 
88
89 libcomstack_la_SOURCES = comstack.c tcpip.c waislen.c 
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_CLEAN_FILES = 
92 LTLIBRARIES =  $(noinst_LTLIBRARIES)
93
94
95 DEFS = @DEFS@ -I. -I$(srcdir) 
96 CPPFLAGS = @CPPFLAGS@
97 LDFLAGS = @LDFLAGS@
98 libcomstack_la_LDFLAGS = 
99 libcomstack_la_LIBADD = 
100 libcomstack_la_OBJECTS =  comstack.lo tcpip.lo waislen.lo
101 CFLAGS = @CFLAGS@
102 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 CCLD = $(CC)
105 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
106 DIST_COMMON =  Makefile.am Makefile.in
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 TAR = gtar
112 GZIP_ENV = --best
113 DEP_FILES =  .deps/comstack.P .deps/tcpip.P .deps/waislen.P
114 SOURCES = $(libcomstack_la_SOURCES)
115 OBJECTS = $(libcomstack_la_OBJECTS)
116
117 all: all-redirect
118 .SUFFIXES:
119 .SUFFIXES: .S .c .lo .o .s
120 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
121         cd $(top_srcdir) && $(AUTOMAKE) --gnu comstack/Makefile
122
123 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
124         cd $(top_builddir) \
125           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
126
127
128 mostlyclean-noinstLTLIBRARIES:
129
130 clean-noinstLTLIBRARIES:
131         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
132
133 distclean-noinstLTLIBRARIES:
134
135 maintainer-clean-noinstLTLIBRARIES:
136
137 .s.o:
138         $(COMPILE) -c $<
139
140 .S.o:
141         $(COMPILE) -c $<
142
143 mostlyclean-compile:
144         -rm -f *.o core *.core
145
146 clean-compile:
147
148 distclean-compile:
149         -rm -f *.tab.c
150
151 maintainer-clean-compile:
152
153 .s.lo:
154         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
155
156 .S.lo:
157         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
158
159 mostlyclean-libtool:
160         -rm -f *.lo
161
162 clean-libtool:
163         -rm -rf .libs _libs
164
165 distclean-libtool:
166
167 maintainer-clean-libtool:
168
169 libcomstack.la: $(libcomstack_la_OBJECTS) $(libcomstack_la_DEPENDENCIES)
170         $(LINK)  $(libcomstack_la_LDFLAGS) $(libcomstack_la_OBJECTS) $(libcomstack_la_LIBADD) $(LIBS)
171
172 tags: TAGS
173
174 ID: $(HEADERS) $(SOURCES) $(LISP)
175         list='$(SOURCES) $(HEADERS)'; \
176         unique=`for i in $$list; do echo $$i; done | \
177           awk '    { files[$$0] = 1; } \
178                END { for (i in files) print i; }'`; \
179         here=`pwd` && cd $(srcdir) \
180           && mkid -f$$here/ID $$unique $(LISP)
181
182 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
183         tags=; \
184         here=`pwd`; \
185         list='$(SOURCES) $(HEADERS)'; \
186         unique=`for i in $$list; do echo $$i; done | \
187           awk '    { files[$$0] = 1; } \
188                END { for (i in files) print i; }'`; \
189         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
190           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
191
192 mostlyclean-tags:
193
194 clean-tags:
195
196 distclean-tags:
197         -rm -f TAGS ID
198
199 maintainer-clean-tags:
200
201 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
202
203 subdir = comstack
204
205 distdir: $(DISTFILES)
206         here=`cd $(top_builddir) && pwd`; \
207         top_distdir=`cd $(top_distdir) && pwd`; \
208         distdir=`cd $(distdir) && pwd`; \
209         cd $(top_srcdir) \
210           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu comstack/Makefile
211         @for file in $(DISTFILES); do \
212           d=$(srcdir); \
213           if test -d $$d/$$file; then \
214             cp -pr $$/$$file $(distdir)/$$file; \
215           else \
216             test -f $(distdir)/$$file \
217             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218             || cp -p $$d/$$file $(distdir)/$$file || :; \
219           fi; \
220         done
221
222 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
223
224 -include $(DEP_FILES)
225
226 mostlyclean-depend:
227
228 clean-depend:
229
230 distclean-depend:
231         -rm -rf .deps
232
233 maintainer-clean-depend:
234
235 %.o: %.c
236         @echo '$(COMPILE) -c $<'; \
237         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
238         @-cp .deps/$(*F).pp .deps/$(*F).P; \
239         tr ' ' '\012' < .deps/$(*F).pp \
240           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
241             >> .deps/$(*F).P; \
242         rm .deps/$(*F).pp
243
244 %.lo: %.c
245         @echo '$(LTCOMPILE) -c $<'; \
246         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
248           < .deps/$(*F).pp > .deps/$(*F).P; \
249         tr ' ' '\012' < .deps/$(*F).pp \
250           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
251             >> .deps/$(*F).P; \
252         rm -f .deps/$(*F).pp
253 info-am:
254 info: info-am
255 dvi-am:
256 dvi: dvi-am
257 check-am: all-am
258 check: check-am
259 installcheck-am:
260 installcheck: installcheck-am
261 install-exec-am:
262 install-exec: install-exec-am
263
264 install-data-am:
265 install-data: install-data-am
266
267 install-am: all-am
268         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
269 install: install-am
270 uninstall-am:
271 uninstall: uninstall-am
272 all-am: Makefile $(LTLIBRARIES)
273 all-redirect: all-am
274 install-strip:
275         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
276 installdirs:
277
278
279 mostlyclean-generic:
280
281 clean-generic:
282
283 distclean-generic:
284         -rm -f Makefile $(CONFIG_CLEAN_FILES)
285         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
286
287 maintainer-clean-generic:
288 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
289                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
290                 mostlyclean-generic
291
292 mostlyclean: mostlyclean-am
293
294 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
295                 clean-tags clean-depend clean-generic mostlyclean-am
296
297 clean: clean-am
298
299 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
300                 distclean-libtool distclean-tags distclean-depend \
301                 distclean-generic clean-am
302         -rm -f libtool
303
304 distclean: distclean-am
305
306 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
307                 maintainer-clean-compile maintainer-clean-libtool \
308                 maintainer-clean-tags maintainer-clean-depend \
309                 maintainer-clean-generic 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-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
316 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
317 mostlyclean-compile distclean-compile clean-compile \
318 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
319 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
320 distclean-tags clean-tags maintainer-clean-tags distdir \
321 mostlyclean-depend distclean-depend clean-depend \
322 maintainer-clean-depend info-am info dvi-am dvi check check-am \
323 installcheck-am installcheck install-exec-am install-exec \
324 install-data-am install-data install-am install uninstall-am uninstall \
325 all-redirect all-am all installdirs mostlyclean-generic \
326 distclean-generic clean-generic maintainer-clean-generic clean \
327 mostlyclean distclean maintainer-clean
328
329
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.
332 .NOEXPORT: