blob: 1045237bf47dc415f6f7d1adc5658c122f9abbbb [file] [log] [blame]
David Reiss832b2622007-12-28 18:25:33 +00001SUBDIRS = \
David Reiss1a140912008-06-11 01:16:37 +00002 cpp
David Reiss832b2622007-12-28 18:25:33 +00003
David Reiss1fdb5922008-02-06 22:10:12 +00004if ENABLE_MONO
5SUBDIRS += csharp
6endif
7
David Reissf8dcf032008-02-23 22:07:39 +00008if ENABLE_JAVA
9SUBDIRS += java
10endif
11
David Reiss1a140912008-06-11 01:16:37 +000012if ENABLE_PYTHON
13SUBDIRS += py
14endif
15
Christopher Pirob6f18c22008-03-04 07:09:12 +000016if ENABLE_ERLANG
David Reiss9f2a5d72008-06-11 01:15:45 +000017SUBDIRS += erl
Christopher Pirob6f18c22008-03-04 07:09:12 +000018endif
19
David Reiss832b2622007-12-28 18:25:33 +000020EXTRA_DIST = \
21 cocoa \
David Reiss832b2622007-12-28 18:25:33 +000022 hs \
David Reiss832b2622007-12-28 18:25:33 +000023 ocaml \
24 perl \
25 php \
David Reiss31609712008-02-06 22:10:26 +000026 rb \
27 st