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