mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
f8dcf03416
If java, javac, and ant are all available, the Java library will be built as part of the standard make target. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665494 13f79535-47bb-0310-9956-ffa450edef68
22 lines
194 B
Makefile
22 lines
194 B
Makefile
SUBDIRS = \
|
|
cpp \
|
|
py
|
|
|
|
if ENABLE_MONO
|
|
SUBDIRS += csharp
|
|
endif
|
|
|
|
if ENABLE_JAVA
|
|
SUBDIRS += java
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
cocoa \
|
|
erl \
|
|
hs \
|
|
ocaml \
|
|
perl \
|
|
php \
|
|
rb \
|
|
st
|