X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FMakefile;h=7c5268d0b7aa65ce6991d857489795c7c24d75f1;hb=84fa20543ae0464a87fde599d1db66bfdbd29198;hp=edd309ff154c3dce8f94f1176e099cd64aed4f1e;hpb=5a02e98f44e95db2660e1468c5765d924af68534;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index edd309f..7c5268d 100644 --- a/vector/Makefile +++ b/vector/Makefile @@ -1,14 +1,13 @@ LIBRARY = libvector.a LIBOBJS = vector.o hashvector.o - -# This is overridable on command line -VECTOR_LEVEL_BITS = 8 +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