Add "relation" implementation based on hashvector
[rrq/rrqmisc.git] / vector / Makefile
index edd309ff154c3dce8f94f1176e099cd64aed4f1e..d5c718b64341a3deb1b25af9df2aeb48dd2da888 100644 (file)
@@ -1,14 +1,13 @@
 LIBRARY = libvector.a
 LIBOBJS = vector.o hashvector.o
-
-# This is overridable on command line
-VECTOR_LEVEL_BITS = 8
+LIBOBJS += integeritem.o  stringitem.o  tupleitem.o relation.o
 
 default: $(LIBRARY)
 
 all: default
 
-CFLAGS = -Wall -g -fmax-errors=1 -DVECTOR_LEVEL_BITS=$(VECTOR_LEVEL_BITS)
+CFLAGS = -Wall -g -fmax-errors=1 -I.
+LDLIBS = -lm
 
 define STDCC
 .INTERMEDIATE: $1.o