# Generated automatically from Makefile.in by configure.
TOP = ../..
srcdir = /export/home/thor/thor/linux/../utils/tests
VPATH = /export/home/thor/thor/linux/../utils/tests

include $(TOP)/config/Makedefs

CCINCS = -I. -I$(srcdir) -I$(TOP) -I$(srcdir)/$(TOP)
CCCINCS = $(CCINCS)

SPEEDOPTS = -DUSE_MAP -UUSE_HMAP -UUSE_OPENMAP

CCCSRCS = \
    test_bitmap.cc \
    test_bool_vector.cc \
    test_random_permuter.cc

.SUFFIXES: .test

TESTS = $(CCCSRCS:.cc=.test)
TARGETS = $(TESTS)

all:

tests: $(TESTS)

../libutils.a:
	cd ../utils; $(MAKE) libutils.a

.cc.test:
	make $(<:.cc=.o)
	$(CCCLINKER) -o $@ $(<:.cc=.o) ../libutils.a $(EXTRALIBS)	

depend: $(GENERATED)
