view Makefile.osx @ 95:6066d75a6d39

Rename expect_server_failure() to expect_client_failure(). Not that it's that much of a better name but at least no longer implies that we expect the server to fall over. What we expect is a server error code, and maybe eventually a client detection of that with friendly reporting to the user. Ha ha.
author mas01cr
date Wed, 03 Oct 2007 15:12:05 +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}