mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
1952e5494d
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739697 13f79535-47bb-0310-9956-ffa450edef68
37 lines
414 B
Makefile
37 lines
414 B
Makefile
SUBDIRS = \
|
|
cpp
|
|
|
|
if WITH_MONO
|
|
SUBDIRS += csharp
|
|
endif
|
|
|
|
if WITH_JAVA
|
|
SUBDIRS += java
|
|
endif
|
|
|
|
if WITH_PYTHON
|
|
SUBDIRS += py
|
|
endif
|
|
|
|
if WITH_ERLANG
|
|
SUBDIRS += erl
|
|
endif
|
|
|
|
if WITH_RUBY
|
|
SUBDIRS += rb
|
|
endif
|
|
|
|
if WITH_PERL
|
|
SUBDIRS += perl
|
|
endif
|
|
|
|
# All of the libs that don't use Automake need to go in here
|
|
# so they will end up in our release tarballs.
|
|
EXTRA_DIST = \
|
|
cocoa \
|
|
hs \
|
|
ocaml \
|
|
php \
|
|
erl \
|
|
st
|