source: trunk/gsdl/packages/yaz/include/yaz/Makefile.in@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
Line 
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ../..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60ASNMODULE = @ASNMODULE@
61CC = @CC@
62CPP = @CPP@
63ILLLIB = @ILLLIB@
64ILLMODULE = @ILLMODULE@
65MAKEINFO = @MAKEINFO@
66PACKAGE = @PACKAGE@
67RANLIB = @RANLIB@
68SUBDIRS_VAR = @SUBDIRS_VAR@
69VERSION = @VERSION@
70have_sgml2html = @have_sgml2html@
71have_sgml2latex = @have_sgml2latex@
72have_sgml2txt = @have_sgml2txt@
73
74pkginclude_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 prt-univ.h
75
76mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77CONFIG_CLEAN_FILES =
78HEADERS = $(pkginclude_HEADERS)
79
80DIST_COMMON = Makefile.am Makefile.in
81
82
83DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
85TAR = gtar
86GZIP_ENV = --best
87all: all-redirect
88.SUFFIXES:
89$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
90 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/yaz/Makefile
91
92Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
93 cd $(top_builddir) \
94 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
95
96
97install-pkgincludeHEADERS: $(pkginclude_HEADERS)
98 @$(NORMAL_INSTALL)
99 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
100 @list='$(pkginclude_HEADERS)'; for p in $$list; do \
101 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
102 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
103 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
104 done
105
106uninstall-pkgincludeHEADERS:
107 @$(NORMAL_UNINSTALL)
108 list='$(pkginclude_HEADERS)'; for p in $$list; do \
109 rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
110 done
111
112tags: TAGS
113
114ID: $(HEADERS) $(SOURCES) $(LISP)
115 list='$(SOURCES) $(HEADERS)'; \
116 unique=`for i in $$list; do echo $$i; done | \
117 awk ' { files[$$0] = 1; } \
118 END { for (i in files) print i; }'`; \
119 here=`pwd` && cd $(srcdir) \
120 && mkid -f$$here/ID $$unique $(LISP)
121
122TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
123 tags=; \
124 here=`pwd`; \
125 list='$(SOURCES) $(HEADERS)'; \
126 unique=`for i in $$list; do echo $$i; done | \
127 awk ' { files[$$0] = 1; } \
128 END { for (i in files) print i; }'`; \
129 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
130 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
131
132mostlyclean-tags:
133
134clean-tags:
135
136distclean-tags:
137 -rm -f TAGS ID
138
139maintainer-clean-tags:
140
141distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
142
143subdir = include/yaz
144
145distdir: $(DISTFILES)
146 @for file in $(DISTFILES); do \
147 d=$(srcdir); \
148 if test -d $$d/$$file; then \
149 cp -pr $$/$$file $(distdir)/$$file; \
150 else \
151 test -f $(distdir)/$$file \
152 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
153 || cp -p $$d/$$file $(distdir)/$$file || :; \
154 fi; \
155 done
156info-am:
157info: info-am
158dvi-am:
159dvi: dvi-am
160check-am: all-am
161check: check-am
162installcheck-am:
163installcheck: installcheck-am
164install-exec-am:
165install-exec: install-exec-am
166
167install-data-am: install-pkgincludeHEADERS
168install-data: install-data-am
169
170install-am: all-am
171 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172install: install-am
173uninstall-am: uninstall-pkgincludeHEADERS
174uninstall: uninstall-am
175all-am: Makefile $(HEADERS)
176all-redirect: all-am
177install-strip:
178 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
179installdirs:
180 $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
181
182
183mostlyclean-generic:
184
185clean-generic:
186
187distclean-generic:
188 -rm -f Makefile $(CONFIG_CLEAN_FILES)
189 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
190
191maintainer-clean-generic:
192mostlyclean-am: mostlyclean-tags mostlyclean-generic
193
194mostlyclean: mostlyclean-am
195
196clean-am: clean-tags clean-generic mostlyclean-am
197
198clean: clean-am
199
200distclean-am: distclean-tags distclean-generic clean-am
201
202distclean: distclean-am
203
204maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
205 distclean-am
206 @echo "This command is intended for maintainers to use;"
207 @echo "it deletes files that may require special tools to rebuild."
208
209maintainer-clean: maintainer-clean-am
210
211.PHONY: uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \
212mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
213distdir info-am info dvi-am dvi check check-am installcheck-am \
214installcheck install-exec-am install-exec install-data-am install-data \
215install-am install uninstall-am uninstall all-redirect all-am all \
216installdirs mostlyclean-generic distclean-generic clean-generic \
217maintainer-clean-generic clean mostlyclean distclean maintainer-clean
218
219
220# Tell versions [3.59,3.63) of GNU make to not export all variables.
221# Otherwise a system limit (for SysV at least) may be exceeded.
222.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.