summaryrefslogtreecommitdiff
path: root/test/haxe/Makefile.am
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-25 09:42:52 +0100
committerJens Geyer <jensg@apache.org>2021-03-17 20:42:29 +0100
commit2dcefadba853c9ad0ab5e908894213826ec3b43a (patch)
tree2b5f791d79d67538dbb7001673b43203fecea339 /test/haxe/Makefile.am
parent62beb6751d3c70f8db8fed4a3bb76e4ff3765c22 (diff)
downloadthrift-2dcefadba853c9ad0ab5e908894213826ec3b43a.tar.gz
THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZE
Client: haxe Patch: Jens Geyer This closes #2349
Diffstat (limited to 'test/haxe/Makefile.am')
-rw-r--r--test/haxe/Makefile.am16
1 files changed, 7 insertions, 9 deletions
diff --git a/test/haxe/Makefile.am b/test/haxe/Makefile.am
index 6c0483e9e..d37aaa77a 100644
--- a/test/haxe/Makefile.am
+++ b/test/haxe/Makefile.am
@@ -34,6 +34,13 @@ $(BIN_CPP): \
../../lib/haxe/src/org/apache/thrift/**/*.hx \
gen-haxe/thrift/test/ThriftTest.hx
$(HAXE) --cwd . cpp.hxml
+
+# $(HAXE) --cwd . csharp
+# $(HAXE) --cwd . flash
+# $(HAXE) --cwd . java
+# $(HAXE) --cwd . javascript
+# $(HAXE) --cwd . neko
+# $(HAXE) --cwd . python
$(BIN_PHP): \
src/*.hx \
@@ -49,15 +56,6 @@ $(BIN_PHP_WEB): \
-#TODO: other haxe targets
-# $(HAXE) --cwd . csharp
-# $(HAXE) --cwd . flash
-# $(HAXE) --cwd . java
-# $(HAXE) --cwd . javascript
-# $(HAXE) --cwd . neko
-# $(HAXE) --cwd . python # needs Haxe 3.2.0
-
-
clean-local:
$(RM) -r gen-haxe bin