X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FMakefile;h=6d3da9202730c97e636444c9295515f3c6875d91;hb=58de9483c458a25a691d648ce13b81227c327d03;hp=76c8213c99a54b773f08a1e146608f3d92b3b27f;hpb=a0be49ff8fda77c328424c09d6d0ad4a9f7e8f66;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index 76c8213..6d3da92 100644 --- a/vector/Makefile +++ b/vector/Makefile @@ -1,11 +1,15 @@ LIBRARY = libvector.a -LIBOBJS = vector.o hashvector.o fifovector.o +LIBOBJS = Vector.o HashVector.o +LIBOBJS += Tuple.o TupleSchema.o integeritem.o stringitem.o +LIBOBJS += Relation.o +LIBOBJS += BindingTable.o Query.o default: $(LIBRARY) all: default CFLAGS = -Wall -g -fmax-errors=1 -I. +LDLIBS = -lm define STDCC .INTERMEDIATE: $1.o