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