Use enum for variants; add "clone" and "find" and imporv doco
[rrq/rrqmisc.git] / vector / Makefile
index 0fb332e827317d0684e92bef571a038b3c5083b5..7c5268d0b7aa65ce6991d857489795c7c24d75f1 100644 (file)
@@ -1,11 +1,13 @@
 LIBRARY = libvector.a
 LIBOBJS = vector.o hashvector.o
+LIBOBJS += integeritem.o  stringitem.o  tupleitem.o
 
 default: $(LIBRARY)
 
 all: default
 
 CFLAGS = -Wall -g -fmax-errors=1 -I.
+LDLIBS = -lm
 
 define STDCC
 .INTERMEDIATE: $1.o