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