git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3563d81
)
Debugging remote build.
glite-lb-ws-test_emi_0_debug
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 13 Dec 2010 13:07:36 +0000
(13:07 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 13 Dec 2010 13:07:36 +0000
(13:07 +0000)
org.glite.lb.ws-test/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.ws-test/Makefile
b/org.glite.lb.ws-test/Makefile
index
42ed623
..
ed498ec
100644
(file)
--- a/
org.glite.lb.ws-test/Makefile
+++ b/
org.glite.lb.ws-test/Makefile
@@
-63,6
+63,10
@@
${CEXAMPLES}: %: %.o ${WS_CLIENT_OBJS}
${LINK} -o $@ $@.o ${WS_CLIENT_OBJS} ${WS_CLIENT_LIBS}
%.o %.lo: %.c soap_version.h ${SOAP_FILES}
+ cat ${gsoap_prefix}/include/stdsoap2.h || true
+ cat ${gsoap_prefix}/stdsoap2.h || true
+ ${CC} ${CFLAGS} -H $< || true
+ ${CC} ${CFLAGS} -E $< || true
${COMPILE} -c $<
check: