X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FMakefile;h=d5c718b64341a3deb1b25af9df2aeb48dd2da888;hb=c08a0975036f23f972a16a07efb0c07113c96d2e;hp=76c8213c99a54b773f08a1e146608f3d92b3b27f;hpb=a0be49ff8fda77c328424c09d6d0ad4a9f7e8f66;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index 76c8213..d5c718b 100644 --- a/vector/Makefile +++ b/vector/Makefile @@ -1,11 +1,13 @@ LIBRARY = libvector.a -LIBOBJS = vector.o hashvector.o fifovector.o +LIBOBJS = vector.o hashvector.o +LIBOBJS += integeritem.o stringitem.o tupleitem.o relation.o default: $(LIBRARY) all: default CFLAGS = -Wall -g -fmax-errors=1 -I. +LDLIBS = -lm define STDCC .INTERMEDIATE: $1.o