blob: 6f4bb035235bd54c602db7a794925907cbffafc5 [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 Meier8909cbd2014-01-26 11:44:27 +010020SUBDIRS =
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
Chris Piro20c81ad2013-03-07 11:32:48 -050037SUBDIRS += py.tornado
David Reiss1a140912008-06-11 01:16:37 +000038endif
39
David Reiss8d07e1d2008-07-11 08:04:12 +000040if WITH_RUBY
Kevin Clark4bd89162008-07-08 00:47:49 +000041SUBDIRS += rb
42endif
43
Bryan Duxburyc6574472010-10-06 00:12:33 +000044if WITH_HASKELL
45SUBDIRS += hs
46endif
David Reiss48141bf2009-03-18 23:59:56 +000047
Jens Geyerf4598682014-05-08 23:18:44 +020048if WITH_GO
49SUBDIRS += go
50endif
51
alisdair sullivan06d0fa02014-08-05 19:54:57 -070052if WITH_ERLANG
53SUBDIRS += erl
54endif
55
Roger Meier99b36722012-05-03 21:21:43 +000056#
57# generate html for ThriftTest.thrift
58#
59check-local:
60 $(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift
61
David Reiss48141bf2009-03-18 23:59:56 +000062EXTRA_DIST = \
jfarrell8fd8c632014-07-10 09:14:51 -040063 keys \
Jake Farrell7c7a5e02012-10-11 00:29:11 +000064 test.sh \
jfarrell8fd8c632014-07-10 09:14:51 -040065 test.py \
66 tests.json \
David Reiss48141bf2009-03-18 23:59:56 +000067 cpp \
alisdair sullivan06d0fa02014-08-05 19:54:57 -070068 erl \
Jake Farrelle0c53162011-11-16 12:58:36 +000069 hs \
jfarrell8fd8c632014-07-10 09:14:51 -040070 lua \
Jake Farrelle0c53162011-11-16 12:58:36 +000071 ocaml \
72 perl \
73 php \
David Reiss48141bf2009-03-18 23:59:56 +000074 py \
Roger Meier50e43492010-10-08 17:46:06 +000075 py.twisted \
Chris Piro20c81ad2013-03-07 11:32:48 -050076 py.tornado \
David Reiss48141bf2009-03-18 23:59:56 +000077 rb \
Jake Farrelle0c53162011-11-16 12:58:36 +000078 threads \
David Reiss48141bf2009-03-18 23:59:56 +000079 AnnotationTest.thrift \
80 BrokenConstants.thrift \
81 ConstantsDemo.thrift \
82 DebugProtoTest.thrift \
83 DenseLinkingTest.thrift \
84 DocTest.thrift \
jfarrell102c6002013-08-15 21:20:19 -040085 Include.thrift \
David Reiss48141bf2009-03-18 23:59:56 +000086 JavaBeansTest.thrift \
Jake Farrell7c7a5e02012-10-11 00:29:11 +000087 ManyOptionals.thrift \
David Reiss48141bf2009-03-18 23:59:56 +000088 ManyTypedefs.thrift \
jfarrell8fd8c632014-07-10 09:14:51 -040089 NameConflictTest.thrift \
David Reiss48141bf2009-03-18 23:59:56 +000090 OptionalRequiredTest.thrift \
jfarrell8fd8c632014-07-10 09:14:51 -040091 Recursive.thrift \
92 ReuseObjects.thrift \
David Reiss48141bf2009-03-18 23:59:56 +000093 SmallTest.thrift \
94 StressTest.thrift \
95 ThriftTest.thrift \
jfarrell8fd8c632014-07-10 09:14:51 -040096 FastbinaryTest.py \
97 README.md