Mercurial > hg > audiodb
annotate Makefile.osx @ 136:5bac833c41b5 audiodb-debian
Merge trunk changes -r146:155 to audio-debian branch.
Also minor adjustments to debian/ files for new .txt files, and new
debian/changelog version. (-13, for those keeping count at home...)
author | mas01cr |
---|---|
date | Tue, 23 Oct 2007 19:57:06 +0000 |
parents | 42498552b30c |
children |
rev | line source |
---|---|
mas01cr@0 | 1 |
mas01cr@23 | 2 CFLAGS=-O3 |
mas01cr@0 | 3 LIBDIR= |
mas01cr@0 | 4 LIBS= |
mas01cr@0 | 5 SOAPDIR=bin_x86_osx/soapcpp-macosx-2.1.6 |
mas01cr@0 | 6 SOAPOBS=${SOAPDIR}/stdsoap2.o soapServer.cpp soapClient.cpp soapC.cpp |
mas01cr@0 | 7 CMDOBS=cmdline.c |
mas01cr@0 | 8 INCDIR=-I${SOAPDIR} |
mas01cr@0 | 9 |
mas01cr@0 | 10 all: audioDB.h audioDB.cpp ${SOAPOBS} ${CMDOBS} Makefile.osx |
mas01cr@0 | 11 ${SOAPDIR}/soapcpp2 audioDBws.h |
mas01cr@0 | 12 g++ -o audioDB ${CFLAGS} audioDB.cpp ${SOAPOBS} ${CMDOBS} ${CFLAGS} ${INCDIR} ${LIBDIR} ${LIBS} |