Bug #1414 » GNUmakefile.patch
GNUmakefile.new 2011-03-10 10:15:39.000000000 +0100 | ||
---|---|---|
5 | 5 |
all:tm_server tm_client |
6 | 6 | |
7 | 7 |
tm_server tm_client:force $(SOURCES) topology_manager.gpr |
8 |
gnatmake -XARCH=$(ARCH) -j4 -p -P topology_manager -L/usr/lib/mysql -L/usr/lib -lgnademysql -largs -lodbc
|
|
8 |
gnatmake -XARCH=$(ARCH) -j4 -p -P topology_manager -L/usr/lib/mysql -L/usr/lib -largs -lodbc |
|
9 | 9 |
|
10 | 10 |
#code_generation: |
11 | 11 |
#ada2wsdl -f -a http://localhost:6095 -o ../wsdl/TM_services.wsdl tm_services.ads -I/usr/share/ada/adainclude/gnade/ -I../../src/ |