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