Defined READLINE_LIBS for the yaz-client.
[yaz-moved-to-github.git] / odr / 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
81 noinst_LTLIBRARIES = libodr.la
82
83 INCLUDES = -I$(srcdir)/../include
84
85 LIBS = 
86
87 libodr_la_SOURCES = odr_bool.c ber_bool.c ber_len.c ber_tag.c odr_util.c         odr_null.c ber_null.c odr_int.c ber_int.c odr_tag.c odr_cons.c         odr_seq.c odr_oct.c ber_oct.c odr_bit.c ber_bit.c odr_oid.c         ber_oid.c odr_use.c odr_choice.c odr_any.c ber_any.c odr.c odr_mem.c         dumpber.c odr_enum.c
88
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 libodr_la_LDFLAGS = 
98 libodr_la_LIBADD = 
99 libodr_la_OBJECTS =  odr_bool.lo ber_bool.lo ber_len.lo ber_tag.lo \
100 odr_util.lo odr_null.lo ber_null.lo odr_int.lo ber_int.lo odr_tag.lo \
101 odr_cons.lo odr_seq.lo odr_oct.lo ber_oct.lo odr_bit.lo ber_bit.lo \
102 odr_oid.lo ber_oid.lo odr_use.lo odr_choice.lo odr_any.lo ber_any.lo \
103 odr.lo odr_mem.lo dumpber.lo odr_enum.lo
104 CFLAGS = @CFLAGS@
105 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107 CCLD = $(CC)
108 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
109 DIST_COMMON =  Makefile.am Makefile.in
110
111
112 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113
114 TAR = gtar
115 GZIP_ENV = --best
116 DEP_FILES =  .deps/ber_any.P .deps/ber_bit.P .deps/ber_bool.P \
117 .deps/ber_int.P .deps/ber_len.P .deps/ber_null.P .deps/ber_oct.P \
118 .deps/ber_oid.P .deps/ber_tag.P .deps/dumpber.P .deps/odr.P \
119 .deps/odr_any.P .deps/odr_bit.P .deps/odr_bool.P .deps/odr_choice.P \
120 .deps/odr_cons.P .deps/odr_enum.P .deps/odr_int.P .deps/odr_mem.P \
121 .deps/odr_null.P .deps/odr_oct.P .deps/odr_oid.P .deps/odr_seq.P \
122 .deps/odr_tag.P .deps/odr_use.P .deps/odr_util.P
123 SOURCES = $(libodr_la_SOURCES)
124 OBJECTS = $(libodr_la_OBJECTS)
125
126 all: all-redirect
127 .SUFFIXES:
128 .SUFFIXES: .S .c .lo .o .s
129 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
130         cd $(top_srcdir) && $(AUTOMAKE) --gnu odr/Makefile
131
132 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
133         cd $(top_builddir) \
134           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
135
136
137 mostlyclean-noinstLTLIBRARIES:
138
139 clean-noinstLTLIBRARIES:
140         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
141
142 distclean-noinstLTLIBRARIES:
143
144 maintainer-clean-noinstLTLIBRARIES:
145
146 .s.o:
147         $(COMPILE) -c $<
148
149 .S.o:
150         $(COMPILE) -c $<
151
152 mostlyclean-compile:
153         -rm -f *.o core *.core
154
155 clean-compile:
156
157 distclean-compile:
158         -rm -f *.tab.c
159
160 maintainer-clean-compile:
161
162 .s.lo:
163         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
164
165 .S.lo:
166         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
167
168 mostlyclean-libtool:
169         -rm -f *.lo
170
171 clean-libtool:
172         -rm -rf .libs _libs
173
174 distclean-libtool:
175
176 maintainer-clean-libtool:
177
178 libodr.la: $(libodr_la_OBJECTS) $(libodr_la_DEPENDENCIES)
179         $(LINK)  $(libodr_la_LDFLAGS) $(libodr_la_OBJECTS) $(libodr_la_LIBADD) $(LIBS)
180
181 tags: TAGS
182
183 ID: $(HEADERS) $(SOURCES) $(LISP)
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         here=`pwd` && cd $(srcdir) \
189           && mkid -f$$here/ID $$unique $(LISP)
190
191 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
192         tags=; \
193         here=`pwd`; \
194         list='$(SOURCES) $(HEADERS)'; \
195         unique=`for i in $$list; do echo $$i; done | \
196           awk '    { files[$$0] = 1; } \
197                END { for (i in files) print i; }'`; \
198         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
200
201 mostlyclean-tags:
202
203 clean-tags:
204
205 distclean-tags:
206         -rm -f TAGS ID
207
208 maintainer-clean-tags:
209
210 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
211
212 subdir = odr
213
214 distdir: $(DISTFILES)
215         here=`cd $(top_builddir) && pwd`; \
216         top_distdir=`cd $(top_distdir) && pwd`; \
217         distdir=`cd $(distdir) && pwd`; \
218         cd $(top_srcdir) \
219           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu odr/Makefile
220         @for file in $(DISTFILES); do \
221           d=$(srcdir); \
222           if test -d $$d/$$file; then \
223             cp -pr $$/$$file $(distdir)/$$file; \
224           else \
225             test -f $(distdir)/$$file \
226             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227             || cp -p $$d/$$file $(distdir)/$$file || :; \
228           fi; \
229         done
230
231 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
232
233 -include $(DEP_FILES)
234
235 mostlyclean-depend:
236
237 clean-depend:
238
239 distclean-depend:
240         -rm -rf .deps
241
242 maintainer-clean-depend:
243
244 %.o: %.c
245         @echo '$(COMPILE) -c $<'; \
246         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247         @-cp .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 .deps/$(*F).pp
252
253 %.lo: %.c
254         @echo '$(LTCOMPILE) -c $<'; \
255         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
257           < .deps/$(*F).pp > .deps/$(*F).P; \
258         tr ' ' '\012' < .deps/$(*F).pp \
259           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
260             >> .deps/$(*F).P; \
261         rm -f .deps/$(*F).pp
262 info-am:
263 info: info-am
264 dvi-am:
265 dvi: dvi-am
266 check-am: all-am
267 check: check-am
268 installcheck-am:
269 installcheck: installcheck-am
270 install-exec-am:
271 install-exec: install-exec-am
272
273 install-data-am:
274 install-data: install-data-am
275
276 install-am: all-am
277         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
278 install: install-am
279 uninstall-am:
280 uninstall: uninstall-am
281 all-am: Makefile $(LTLIBRARIES)
282 all-redirect: all-am
283 install-strip:
284         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
285 installdirs:
286
287
288 mostlyclean-generic:
289
290 clean-generic:
291
292 distclean-generic:
293         -rm -f Makefile $(CONFIG_CLEAN_FILES)
294         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
295
296 maintainer-clean-generic:
297 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
298                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
299                 mostlyclean-generic
300
301 mostlyclean: mostlyclean-am
302
303 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
304                 clean-tags clean-depend clean-generic mostlyclean-am
305
306 clean: clean-am
307
308 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
309                 distclean-libtool distclean-tags distclean-depend \
310                 distclean-generic clean-am
311         -rm -f libtool
312
313 distclean: distclean-am
314
315 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
316                 maintainer-clean-compile maintainer-clean-libtool \
317                 maintainer-clean-tags maintainer-clean-depend \
318                 maintainer-clean-generic distclean-am
319         @echo "This command is intended for maintainers to use;"
320         @echo "it deletes files that may require special tools to rebuild."
321
322 maintainer-clean: maintainer-clean-am
323
324 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
325 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
326 mostlyclean-compile distclean-compile clean-compile \
327 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
328 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
329 distclean-tags clean-tags maintainer-clean-tags distdir \
330 mostlyclean-depend distclean-depend clean-depend \
331 maintainer-clean-depend info-am info dvi-am dvi check check-am \
332 installcheck-am installcheck install-exec-am install-exec \
333 install-data-am install-data install-am install uninstall-am uninstall \
334 all-redirect all-am all installdirs mostlyclean-generic \
335 distclean-generic clean-generic maintainer-clean-generic clean \
336 mostlyclean distclean maintainer-clean
337
338
339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
340 # Otherwise a system limit (for SysV at least) may be exceeded.
341 .NOEXPORT: