Implemented and-list and or-list for CCL module.
[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 LIBTOOL = @LIBTOOL@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 NM = @NM@
74 OBJDUMP = @OBJDUMP@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 READLINE_LIBS = @READLINE_LIBS@
78 SUBDIRS_VAR = @SUBDIRS_VAR@
79 VERSION = @VERSION@
80 YAZ_SRC_ROOT = @YAZ_SRC_ROOT@
81
82 noinst_LTLIBRARIES = libcomstack.la
83
84 INCLUDES = -I$(srcdir)/../include
85
86 LIBS = 
87
88 libcomstack_la_SOURCES = comstack.c tcpip.c waislen.c 
89 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90 CONFIG_CLEAN_FILES = 
91 LTLIBRARIES =  $(noinst_LTLIBRARIES)
92
93
94 DEFS = @DEFS@ -I. -I$(srcdir) 
95 CPPFLAGS = @CPPFLAGS@
96 LDFLAGS = @LDFLAGS@
97 libcomstack_la_LDFLAGS = 
98 libcomstack_la_LIBADD = 
99 libcomstack_la_OBJECTS =  comstack.lo tcpip.lo waislen.lo
100 CFLAGS = @CFLAGS@
101 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 CCLD = $(CC)
104 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
105 DIST_COMMON =  Makefile.am Makefile.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = gtar
111 GZIP_ENV = --best
112 DEP_FILES =  .deps/comstack.P .deps/tcpip.P .deps/waislen.P
113 SOURCES = $(libcomstack_la_SOURCES)
114 OBJECTS = $(libcomstack_la_OBJECTS)
115
116 all: all-redirect
117 .SUFFIXES:
118 .SUFFIXES: .S .c .lo .o .s
119 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
120         cd $(top_srcdir) && $(AUTOMAKE) --gnu comstack/Makefile
121
122 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
123         cd $(top_builddir) \
124           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126
127 mostlyclean-noinstLTLIBRARIES:
128
129 clean-noinstLTLIBRARIES:
130         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
131
132 distclean-noinstLTLIBRARIES:
133
134 maintainer-clean-noinstLTLIBRARIES:
135
136 .s.o:
137         $(COMPILE) -c $<
138
139 .S.o:
140         $(COMPILE) -c $<
141
142 mostlyclean-compile:
143         -rm -f *.o core *.core
144
145 clean-compile:
146
147 distclean-compile:
148         -rm -f *.tab.c
149
150 maintainer-clean-compile:
151
152 .s.lo:
153         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
154
155 .S.lo:
156         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
157
158 mostlyclean-libtool:
159         -rm -f *.lo
160
161 clean-libtool:
162         -rm -rf .libs _libs
163
164 distclean-libtool:
165
166 maintainer-clean-libtool:
167
168 libcomstack.la: $(libcomstack_la_OBJECTS) $(libcomstack_la_DEPENDENCIES)
169         $(LINK)  $(libcomstack_la_LDFLAGS) $(libcomstack_la_OBJECTS) $(libcomstack_la_LIBADD) $(LIBS)
170
171 tags: TAGS
172
173 ID: $(HEADERS) $(SOURCES) $(LISP)
174         list='$(SOURCES) $(HEADERS)'; \
175         unique=`for i in $$list; do echo $$i; done | \
176           awk '    { files[$$0] = 1; } \
177                END { for (i in files) print i; }'`; \
178         here=`pwd` && cd $(srcdir) \
179           && mkid -f$$here/ID $$unique $(LISP)
180
181 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
182         tags=; \
183         here=`pwd`; \
184         list='$(SOURCES) $(HEADERS)'; \
185         unique=`for i in $$list; do echo $$i; done | \
186           awk '    { files[$$0] = 1; } \
187                END { for (i in files) print i; }'`; \
188         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
189           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
190
191 mostlyclean-tags:
192
193 clean-tags:
194
195 distclean-tags:
196         -rm -f TAGS ID
197
198 maintainer-clean-tags:
199
200 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
201
202 subdir = comstack
203
204 distdir: $(DISTFILES)
205         here=`cd $(top_builddir) && pwd`; \
206         top_distdir=`cd $(top_distdir) && pwd`; \
207         distdir=`cd $(distdir) && pwd`; \
208         cd $(top_srcdir) \
209           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu comstack/Makefile
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
221 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
222
223 -include $(DEP_FILES)
224
225 mostlyclean-depend:
226
227 clean-depend:
228
229 distclean-depend:
230         -rm -rf .deps
231
232 maintainer-clean-depend:
233
234 %.o: %.c
235         @echo '$(COMPILE) -c $<'; \
236         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
237         @-cp .deps/$(*F).pp .deps/$(*F).P; \
238         tr ' ' '\012' < .deps/$(*F).pp \
239           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
240             >> .deps/$(*F).P; \
241         rm .deps/$(*F).pp
242
243 %.lo: %.c
244         @echo '$(LTCOMPILE) -c $<'; \
245         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
246         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
247           < .deps/$(*F).pp > .deps/$(*F).P; \
248         tr ' ' '\012' < .deps/$(*F).pp \
249           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
250             >> .deps/$(*F).P; \
251         rm -f .deps/$(*F).pp
252 info-am:
253 info: info-am
254 dvi-am:
255 dvi: dvi-am
256 check-am: all-am
257 check: check-am
258 installcheck-am:
259 installcheck: installcheck-am
260 install-exec-am:
261 install-exec: install-exec-am
262
263 install-data-am:
264 install-data: install-data-am
265
266 install-am: all-am
267         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268 install: install-am
269 uninstall-am:
270 uninstall: uninstall-am
271 all-am: Makefile $(LTLIBRARIES)
272 all-redirect: all-am
273 install-strip:
274         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
275 installdirs:
276
277
278 mostlyclean-generic:
279
280 clean-generic:
281
282 distclean-generic:
283         -rm -f Makefile $(CONFIG_CLEAN_FILES)
284         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
285
286 maintainer-clean-generic:
287 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
288                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
289                 mostlyclean-generic
290
291 mostlyclean: mostlyclean-am
292
293 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
294                 clean-tags clean-depend clean-generic mostlyclean-am
295
296 clean: clean-am
297
298 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
299                 distclean-libtool distclean-tags distclean-depend \
300                 distclean-generic clean-am
301         -rm -f libtool
302
303 distclean: distclean-am
304
305 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
306                 maintainer-clean-compile maintainer-clean-libtool \
307                 maintainer-clean-tags maintainer-clean-depend \
308                 maintainer-clean-generic distclean-am
309         @echo "This command is intended for maintainers to use;"
310         @echo "it deletes files that may require special tools to rebuild."
311
312 maintainer-clean: maintainer-clean-am
313
314 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
315 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
316 mostlyclean-compile distclean-compile clean-compile \
317 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
318 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
319 distclean-tags clean-tags maintainer-clean-tags distdir \
320 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: