Mercurial > hg > audiodb
view Makefile.osx @ 67:e13b4f62b4f5
Improve the test driver a little bit: display a short description file
if present, and exit with an error status if any test fails. (Also
slightly nicer formatting of incremental progress.)
author | mas01cr |
---|---|
date | Wed, 26 Sep 2007 14:18:07 +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}