nothrflavour=gcc32
thrflavour=gcc32pthr
gsoap_prefix=/opt/gsoap
+gsplugin_version_checking=yes
CC=gcc
-include ../Makefile.inc
GSPLUGIN_DEBUG?=no
-GSPLUGIN_VERSION_CHECKING?=yes
version_info=-version-info `echo ${version} | cut -d. -f1,2 | tr . :`
TEST_LIBS:=-L${cppunit}/lib -lcppunit
TEST_INC:=-I${cppunit}/include
-ifeq ($(GSPLUGIN_DEBUG),yes)
+ifeq ($(gsplugin_version_checking),yes)
DEBUG:=-g -O0 -Wall -DGSPLUGIN_DEBUG
else
DEBUG:=-g -O0 -Wall
all compile: ${GSS_STATICLIB} ${GSS_LTLIB} ${GSS_THRSTATICLIB} ${GSS_THRLTLIB} ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} examples
+v:
+ echo "check: ${CHECK_GSOAP_VERSION}"
+ echo "DEBUG: ${DEBUG}"
+
check: compile check.gss
check.gss: test_gss
fprintf(stderr, "Client connect will work only with gSOAP v2.7.0e and later");
return ENOSYS;
}
+#else
+# warn "gSOAP version checking is switched off!"
#endif
ctx = ((int_plugin_data_t *)soap_lookup_plugin(soap, plugin_id))->ctx;