|
2
|
1 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
|
0
|
2 |
|
|
2
|
3 |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
|
0
|
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@
|
|
2
|
49 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|
0
|
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 = :
|
|
2
|
60 |
host_alias = @host_alias@
|
|
|
61 |
host_triplet = @host@
|
|
0
|
62 |
CC = @CC@
|
|
|
63 |
CXX = @CXX@
|
|
2
|
64 |
HAVE_LIB = @HAVE_LIB@
|
|
0
|
65 |
HTML2TXT = @HTML2TXT@
|
|
2
|
66 |
LIB = @LIB@
|
|
0
|
67 |
LN = @LN@
|
|
2
|
68 |
LTLIB = @LTLIB@
|
|
0
|
69 |
LYNX = @LYNX@
|
|
|
70 |
MAKEINFO = @MAKEINFO@
|
|
|
71 |
MKDIR = @MKDIR@
|
|
|
72 |
PACKAGE = @PACKAGE@
|
|
|
73 |
POD2HTML = @POD2HTML@
|
|
|
74 |
POD2MAN = @POD2MAN@
|
|
|
75 |
PYTHON = @PYTHON@
|
|
|
76 |
RANLIB = @RANLIB@
|
|
|
77 |
RM = @RM@
|
|
|
78 |
STRIP = @STRIP@
|
|
|
79 |
SUFFIXES = @SUFFIXES@
|
|
|
80 |
VERSION = @VERSION@
|
|
|
81 |
W3M = @W3M@
|
|
|
82 |
cgidir = @cgidir@
|
|
|
83 |
phpdir = @phpdir@
|
|
|
84 |
pythonlibdir = @pythonlibdir@
|
|
|
85 |
|
|
|
86 |
noinst_LIBRARIES = libcdb++.a
|
|
|
87 |
EXTRA_DIST = ChangeLog cdbtest.cc
|
|
|
88 |
|
|
|
89 |
INCLUDES = -I..
|
|
|
90 |
|
|
|
91 |
libcdb___a_SOURCES = cdb++.h internal.h datum.h datum.cc cdb_reader.cc cdb_writer.cc cdb_getrec.cc cdb_get.cc cdb_make.cc
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
CLEANFILES = cdbtest.o cdbtest
|
|
|
95 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
96 |
CONFIG_HEADER = ../../config.h
|
|
|
97 |
CONFIG_CLEAN_FILES =
|
|
|
98 |
LIBRARIES = $(noinst_LIBRARIES)
|
|
|
99 |
|
|
|
100 |
|
|
|
101 |
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
|
102 |
CPPFLAGS = @CPPFLAGS@
|
|
|
103 |
LDFLAGS = @LDFLAGS@
|
|
|
104 |
LIBS = @LIBS@
|
|
|
105 |
libcdb___a_LIBADD =
|
|
|
106 |
libcdb___a_OBJECTS = datum.o cdb_reader.o cdb_writer.o cdb_getrec.o \
|
|
|
107 |
cdb_get.o cdb_make.o
|
|
|
108 |
AR = ar
|
|
|
109 |
CXXFLAGS = @CXXFLAGS@
|
|
|
110 |
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
|
111 |
CXXLD = $(CXX)
|
|
|
112 |
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
|
|
|
113 |
CFLAGS = @CFLAGS@
|
|
|
114 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
115 |
CCLD = $(CC)
|
|
|
116 |
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
117 |
DIST_COMMON = ChangeLog Makefile.am Makefile.in
|
|
|
118 |
|
|
|
119 |
|
|
|
120 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
121 |
|
|
2
|
122 |
TAR = tar
|
|
0
|
123 |
GZIP_ENV = --best
|
|
|
124 |
SOURCES = $(libcdb___a_SOURCES)
|
|
|
125 |
OBJECTS = $(libcdb___a_OBJECTS)
|
|
|
126 |
|
|
|
127 |
all: all-redirect
|
|
|
128 |
.SUFFIXES:
|
|
|
129 |
.SUFFIXES: .S .c .cc .o .s @SUFFIXES@
|
|
|
130 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
131 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/cdb++/Makefile
|
|
|
132 |
|
|
|
133 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
134 |
cd $(top_builddir) \
|
|
|
135 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
136 |
|
|
|
137 |
|
|
|
138 |
mostlyclean-noinstLIBRARIES:
|
|
|
139 |
|
|
|
140 |
clean-noinstLIBRARIES:
|
|
|
141 |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
|
|
142 |
|
|
|
143 |
distclean-noinstLIBRARIES:
|
|
|
144 |
|
|
|
145 |
maintainer-clean-noinstLIBRARIES:
|
|
|
146 |
|
|
|
147 |
.c.o:
|
|
|
148 |
$(COMPILE) -c $<
|
|
|
149 |
|
|
|
150 |
.s.o:
|
|
|
151 |
$(COMPILE) -c $<
|
|
|
152 |
|
|
|
153 |
.S.o:
|
|
|
154 |
$(COMPILE) -c $<
|
|
|
155 |
|
|
|
156 |
mostlyclean-compile:
|
|
|
157 |
-rm -f *.o core *.core
|
|
|
158 |
|
|
|
159 |
clean-compile:
|
|
|
160 |
|
|
|
161 |
distclean-compile:
|
|
|
162 |
-rm -f *.tab.c
|
|
|
163 |
|
|
|
164 |
maintainer-clean-compile:
|
|
|
165 |
|
|
|
166 |
libcdb++.a: $(libcdb___a_OBJECTS) $(libcdb___a_DEPENDENCIES)
|
|
|
167 |
-rm -f libcdb++.a
|
|
|
168 |
$(AR) cru libcdb++.a $(libcdb___a_OBJECTS) $(libcdb___a_LIBADD)
|
|
|
169 |
$(RANLIB) libcdb++.a
|
|
|
170 |
.cc.o:
|
|
|
171 |
$(CXXCOMPILE) -c $<
|
|
|
172 |
|
|
|
173 |
tags: TAGS
|
|
|
174 |
|
|
|
175 |
ID: $(HEADERS) $(SOURCES) $(LISP)
|
|
|
176 |
list='$(SOURCES) $(HEADERS)'; \
|
|
|
177 |
unique=`for i in $$list; do echo $$i; done | \
|
|
|
178 |
awk ' { files[$$0] = 1; } \
|
|
|
179 |
END { for (i in files) print i; }'`; \
|
|
|
180 |
here=`pwd` && cd $(srcdir) \
|
|
|
181 |
&& mkid -f$$here/ID $$unique $(LISP)
|
|
|
182 |
|
|
|
183 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
|
|
184 |
tags=; \
|
|
|
185 |
here=`pwd`; \
|
|
|
186 |
list='$(SOURCES) $(HEADERS)'; \
|
|
|
187 |
unique=`for i in $$list; do echo $$i; done | \
|
|
|
188 |
awk ' { files[$$0] = 1; } \
|
|
|
189 |
END { for (i in files) print i; }'`; \
|
|
|
190 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
|
|
191 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
|
|
192 |
|
|
|
193 |
mostlyclean-tags:
|
|
|
194 |
|
|
|
195 |
clean-tags:
|
|
|
196 |
|
|
|
197 |
distclean-tags:
|
|
|
198 |
-rm -f TAGS ID
|
|
|
199 |
|
|
|
200 |
maintainer-clean-tags:
|
|
|
201 |
|
|
|
202 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
203 |
|
|
|
204 |
subdir = lib/cdb++
|
|
|
205 |
|
|
|
206 |
distdir: $(DISTFILES)
|
|
|
207 |
@for file in $(DISTFILES); do \
|
|
|
208 |
d=$(srcdir); \
|
|
|
209 |
if test -d $$d/$$file; then \
|
|
|
210 |
cp -pr $$d/$$file $(distdir)/$$file; \
|
|
|
211 |
else \
|
|
|
212 |
test -f $(distdir)/$$file \
|
|
|
213 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
214 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
|
215 |
fi; \
|
|
|
216 |
done
|
|
|
217 |
cdb_get.o: cdb_get.cc cdb++.h ../mystring/mystring.h ../mystring/rep.h \
|
|
|
218 |
../mystring/iter.h ../mystring/join.h ../cdb++/datum.h \
|
|
|
219 |
../fdbuf/fdbuf.h ../../config.h ../fdbuf/fdibuf.h \
|
|
|
220 |
../fdbuf/fdobuf.h internal.h
|
|
|
221 |
cdb_getrec.o: cdb_getrec.cc cdb++.h ../mystring/mystring.h \
|
|
|
222 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
223 |
../cdb++/datum.h ../fdbuf/fdbuf.h ../../config.h \
|
|
|
224 |
../fdbuf/fdibuf.h ../fdbuf/fdobuf.h
|
|
|
225 |
cdb_make.o: cdb_make.cc cdb++.h ../mystring/mystring.h ../mystring/rep.h \
|
|
|
226 |
../mystring/iter.h ../mystring/join.h ../cdb++/datum.h \
|
|
|
227 |
../fdbuf/fdbuf.h ../../config.h ../fdbuf/fdibuf.h \
|
|
|
228 |
../fdbuf/fdobuf.h internal.h
|
|
|
229 |
cdb_reader.o: cdb_reader.cc cdb++.h ../mystring/mystring.h \
|
|
|
230 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
231 |
../cdb++/datum.h ../fdbuf/fdbuf.h ../../config.h \
|
|
|
232 |
../fdbuf/fdibuf.h ../fdbuf/fdobuf.h internal.h
|
|
|
233 |
cdb_writer.o: cdb_writer.cc cdb++.h ../mystring/mystring.h \
|
|
|
234 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
235 |
../cdb++/datum.h ../fdbuf/fdbuf.h ../../config.h \
|
|
|
236 |
../fdbuf/fdibuf.h ../fdbuf/fdobuf.h internal.h
|
|
|
237 |
datum.o: datum.cc datum.h ../fdbuf/fdbuf.h ../../config.h \
|
|
|
238 |
../fdbuf/fdibuf.h ../fdbuf/fdobuf.h ../mystring/mystring.h \
|
|
|
239 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h
|
|
|
240 |
|
|
|
241 |
info-am:
|
|
|
242 |
info: info-am
|
|
|
243 |
dvi-am:
|
|
|
244 |
dvi: dvi-am
|
|
|
245 |
check-am: all-am
|
|
|
246 |
check: check-am
|
|
|
247 |
installcheck-am:
|
|
|
248 |
installcheck: installcheck-am
|
|
|
249 |
install-exec-am:
|
|
|
250 |
install-exec: install-exec-am
|
|
|
251 |
|
|
|
252 |
install-data-am:
|
|
|
253 |
install-data: install-data-am
|
|
|
254 |
|
|
|
255 |
install-am: all-am
|
|
|
256 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
257 |
install: install-am
|
|
|
258 |
uninstall-am:
|
|
|
259 |
uninstall: uninstall-am
|
|
|
260 |
all-am: Makefile $(LIBRARIES)
|
|
|
261 |
all-redirect: all-am
|
|
|
262 |
install-strip:
|
|
2
|
263 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
0
|
264 |
installdirs:
|
|
|
265 |
|
|
|
266 |
|
|
|
267 |
mostlyclean-generic:
|
|
|
268 |
|
|
|
269 |
clean-generic:
|
|
|
270 |
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
271 |
|
|
|
272 |
distclean-generic:
|
|
|
273 |
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
|
274 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
275 |
|
|
|
276 |
maintainer-clean-generic:
|
|
|
277 |
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
|
|
|
278 |
mostlyclean-tags mostlyclean-generic
|
|
|
279 |
|
|
|
280 |
mostlyclean: mostlyclean-am
|
|
|
281 |
|
|
|
282 |
clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
|
|
|
283 |
mostlyclean-am
|
|
|
284 |
|
|
|
285 |
clean: clean-am
|
|
|
286 |
|
|
|
287 |
distclean-am: distclean-noinstLIBRARIES distclean-compile \
|
|
|
288 |
distclean-tags distclean-generic clean-am
|
|
|
289 |
|
|
|
290 |
distclean: distclean-am
|
|
|
291 |
|
|
|
292 |
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
|
|
|
293 |
maintainer-clean-compile maintainer-clean-tags \
|
|
|
294 |
maintainer-clean-generic distclean-am
|
|
|
295 |
@echo "This command is intended for maintainers to use;"
|
|
|
296 |
@echo "it deletes files that may require special tools to rebuild."
|
|
|
297 |
|
|
|
298 |
maintainer-clean: maintainer-clean-am
|
|
|
299 |
|
|
|
300 |
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
|
|
|
301 |
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
|
|
|
302 |
mostlyclean-compile distclean-compile clean-compile \
|
|
|
303 |
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
|
|
|
304 |
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
|
|
|
305 |
check-am installcheck-am installcheck install-exec-am install-exec \
|
|
|
306 |
install-data-am install-data install-am install uninstall-am uninstall \
|
|
|
307 |
all-redirect all-am all installdirs mostlyclean-generic \
|
|
|
308 |
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
|
309 |
mostlyclean distclean maintainer-clean
|
|
|
310 |
|
|
|
311 |
|
|
|
312 |
test: cdbtest
|
|
|
313 |
cdbtest: cdbtest.o libcdb++.a
|
|
|
314 |
$(CXX) $(CXXFLAGS) -o cdbtest cdbtest.o -L../misc -lmisc -L../mystring -lmystring -L. -lcdb++
|
|
|
315 |
cdbtest.o: cdbtest.cc cdb++.h
|
|
|
316 |
|
|
|
317 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
318 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
319 |
.NOEXPORT:
|