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 | 1a14091 | 2008-06-11 01:16:37 +0000 | [diff] [blame] | 20 | SUBDIRS = |
David Reiss | 9ff3b9d | 2008-02-15 01:10:23 +0000 | [diff] [blame] | 21 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 22 | if WITH_PYTHON |
David Reiss | 1a14091 | 2008-06-11 01:16:37 +0000 | [diff] [blame] | 23 | SUBDIRS += py |
| 24 | endif |
| 25 | |
David Reiss | 8d07e1d | 2008-07-11 08:04:12 +0000 | [diff] [blame] | 26 | if WITH_RUBY |
Kevin Clark | 4bd8916 | 2008-07-08 00:47:49 +0000 | [diff] [blame] | 27 | SUBDIRS += rb |
| 28 | endif |
| 29 | |
David Reiss | 48141bf | 2009-03-18 23:59:56 +0000 | [diff] [blame] | 30 | |
| 31 | EXTRA_DIST = \ |
| 32 | cpp \ |
| 33 | threads \ |
| 34 | csharp \ |
| 35 | py \ |
| 36 | rb \ |
| 37 | perl \ |
| 38 | php \ |
| 39 | erl \ |
| 40 | hs \ |
| 41 | ocaml \ |
| 42 | AnnotationTest.thrift \ |
| 43 | BrokenConstants.thrift \ |
| 44 | ConstantsDemo.thrift \ |
| 45 | DebugProtoTest.thrift \ |
| 46 | DenseLinkingTest.thrift \ |
| 47 | DocTest.thrift \ |
| 48 | JavaBeansTest.thrift \ |
| 49 | ManyTypedefs.thrift \ |
| 50 | OptionalRequiredTest.thrift \ |
| 51 | SmallTest.thrift \ |
| 52 | StressTest.thrift \ |
| 53 | ThriftTest.thrift \ |
David Reiss | 351e22b | 2010-08-31 16:51:19 +0000 | [diff] [blame^] | 54 | FastbinaryTest.py |