comparison src/gsoap.mk @ 679:867c778bcf84

use automake for package gsoap
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 04 Feb 2010 23:18:51 +0100
parents b37283cb0a26
children 5b4a050ab741
comparison
equal deleted inserted replaced
678:dd87627dec30 679:867c778bcf84
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 22
23 # gsoap-1-link-dom.patch 23 # gsoap-link-dom.patch
24 # The code in dom.c(pp) is needed for some applications. 24 # The code in dom.c(pp) is needed for some applications.
25 # Patch adds to the libs for easy linking in mingw-cross-env. 25 # Patch adds to the libs for easy linking in mingw-cross-env.
26 # Rename dom.cpp to dom_cpp.cpp to prevent collision between 26 # Rename dom.cpp to dom_cpp.cpp to prevent collision between
27 # dom.c and dom.cpp at dom.o. 27 # dom.c and dom.cpp at dom.o.
28 28
29 # gsoap-2-autogen.patch 29 # Process changes to Makefile.am
30 # Need to process changes to Makefile.am. 30 cd '$(1)' && aclocal
31 # aclocal 31 cd '$(1)' && automake --add-missing
32 # automake --add-missing 32 cd '$(1)' && autoconf
33 # autoconf
34
35 # gsoap-3-lex-yacc.patch
36 # Tarball does not supply lex- and yacc-generated sources.
37 # This patch supplies them because mingw-cross-env does not
38 # require yacc or flex.
39 # These files must survive "make clean".
40 33
41 # Native build to get tools wsdl2h and soapcpp2 34 # Native build to get tools wsdl2h and soapcpp2
42 cd '$(1)' && ./configure 35 cd '$(1)' && ./configure
43 36
44 # Parallel bulds can fail 37 # Parallel bulds can fail