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 | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 20 | SUBDIRS = \ |
David Reiss | 1a14091 | 2008-06-11 01:16:37 +0000 | [diff] [blame] | 21 | cpp |
David Reiss | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 22 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 23 | if WITH_MONO |
David Reiss | 1fdb592 | 2008-02-06 22:10:12 +0000 | [diff] [blame] | 24 | SUBDIRS += csharp |
| 25 | endif |
| 26 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 27 | if WITH_JAVA |
David Reiss | f8dcf03 | 2008-02-23 22:07:39 +0000 | [diff] [blame] | 28 | SUBDIRS += java |
| 29 | endif |
| 30 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 31 | if WITH_PYTHON |
David Reiss | 1a14091 | 2008-06-11 01:16:37 +0000 | [diff] [blame] | 32 | SUBDIRS += py |
| 33 | endif |
| 34 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 35 | if WITH_ERLANG |
David Reiss | 9f2a5d7 | 2008-06-11 01:15:45 +0000 | [diff] [blame] | 36 | SUBDIRS += erl |
Christopher Piro | b6f18c2 | 2008-03-04 07:09:12 +0000 | [diff] [blame] | 37 | endif |
| 38 | |
David Reiss | 8d07e1d | 2008-07-11 08:04:12 +0000 | [diff] [blame] | 39 | if WITH_RUBY |
Kevin Clark | 4bd8916 | 2008-07-08 00:47:49 +0000 | [diff] [blame] | 40 | SUBDIRS += rb |
| 41 | endif |
| 42 | |
T Jake Luciani | 1952e54 | 2009-02-01 04:47:30 +0000 | [diff] [blame] | 43 | if WITH_PERL |
| 44 | SUBDIRS += perl |
| 45 | endif |
| 46 | |
David Reiss | b87d84d | 2008-07-11 08:02:29 +0000 | [diff] [blame] | 47 | # All of the libs that don't use Automake need to go in here |
| 48 | # so they will end up in our release tarballs. |
David Reiss | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 49 | EXTRA_DIST = \ |
| 50 | cocoa \ |
David Reiss | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 51 | hs \ |
David Reiss | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 52 | ocaml \ |
David Reiss | 832b262 | 2007-12-28 18:25:33 +0000 | [diff] [blame] | 53 | php \ |
David Reiss | b87d84d | 2008-07-11 08:02:29 +0000 | [diff] [blame] | 54 | erl \ |
David Reiss | 3160971 | 2008-02-06 22:10:26 +0000 | [diff] [blame] | 55 | st |