Mercurial > hg > audiodb
view Makefile.osx @ 105:10feb98abebf
Miscellaneous small refactorings:
* conditionalise signals code on O2_DEBUG;
* move audioDB initializers to .h file;
* reindent code according to One True Coding Standard;
* query types live in a different namespace to DB flags; preserve all
values (for binary compatibility) but make that clearer in the header
file.
author | mas01cr |
---|---|
date | Fri, 05 Oct 2007 11:05:22 +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}