No reference to yaz/tab in manual or zebra.cfg's.
[idzebra-moved-to-github.git] / examples / dinosauricon / Makefile
1 # Generated automatically from Makefile.in by configure.
2 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3
4 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14
15 SHELL = /bin/sh
16
17 srcdir = .
18 top_srcdir = ../..
19 prefix = /usr/local
20 exec_prefix = ${prefix}
21
22 bindir = ${exec_prefix}/bin
23 sbindir = ${exec_prefix}/sbin
24 libexecdir = ${exec_prefix}/libexec
25 datadir = ${prefix}/share
26 sysconfdir = ${prefix}/etc
27 sharedstatedir = ${prefix}/com
28 localstatedir = ${prefix}/var
29 libdir = ${exec_prefix}/lib
30 infodir = ${prefix}/info
31 mandir = ${prefix}/man
32 includedir = ${prefix}/include
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/idzebra
38 pkglibdir = $(libdir)/idzebra
39 pkgincludedir = $(includedir)/idzebra
40
41 top_builddir = ../..
42
43 ACLOCAL = aclocal
44 AUTOCONF = autoconf
45 AUTOMAKE = automake
46 AUTOHEADER = autoheader
47
48 INSTALL = /usr/bin/install -c
49 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52 transform = s,x,x,
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = gcc
61 CPP = gcc -E
62 DSSSL_DIR = /usr/share/sgml/docbook/stylesheet/dsssl/modular
63 DTD_DIR = /usr/share/sgml/docbook/dtd/xml/4.1.2
64 MAKEINFO = makeinfo
65 PACKAGE = idzebra
66 RANLIB = ranlib
67 TCL_INCLUDE = -I/usr/include/tcl8.3
68 TCL_LIB = -L/usr/lib -ltcl8.3${TCL_DBGX} -ldl  -lieee -lm
69 VERSION = 1.3.3
70 YAZINC = -I/home/adam/proj/yaz/include -DYAZ_POSIX_THREADS=1 -D_REENTRANT
71 YAZLALIB = /home/adam/proj/yaz/lib/libyazthread.la /home/adam/proj/yaz/lib/libyaz.la -lpthread
72 YAZLIB = -L/home/adam/proj/yaz/lib/.libs -lyazthread -lyaz -lpthread
73 YAZVERSION = 1.9.1
74 yazconfig = ./../yaz/yaz-config
75
76 EXTRA_DIST = zebra.cfg 
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_CLEAN_FILES = 
79 DIST_COMMON =  README Makefile.am Makefile.in
80
81
82 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
83
84 TAR = tar
85 GZIP_ENV = --best
86 all: all-redirect
87 .SUFFIXES:
88 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
89         cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/dinosauricon/Makefile
90
91 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
92         cd $(top_builddir) \
93           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
94
95 tags: TAGS
96 TAGS:
97
98
99 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
100
101 subdir = examples/dinosauricon
102
103 distdir: $(DISTFILES)
104         here=`cd $(top_builddir) && pwd`; \
105         top_distdir=`cd $(top_distdir) && pwd`; \
106         distdir=`cd $(distdir) && pwd`; \
107         cd $(top_srcdir) \
108           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu examples/dinosauricon/Makefile
109         @for file in $(DISTFILES); do \
110           d=$(srcdir); \
111           if test -d $$d/$$file; then \
112             cp -pr $$d/$$file $(distdir)/$$file; \
113           else \
114             test -f $(distdir)/$$file \
115             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
116             || cp -p $$d/$$file $(distdir)/$$file || :; \
117           fi; \
118         done
119         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
120 info-am:
121 info: info-am
122 dvi-am:
123 dvi: dvi-am
124 check-am: all-am
125 check: check-am
126 installcheck-am:
127 installcheck: installcheck-am
128 install-exec-am:
129 install-exec: install-exec-am
130
131 install-data-am:
132 install-data: install-data-am
133
134 install-am: all-am
135         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
136 install: install-am
137 uninstall-am:
138 uninstall: uninstall-am
139 all-am: Makefile
140 all-redirect: all-am
141 install-strip:
142         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
143 installdirs:
144
145
146 mostlyclean-generic:
147
148 clean-generic:
149
150 distclean-generic:
151         -rm -f Makefile $(CONFIG_CLEAN_FILES)
152         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
153
154 maintainer-clean-generic:
155 mostlyclean-am:  mostlyclean-generic
156
157 mostlyclean: mostlyclean-am
158
159 clean-am:  clean-generic mostlyclean-am
160
161 clean: clean-am
162
163 distclean-am:  distclean-generic clean-am
164
165 distclean: distclean-am
166
167 maintainer-clean-am:  maintainer-clean-generic distclean-am
168         @echo "This command is intended for maintainers to use;"
169         @echo "it deletes files that may require special tools to rebuild."
170
171 maintainer-clean: maintainer-clean-am
172
173 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
174 installcheck-am installcheck install-exec-am install-exec \
175 install-data-am install-data install-am install uninstall-am uninstall \
176 all-redirect all-am all installdirs mostlyclean-generic \
177 distclean-generic clean-generic maintainer-clean-generic clean \
178 mostlyclean distclean maintainer-clean
179
180
181 dist-hook:
182         -mkdir $(distdir)/records
183         cp $(srcdir)/records/*.xml $(distdir)/records
184
185 # Tell versions [3.59,3.63) of GNU make to not export all variables.
186 # Otherwise a system limit (for SysV at least) may be exceeded.
187 .NOEXPORT: