summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-04-24 21:25:40 +0200
committerKarl Wette <karl.wette@ligo.org>2014-05-02 21:44:42 +0200
commitb6c1889c0891bebcbfd0256d445792a85de8cc91 (patch)
treeb9150484360925aeeae6ce0654ec975cf34573a8 /Makefile.in
parentd5b765d3888d82d8b6a420b80047278c81c4ef95 (diff)
downloadswig-b6c1889c0891bebcbfd0256d445792a85de8cc91.tar.gz
Fix {python|perl5|ruby|tcl}/java examples
- in Lib/gcj/cni.i: remove JvAllocObject(), change JvCreateJavaVM() argument from void* to JvVMInitArgs* - in Examples/{python|perl5|ruby|tcl}/java/Makefile: pass full class name to gcjh, add Example.h as dependency, do not override CXX for compiling C++ sources - in Examples/python/java/example.i: add destructor to class to prevent memory loss complaint
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2eb1326ea..06e4724c7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -252,7 +252,7 @@ java.actionexample:
echo "skipping Examples/$(LANGUAGE)/java $(ACTION) (gcj test)"; \
else \
echo $(ACTION)ing Examples/$(LANGUAGE)/java; \
- (cd Examples/$(LANGUAGE)/java && $(MAKE) $(FLAGS) $(chk-set-env) $(ACTION)) \
+ (cd Examples/$(LANGUAGE)/java && $(MAKE) $(FLAGS) $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE)) \
fi
# Checks testcases in the test-suite excluding those which are known to be broken