# $Id: Makefile,v 1.6 2008-02-05 02:56:17 mike Exp $ all: build new: clean build build: db.ok tables.ok data.ok db.ok: create_db.mysql mysql -u root -p < create_db.mysql touch db.ok tables.ok: create_tables.mysql db.ok mysql -u'kr_admin' -p'kr_adm_3636' kr $@ chmod 400 $@ simple.d2m: base.d2m sample.d2m rm -f $@ cat base.d2m sample.d2m > $@ chmod 400 $@ cufts.d2m: cufts2d2m.pl rm -f $@ ./$< ../../archive/samples/data/cufts/CUFTS-indexdata > $@ chmod 400 $@ clean: rm -f tables.ok data.ok simple.mysql simple.d2m cufts.d2m realclean: clean rm -f db.ok