blob: aaa497faf48a80e0ffd8685bc8b01415c30076df [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
Roger Meiereaa61d82012-01-12 21:38:29 +000020SUBDIRS = nodejs
David Reiss9ff3b9d2008-02-15 01:10:23 +000021
Roger Meierd3b9dca2011-06-24 14:01:10 +000022if WITH_CPP
23SUBDIRS += cpp
24endif
25
Roger Meier0580d8d2012-01-10 22:11:36 +000026if WITH_PERL
27SUBDIRS += perl
28endif
29
Roger Meierb33967b2012-01-21 09:18:05 +000030if WITH_PHP
31SUBDIRS += php
32endif
33
David Reiss82c1bab2008-06-11 01:16:53 +000034if WITH_PYTHON
David Reiss1a140912008-06-11 01:16:37 +000035SUBDIRS += py
Roger Meier50e43492010-10-08 17:46:06 +000036SUBDIRS += py.twisted
David Reiss1a140912008-06-11 01:16:37 +000037endif
38
David Reiss8d07e1d2008-07-11 08:04:12 +000039if WITH_RUBY
Kevin Clark4bd89162008-07-08 00:47:49 +000040SUBDIRS += rb
41endif
42
Bryan Duxburyc6574472010-10-06 00:12:33 +000043if WITH_HASKELL
44SUBDIRS += hs
45endif
David Reiss48141bf2009-03-18 23:59:56 +000046
Roger Meier99b36722012-05-03 21:21:43 +000047#
48# generate html for ThriftTest.thrift
49#
50check-local:
51 $(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift
52
David Reiss48141bf2009-03-18 23:59:56 +000053EXTRA_DIST = \
Jake Farrell7c7a5e02012-10-11 00:29:11 +000054 test.sh \
David Reiss48141bf2009-03-18 23:59:56 +000055 cpp \
David Reiss48141bf2009-03-18 23:59:56 +000056 csharp \
Jake Farrelle0c53162011-11-16 12:58:36 +000057 hs \
Roger Meiereaa61d82012-01-12 21:38:29 +000058 nodejs \
Jake Farrelle0c53162011-11-16 12:58:36 +000059 ocaml \
60 perl \
61 php \
David Reiss48141bf2009-03-18 23:59:56 +000062 py \
Roger Meier50e43492010-10-08 17:46:06 +000063 py.twisted \
David Reiss48141bf2009-03-18 23:59:56 +000064 rb \
Jake Farrelle0c53162011-11-16 12:58:36 +000065 threads \
David Reiss48141bf2009-03-18 23:59:56 +000066 AnnotationTest.thrift \
67 BrokenConstants.thrift \
68 ConstantsDemo.thrift \
69 DebugProtoTest.thrift \
70 DenseLinkingTest.thrift \
71 DocTest.thrift \
72 JavaBeansTest.thrift \
Jake Farrell7c7a5e02012-10-11 00:29:11 +000073 ManyOptionals.thrift \
David Reiss48141bf2009-03-18 23:59:56 +000074 ManyTypedefs.thrift \
75 OptionalRequiredTest.thrift \
76 SmallTest.thrift \
77 StressTest.thrift \
78 ThriftTest.thrift \
David Reiss351e22b2010-08-31 16:51:19 +000079 FastbinaryTest.py