blob: 5751a2cf56ddffe33b2752acc30710f3d3218a4d [file] [log] [blame]
David Reissea2cba82009-03-30 21:35:00 +00001#
2# Licensed to the Apache Software Foundation (ASF) under one
3# or more contributor license agreements. See the NOTICE file
4# distributed with this work for additional information
5# regarding copyright ownership. The ASF licenses this file
6# to you under the Apache License, Version 2.0 (the
7# "License"); you may not use this file except in compliance
8# with the License. You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing,
13# software distributed under the License is distributed on an
14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15# KIND, either express or implied. See the License for the
16# specific language governing permissions and limitations
17# under the License.
18#
19
David Reissea4c9812010-08-31 16:51:21 +000020SUBDIRS =
21
22if WITH_CPP
23SUBDIRS += cpp
24endif
David Reiss832b2622007-12-28 18:25:33 +000025
Roger Meier213a6642010-10-27 12:30:11 +000026if WITH_C_GLIB
27SUBDIRS += c_glib
28endif
29
David Reiss82c1bab2008-06-11 01:16:53 +000030if WITH_MONO
David Reiss1fdb5922008-02-06 22:10:12 +000031SUBDIRS += csharp
32endif
33
David Reiss82c1bab2008-06-11 01:16:53 +000034if WITH_JAVA
David Reissf8dcf032008-02-23 22:07:39 +000035SUBDIRS += java
Roger Meierf2495762011-03-17 19:13:36 +000036# JavaScript unit test depends on java
37# so test only if java, ant & co is available
38SUBDIRS += js/test
David Reissf8dcf032008-02-23 22:07:39 +000039endif
40
David Reiss82c1bab2008-06-11 01:16:53 +000041if WITH_PYTHON
David Reiss1a140912008-06-11 01:16:37 +000042SUBDIRS += py
43endif
44
David Reiss82c1bab2008-06-11 01:16:53 +000045if WITH_ERLANG
David Reiss9f2a5d72008-06-11 01:15:45 +000046SUBDIRS += erl
Christopher Pirob6f18c22008-03-04 07:09:12 +000047endif
48
David Reiss8d07e1d2008-07-11 08:04:12 +000049if WITH_RUBY
Kevin Clark4bd89162008-07-08 00:47:49 +000050SUBDIRS += rb
51endif
52
Anthony F. Molinaroa5df7c72010-09-27 17:22:17 +000053if WITH_HASKELL
54SUBDIRS += hs
55endif
56
T Jake Luciani1952e542009-02-01 04:47:30 +000057if WITH_PERL
58SUBDIRS += perl
59endif
60
Bryan Duxbury6a681872010-05-02 22:39:31 +000061if WITH_PHP
62SUBDIRS += php
63endif
64
Jens Geyer0e87c462013-06-18 22:25:07 +020065if WITH_GO
66SUBDIRS += go
67endif
68
Jake Farrellb95b0ff2012-03-22 21:49:10 +000069if WITH_D
70SUBDIRS += d
71endif
72
Roger Meier8909cbd2014-01-26 11:44:27 +010073if WITH_NODEJS
74SUBDIRS += nodejs
75endif
76
Roger Meier6cf0ffc2014-04-05 00:45:42 +020077if WITH_LUA
78SUBDIRS += lua
79endif
Roger Meier8909cbd2014-01-26 11:44:27 +010080
David Reissb87d84d2008-07-11 08:02:29 +000081# All of the libs that don't use Automake need to go in here
82# so they will end up in our release tarballs.
David Reiss832b2622007-12-28 18:25:33 +000083EXTRA_DIST = \
Jens Geyer79f988c2014-10-03 20:42:54 +020084 as3 \
85 cocoa \
86 d \
87 delphi \
88 javame \
89 js \
90 ocaml \
91 st \
92 ts