AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) AM_INIT_AUTOMAKE(0.3) AM_CONFIG_HEADER(config.h) LINKCLIENTLIB="-L${AXISCPP_DEPLOY}/lib -laxiscpp_client -ldl" LDFLAGS="-lstdc++" AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LIBTOOL AC_OUTPUT(Makefile \ client/Makefile \ client/stubTest/Makefile \ client/stubTest/stubBase/Makefile \ client/interop/Makefile \ client/interop/round1/Makefile \ client/interop/round1/gen_src/Makefile \ client/threadSafe/Makefile \ client/threadSafe/gen_src/Makefile client/fault_mapping/Makefile \ client/fault_mapping/gen_src/Makefile \ client/exceptionTest/Makefile \ client/exceptionTest/gen_src/Makefile \ client/soapHeader/Makefile \ client/soapHeader/test1/Makefile \ client/soapHeader/test1/rpc/Makefile \ client/soapHeader/test2/Makefile \ client/soapHeader/test2/rpc/Makefile \ client/soapHeader/test3/Makefile \ client/soapHeader/test3/rpc/Makefile \ client/soapHeader/test4/Makefile \ client/soapHeader/test4/rpc/Makefile \ client/soapHeader/test6/Makefile \ client/soapHeader/test6/rpc/Makefile \ client/soapHeader/test8/Makefile \ client/soapHeader/test8/rpc/Makefile \ client/soapHeader/test9/Makefile \ client/soapHeader/test9/rpc/Makefile \ client/soapHeader/test10/Makefile \ client/soapHeader/test10/rpc/Makefile \ client/xsdAnyTest1/Makefile \ client/xsdAnyTest1/gen_src/Makefile \ client/httpHeader/Makefile \ client/httpHeader/test1/Makefile \ client/httpHeader/test1/rpc/Makefile \ client/httpHeader/test2/Makefile \ client/httpHeader/test2/rpc/Makefile \ client/httpHeader/test3/Makefile \ client/httpHeader/test3/rpc/Makefile \ client/httpHeader/test4/Makefile \ client/httpHeader/test4/rpc/Makefile \ client/httpHeader/test5/Makefile \ client/httpHeader/test5/rpc/Makefile \ client/httpHeader/test7/Makefile \ client/httpHeader/test7/rpc/Makefile \ client/httpHeader/test8/Makefile \ client/httpHeader/test8/rpc/Makefile \ server/Makefile \ server/exceptionTest/Makefile \ server/exceptionTest/gen_src/Makefile \ server/xsdAnyTest1/Makefile \ server/xsdAnyTest1/gen_src/Makefile)