Added compiled ASN.1 C files.
[yaz-moved-to-github.git] / include / yaz / 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 pkginclude_HEADERS = backend.h ccl.h comstack.h  d1_attset.h d1_map.h data1.h diagbib1.h  log.h logrpn.h marcdisp.h nmem.h odr.h oid.h options.h otherinfo.h  pquery.h prt-ext.h readconf.h statserv.h tcpip.h tpath.h wrbuf.h xmalloc.h  yaz-ccl.h yaz-util.h yaz-version.h yconfig.h proto.h   ill.h ill-core.h item-req.h z-accdes1.h z-accform1.h  z-acckrb1.h z-core.h z-date.h z-diag1.h z-espec1.h z-estask.h z-exp.h  z-grs.h z-opac.h z-proto.h z-rrf1.h z-rrf2.h z-sum.h z-sutrs.h z-uifr1.h  z-univ.h zes-expi.h zes-exps.h zes-order.h zes-pquery.h zes-psched.h   zes-pset.h zes-update.h zes-update0.h  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-grs.h prt-proto.h prt-rsc.h
72
73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74 CONFIG_CLEAN_FILES = 
75 HEADERS =  $(pkginclude_HEADERS)
76
77 DIST_COMMON =  Makefile.am Makefile.in
78
79
80 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
81
82 TAR = gtar
83 GZIP_ENV = --best
84 all: all-redirect
85 .SUFFIXES:
86 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
87         cd $(top_srcdir) && $(AUTOMAKE) --gnu include/yaz/Makefile
88
89 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
90         cd $(top_builddir) \
91           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
92
93
94 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
95         @$(NORMAL_INSTALL)
96         $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
97         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
98           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
99           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
100           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
101         done
102
103 uninstall-pkgincludeHEADERS:
104         @$(NORMAL_UNINSTALL)
105         list='$(pkginclude_HEADERS)'; for p in $$list; do \
106           rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
107         done
108
109 tags: TAGS
110
111 ID: $(HEADERS) $(SOURCES) $(LISP)
112         list='$(SOURCES) $(HEADERS)'; \
113         unique=`for i in $$list; do echo $$i; done | \
114           awk '    { files[$$0] = 1; } \
115                END { for (i in files) print i; }'`; \
116         here=`pwd` && cd $(srcdir) \
117           && mkid -f$$here/ID $$unique $(LISP)
118
119 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
120         tags=; \
121         here=`pwd`; \
122         list='$(SOURCES) $(HEADERS)'; \
123         unique=`for i in $$list; do echo $$i; done | \
124           awk '    { files[$$0] = 1; } \
125                END { for (i in files) print i; }'`; \
126         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
127           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
128
129 mostlyclean-tags:
130
131 clean-tags:
132
133 distclean-tags:
134         -rm -f TAGS ID
135
136 maintainer-clean-tags:
137
138 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
139
140 subdir = include/yaz
141
142 distdir: $(DISTFILES)
143         here=`cd $(top_builddir) && pwd`; \
144         top_distdir=`cd $(top_distdir) && pwd`; \
145         distdir=`cd $(distdir) && pwd`; \
146         cd $(top_srcdir) \
147           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu include/yaz/Makefile
148         @for file in $(DISTFILES); do \
149           d=$(srcdir); \
150           if test -d $$d/$$file; then \
151             cp -pr $$/$$file $(distdir)/$$file; \
152           else \
153             test -f $(distdir)/$$file \
154             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
155             || cp -p $$d/$$file $(distdir)/$$file || :; \
156           fi; \
157         done
158 info-am:
159 info: info-am
160 dvi-am:
161 dvi: dvi-am
162 check-am: all-am
163 check: check-am
164 installcheck-am:
165 installcheck: installcheck-am
166 install-exec-am:
167 install-exec: install-exec-am
168
169 install-data-am: install-pkgincludeHEADERS
170 install-data: install-data-am
171
172 install-am: all-am
173         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
174 install: install-am
175 uninstall-am: uninstall-pkgincludeHEADERS
176 uninstall: uninstall-am
177 all-am: Makefile $(HEADERS)
178 all-redirect: all-am
179 install-strip:
180         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
181 installdirs:
182         $(mkinstalldirs)  $(DESTDIR)$(pkgincludedir)
183
184
185 mostlyclean-generic:
186
187 clean-generic:
188
189 distclean-generic:
190         -rm -f Makefile $(CONFIG_CLEAN_FILES)
191         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
192
193 maintainer-clean-generic:
194 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
195
196 mostlyclean: mostlyclean-am
197
198 clean-am:  clean-tags clean-generic mostlyclean-am
199
200 clean: clean-am
201
202 distclean-am:  distclean-tags distclean-generic clean-am
203
204 distclean: distclean-am
205
206 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
207                 distclean-am
208         @echo "This command is intended for maintainers to use;"
209         @echo "it deletes files that may require special tools to rebuild."
210
211 maintainer-clean: maintainer-clean-am
212
213 .PHONY: uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \
214 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
215 distdir info-am info dvi-am dvi check check-am installcheck-am \
216 installcheck install-exec-am install-exec install-data-am install-data \
217 install-am install uninstall-am uninstall all-redirect all-am all \
218 installdirs mostlyclean-generic distclean-generic clean-generic \
219 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
220
221
222 # Tell versions [3.59,3.63) of GNU make to not export all variables.
223 # Otherwise a system limit (for SysV at least) may be exceeded.
224 .NOEXPORT: