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