1# *
2# *     Copyright (c) 2000-2006 Alberto Reggiori <areggiori@webweaving.org>
3# *                        Dirk-Willem van Gulik <dirkx@webweaving.org>
4# *
5# * NOTICE
6# *
7# * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
8# * file you should have received together with this source code. If you did not get a
9# * a copy of such a license agreement you can pick up one at:
10# *
11# *     http://rdfstore.sourceforge.net/LICENSE
12# *
13# *
14TFILE=`date +%Y-%m-%d`
15
16include ../dbms/arch.conf
17
18OBJS = ../dbms/libdbms/libdbms.o ../rdfstore_flat_store.o ../rdfstore_kernel.o ../rdfstore_bits.o ../rdfstore_utf8.o ../rdfstore_xsd.o ../rdfstore_digest.o ../rdfstore_ap_sha1.o ../rdfstore_compress.o ../rdfstore_log.o ../rdfstore_serializer.o ../rdfstore_iterator.o ../sflcomp.o ../my_compress.o ../fraenkel_compress.o ../backend_bdb_store.o ../backend_dbms_store.o ../backend_caching_store.o
19
20all:	db_stats
21
22clean:
23	rm -f db_stats
24
25db_stats: db_stats.c Makefile
26	$(CC) $(CFLAGS) $(INCLUDES) -I ../dbms/include -I ../dbms/client $(DEFINES) $(LIBS_DIR) $(OBJS)  -o db_stats db_stats.c