David Reiss | ea2cba8 | 2009-03-30 21:35:00 +0000 | [diff] [blame] | 1 | # |
| 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 Reiss | ea4c981 | 2010-08-31 16:51:21 +0000 | [diff] [blame] | 20 | SUBDIRS = |
| 21 | |
| 22 | if WITH_CPP |
| 23 | SUBDIRS += cpp |
| 24 | endif |
David Reiss | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 25 | |
Roger Meier | 213a664 | 2010-10-27 12:30:11 +0000 | [diff] [blame] | 26 | if WITH_C_GLIB |
| 27 | SUBDIRS += c_glib |
| 28 | endif |
| 29 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 30 | if WITH_MONO |
David Reiss | 1fdb592 | 2008-02-06 22:10:12 +0000 | [diff] [blame] | 31 | SUBDIRS += csharp |
| 32 | endif |
| 33 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 34 | if WITH_JAVA |
David Reiss | f8dcf03 | 2008-02-23 22:07:39 +0000 | [diff] [blame] | 35 | SUBDIRS += java |
Roger Meier | f249576 | 2011-03-17 19:13:36 +0000 | [diff] [blame] | 36 | # JavaScript unit test depends on java |
| 37 | # so test only if java, ant & co is available |
| 38 | SUBDIRS += js/test |
David Reiss | f8dcf03 | 2008-02-23 22:07:39 +0000 | [diff] [blame] | 39 | endif |
| 40 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 41 | if WITH_PYTHON |
David Reiss | 1a14091 | 2008-06-11 01:16:37 +0000 | [diff] [blame] | 42 | SUBDIRS += py |
| 43 | endif |
| 44 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 45 | if WITH_ERLANG |
David Reiss | 9f2a5d7 | 2008-06-11 01:15:45 +0000 | [diff] [blame] | 46 | SUBDIRS += erl |
Christopher Piro | b6f18c2 | 2008-03-04 07:09:12 +0000 | [diff] [blame] | 47 | endif |
| 48 | |
David Reiss | 8d07e1d | 2008-07-11 08:04:12 +0000 | [diff] [blame] | 49 | if WITH_RUBY |
Kevin Clark | 4bd8916 | 2008-07-08 00:47:49 +0000 | [diff] [blame] | 50 | SUBDIRS += rb |
| 51 | endif |
| 52 | |
Anthony F. Molinaro | a5df7c7 | 2010-09-27 17:22:17 +0000 | [diff] [blame] | 53 | if WITH_HASKELL |
| 54 | SUBDIRS += hs |
| 55 | endif |
| 56 | |
T Jake Luciani | 1952e54 | 2009-02-01 04:47:30 +0000 | [diff] [blame] | 57 | if WITH_PERL |
| 58 | SUBDIRS += perl |
| 59 | endif |
| 60 | |
Bryan Duxbury | 6a68187 | 2010-05-02 22:39:31 +0000 | [diff] [blame] | 61 | if WITH_PHP |
| 62 | SUBDIRS += php |
| 63 | endif |
| 64 | |
Jens Geyer | 0e87c46 | 2013-06-18 22:25:07 +0200 | [diff] [blame] | 65 | if WITH_GO |
| 66 | SUBDIRS += go |
| 67 | endif |
| 68 | |
Jake Farrell | b95b0ff | 2012-03-22 21:49:10 +0000 | [diff] [blame] | 69 | if WITH_D |
| 70 | SUBDIRS += d |
| 71 | endif |
| 72 | |
Roger Meier | 8909cbd | 2014-01-26 11:44:27 +0100 | [diff] [blame^] | 73 | if WITH_NODEJS |
| 74 | SUBDIRS += nodejs |
| 75 | endif |
| 76 | |
| 77 | |
David Reiss | b87d84d | 2008-07-11 08:02:29 +0000 | [diff] [blame] | 78 | # All of the libs that don't use Automake need to go in here |
| 79 | # so they will end up in our release tarballs. |
David Reiss | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 80 | EXTRA_DIST = \ |
Jake Farrell | e0c5316 | 2011-11-16 12:58:36 +0000 | [diff] [blame] | 81 | as3 \ |
| 82 | cocoa \ |
Jake Farrell | 7c7a5e0 | 2012-10-11 00:29:11 +0000 | [diff] [blame] | 83 | d \ |
Jake Farrell | e0c5316 | 2011-11-16 12:58:36 +0000 | [diff] [blame] | 84 | delphi \ |
Jake Farrell | e0c5316 | 2011-11-16 12:58:36 +0000 | [diff] [blame] | 85 | javame \ |
| 86 | js \ |
Jake Farrell | e0c5316 | 2011-11-16 12:58:36 +0000 | [diff] [blame] | 87 | ocaml \ |
| 88 | st |