Mercurial > hg > audiodb
view Makefile.osx @ 118:c0789661f232 endian-neutral
Towards endian-neutrality, part 3.
The feature files have an integer expressing their dimensionality. If
it's out of bounds, but the byte-swapped version of it isn't, then
assume that we're reading a feature file created on an other-endian
machine, and silently (or verbosely, if verbosity is on) Do The Right
Thing.
author | mas01cr |
---|---|
date | Fri, 12 Oct 2007 11:52:28 +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}