Mercurial > hg > audiodb
view Makefile.osx @ 17:6d899df0cfe4
added Euclidean distance for sequences with -R (--radus) (via dot product of unit norm vectors), re-worked L2-norm behaviour, fixed a load of bugs there, fixed shingle norming. Cosine dist sequence match not working now because of L2 norm behaviour
author | mas01mc |
---|---|
date | Fri, 10 Aug 2007 04:52:33 +0000 |
parents | 9eab3e0f3068 |
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}