Mercurial > hg > audiodb
view Makefile.osx @ 9:378c2483c926
Apparently, gengetopt only allows single dependencies between options.
Make -I/--INSERT (single insert) depend on -f/--features, and
-f/--features depend on -d/--database.
Slightly better error message for one failure mode
author | mas01cr |
---|---|
date | Wed, 25 Jul 2007 16:06:21 +0000 |
parents | 9eab3e0f3068 |
children | 6d899df0cfe4 |
line wrap: on
line source
CFLAGS=-ggdb 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}