Mercurial > hg > audiodb
view Makefile.osx @ 84:94b6fb73d2ee
Hack the right answer out of the L2Norm offset computation.
We need to subtract off the number vectors that we've just added, as
dbH->length has already been updated to reflect them.
author | mas01cr |
---|---|
date | Tue, 02 Oct 2007 13:16:00 +0000 |
parents | 6d899df0cfe4 |
children |
line wrap: on
line source
CFLAGS=-O3 LIBDIR= LIBS= SOAPDIR=bin_x86_osx/soapcpp-macosx-2.1.6 SOAPOBS=${SOAPDIR}/stdsoap2.o soapServer.cpp soapClient.cpp soapC.cpp CMDOBS=cmdline.c INCDIR=-I${SOAPDIR} all: audioDB.h audioDB.cpp ${SOAPOBS} ${CMDOBS} Makefile.osx ${SOAPDIR}/soapcpp2 audioDBws.h g++ -o audioDB ${CFLAGS} audioDB.cpp ${SOAPOBS} ${CMDOBS} ${CFLAGS} ${INCDIR} ${LIBDIR} ${LIBS}