blob: 39ea85ab3aca741263c4efcee373aaffdcd40f74 [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 Reiss1a140912008-06-11 01:16:37 +000020SUBDIRS =
David Reiss9ff3b9d2008-02-15 01:10:23 +000021
David Reiss82c1bab2008-06-11 01:16:53 +000022if WITH_PYTHON
David Reiss1a140912008-06-11 01:16:37 +000023SUBDIRS += py
Roger Meier50e43492010-10-08 17:46:06 +000024SUBDIRS += py.twisted
David Reiss1a140912008-06-11 01:16:37 +000025endif
26
David Reiss8d07e1d2008-07-11 08:04:12 +000027if WITH_RUBY
Kevin Clark4bd89162008-07-08 00:47:49 +000028SUBDIRS += rb
29endif
30
Bryan Duxburyc6574472010-10-06 00:12:33 +000031if WITH_HASKELL
32SUBDIRS += hs
33endif
David Reiss48141bf2009-03-18 23:59:56 +000034
35EXTRA_DIST = \
36 cpp \
37 threads \
38 csharp \
39 py \
Roger Meier50e43492010-10-08 17:46:06 +000040 py.twisted \
David Reiss48141bf2009-03-18 23:59:56 +000041 rb \
42 perl \
43 php \
44 erl \
45 hs \
46 ocaml \
47 AnnotationTest.thrift \
48 BrokenConstants.thrift \
49 ConstantsDemo.thrift \
50 DebugProtoTest.thrift \
51 DenseLinkingTest.thrift \
52 DocTest.thrift \
53 JavaBeansTest.thrift \
54 ManyTypedefs.thrift \
55 OptionalRequiredTest.thrift \
56 SmallTest.thrift \
57 StressTest.thrift \
58 ThriftTest.thrift \
David Reiss351e22b2010-08-31 16:51:19 +000059 FastbinaryTest.py