using doxygen for documentation
[rrq/rrqmisc.git] / vector / Makefile
index f8b05a7fd908a4292a30613b1aada6ae61b2a847..7c5268d0b7aa65ce6991d857489795c7c24d75f1 100644 (file)
@@ -1,14 +1,13 @@
 LIBRARY = libvector.a
 LIBOBJS = vector.o hashvector.o
-
-# This is overridable on command line
-VECTOR_LEVEL_BITS = 4
+LIBOBJS += integeritem.o  stringitem.o  tupleitem.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