Mercurial > hg > audiodb
view Makefile.osx @ 131:3d931368fab3
Initial cut at a dump utility; binary-based for now.
Only very lightly tested; in particular, the times saving functionality
is completely untested at present. Restore functionality provided by a
shell script written as part of the dump process.
author | mas01cr |
---|---|
date | Fri, 19 Oct 2007 17:04:46 +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}