# HG changeset patch # User mas01mc # Date 1318700752 0 # Node ID 512797443824d60bd8facdeb6b01877d0d3b1162 # Parent b9dbe4611ddec671f88479922b86878ffc1852a2 Restore original Makefile diff -r b9dbe4611dde -r 512797443824 Makefile --- a/Makefile Sat Oct 15 17:28:07 2011 +0000 +++ b/Makefile Sat Oct 15 17:45:52 2011 +0000 @@ -1,7 +1,7 @@ HELP2MAN=help2man GENGETOPT=gengetopt SOAPCPP2=soapcpp2 -GSOAP_INCLUDE=-I$(HOME)/src/gsoap-2.8/gsoap -L$(HOME)/src/gsoap-2.8/gsoap +GSOAP_INCLUDE=$(shell pkg-config --cflags gsoap++) GSOAP_CPP=$(shell pkg-config --libs gsoap++) GSL_INCLUDE=$(shell pkg-config --cflags gsl) LIBGSL=$(shell pkg-config --libs gsl) @@ -26,12 +26,8 @@ LIBRARY=lib$(EXECUTABLE).so.$(SOVERSION).$(MINORVERSION) SHARED_LIB_FLAGS=-shared -Wl,-soname,lib$(EXECUTABLE).so.$(SOVERSION) -# set for production operation override CFLAGS+=-g -O3 -fPIC -# set for debug operation -#override CFLAGS+=-ggdb -DDEBUG -fPIC - # set to generate profile (gprof) and coverage (gcov) info #override CFLAGS+=-fprofile-arcs -ftest-coverage -pg