debugging" vector" and added regression test
[rrq/rrqmisc.git] / vector / Makefile
index f8b05a7fd908a4292a30613b1aada6ae61b2a847..76c8213c99a54b773f08a1e146608f3d92b3b27f 100644 (file)
@@ -1,14 +1,11 @@
 LIBRARY = libvector.a
-LIBOBJS = vector.o hashvector.o
-
-# This is overridable on command line
-VECTOR_LEVEL_BITS = 4
+LIBOBJS = vector.o hashvector.o fifovector.o
 
 default: $(LIBRARY)
 
 all: default
 
-CFLAGS = -Wall -g -fmax-errors=1 -DVECTOR_LEVEL_BITS=$(VECTOR_LEVEL_BITS)
+CFLAGS = -Wall -g -fmax-errors=1 -I.
 
 define STDCC
 .INTERMEDIATE: $1.o