Lines Matching refs:GSOAP
120 GSOAP=""
2050 test_header "GSOAP compiler"
2051 if [ -z "$GSOAP" -a -z "$GSOAP_IMPORT" ]; then
2055 GSOAP=`pkg-config gsoapssl++ --variable=exec_prefix`
2056 GSOAP_IMPORT="$GSOAP/share/gsoap/import"
2057 if [ ! -d "$GSOAP_IMPORT" -a -d "$GSOAP/include/gsoap" ]; then
2058 GSOAP_IMPORT="$GSOAP/include/gsoap"
2061 cnf_append "VBOX_PATH_GSOAP" "$GSOAP"
2063 if [ -f "$GSOAP/share/gsoap/stdsoap2.cpp" ]; then
2064 cnf_append "VBOX_GSOAP_CXX_SOURCES" "$GSOAP/share/gsoap/stdsoap2.cpp"
2075 if [ -z "$GSOAP" ]; then
2076 GSOAP="/usr"
2078 if which_wrapper "$GSOAP/bin/soapcpp2" > /dev/null; then
2079 if which_wrapper "$GSOAP/bin/wsdl2h" > /dev/null; then
2080 if [ -f "$GSOAP/include/stdsoap2.h" ]; then
2084 GSOAP_IMPORT="$GSOAP/share/gsoap/import"
2085 if [ ! -d "$GSOAP_IMPORT" -a -d "$GSOAP/include/gsoap" ]; then
2086 GSOAP_IMPORT="$GSOAP/include/gsoap"
2091 cnf_append "VBOX_PATH_GSOAP" "$GSOAP"
2093 if [ -f "$GSOAP/share/gsoap/stdsoap2.cpp" ]; then
2094 cnf_append "VBOX_GSOAP_CXX_SOURCES" "$GSOAP/share/gsoap/stdsoap2.cpp"
2419 GSOAP=`echo $option | cut -d'=' -f2`