changeset 769:512797443824

Restore original Makefile
author mas01mc
date Sat, 15 Oct 2011 17:45:52 +0000
parents b9dbe4611dde
children c54bc2ffbf92
files Makefile
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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