blob: c949dc0912c961e7686540c0deeab9ffa69d7275 [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 Reiss832b2622007-12-28 18:25:33 +000020SUBDIRS = \
David Reiss1a140912008-06-11 01:16:37 +000021 cpp
David Reiss832b2622007-12-28 18:25:33 +000022
David Reiss82c1bab2008-06-11 01:16:53 +000023if WITH_MONO
David Reiss1fdb5922008-02-06 22:10:12 +000024SUBDIRS += csharp
25endif
26
David Reiss82c1bab2008-06-11 01:16:53 +000027if WITH_JAVA
David Reissf8dcf032008-02-23 22:07:39 +000028SUBDIRS += java
29endif
30
David Reiss82c1bab2008-06-11 01:16:53 +000031if WITH_PYTHON
David Reiss1a140912008-06-11 01:16:37 +000032SUBDIRS += py
33endif
34
David Reiss82c1bab2008-06-11 01:16:53 +000035if WITH_ERLANG
David Reiss9f2a5d72008-06-11 01:15:45 +000036SUBDIRS += erl
Christopher Pirob6f18c22008-03-04 07:09:12 +000037endif
38
David Reiss8d07e1d2008-07-11 08:04:12 +000039if WITH_RUBY
Kevin Clark4bd89162008-07-08 00:47:49 +000040SUBDIRS += rb
41endif
42
T Jake Luciani1952e542009-02-01 04:47:30 +000043if WITH_PERL
44SUBDIRS += perl
45endif
46
Bryan Duxbury6a681872010-05-02 22:39:31 +000047if WITH_PHP
48SUBDIRS += php
49endif
50
David Reissb87d84d2008-07-11 08:02:29 +000051# All of the libs that don't use Automake need to go in here
52# so they will end up in our release tarballs.
David Reiss832b2622007-12-28 18:25:33 +000053EXTRA_DIST = \
54 cocoa \
David Reiss8f293f92010-05-07 20:08:03 +000055 hs \
David Reiss832b2622007-12-28 18:25:33 +000056 ocaml \
David Reiss8f293f92010-05-07 20:08:03 +000057 php \
58 erl \
David Reissf5d650a2010-05-07 20:08:06 +000059 js \
60 as3 \
David Reiss31609712008-02-06 22:10:26 +000061 st