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 | |
Roger Meier | 8909cbd | 2014-01-26 11:44:27 +0100 | [diff] [blame] | 20 | SUBDIRS = |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 21 | PRECROSS_TARGET = |
David Reiss | 9ff3b9d | 2008-02-15 01:10:23 +0000 | [diff] [blame] | 22 | |
Roger Meier | b3c8409 | 2014-09-01 21:53:40 +0200 | [diff] [blame] | 23 | if WITH_C_GLIB |
| 24 | SUBDIRS += c_glib |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 25 | PRECROSS_TARGET += precross-c_glib |
Roger Meier | b3c8409 | 2014-09-01 21:53:40 +0200 | [diff] [blame] | 26 | endif |
| 27 | |
Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 28 | if WITH_CPP |
| 29 | SUBDIRS += cpp |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 30 | PRECROSS_TARGET += precross-cpp |
Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 31 | endif |
| 32 | |
Roger Meier | 0580d8d | 2012-01-10 22:11:36 +0000 | [diff] [blame] | 33 | if WITH_PERL |
| 34 | SUBDIRS += perl |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 35 | PRECROSS_TARGET += precross-perl |
Roger Meier | 0580d8d | 2012-01-10 22:11:36 +0000 | [diff] [blame] | 36 | endif |
| 37 | |
Roger Meier | b33967b | 2012-01-21 09:18:05 +0000 | [diff] [blame] | 38 | if WITH_PHP |
| 39 | SUBDIRS += php |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 40 | PRECROSS_TARGET += precross-php |
Roger Meier | b33967b | 2012-01-21 09:18:05 +0000 | [diff] [blame] | 41 | endif |
| 42 | |
David Reiss | 82c1bab | 2008-06-11 01:16:53 +0000 | [diff] [blame] | 43 | if WITH_PYTHON |
David Reiss | 1a14091 | 2008-06-11 01:16:37 +0000 | [diff] [blame] | 44 | SUBDIRS += py |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 45 | PRECROSS_TARGET += precross-py |
Roger Meier | 50e4349 | 2010-10-08 17:46:06 +0000 | [diff] [blame] | 46 | SUBDIRS += py.twisted |
Chris Piro | 20c81ad | 2013-03-07 11:32:48 -0500 | [diff] [blame] | 47 | SUBDIRS += py.tornado |
David Reiss | 1a14091 | 2008-06-11 01:16:37 +0000 | [diff] [blame] | 48 | endif |
| 49 | |
David Reiss | 8d07e1d | 2008-07-11 08:04:12 +0000 | [diff] [blame] | 50 | if WITH_RUBY |
Kevin Clark | 4bd8916 | 2008-07-08 00:47:49 +0000 | [diff] [blame] | 51 | SUBDIRS += rb |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 52 | PRECROSS_TARGET += precross-rb |
Kevin Clark | 4bd8916 | 2008-07-08 00:47:49 +0000 | [diff] [blame] | 53 | endif |
| 54 | |
Bryan Duxbury | c657447 | 2010-10-06 00:12:33 +0000 | [diff] [blame] | 55 | if WITH_HASKELL |
| 56 | SUBDIRS += hs |
| 57 | endif |
David Reiss | 48141bf | 2009-03-18 23:59:56 +0000 | [diff] [blame] | 58 | |
Jens Geyer | bd52f1a | 2014-07-28 01:25:30 +0200 | [diff] [blame] | 59 | if WITH_HAXE |
| 60 | SUBDIRS += haxe |
| 61 | endif |
| 62 | |
Jens Geyer | f459868 | 2014-05-08 23:18:44 +0200 | [diff] [blame] | 63 | if WITH_GO |
| 64 | SUBDIRS += go |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 65 | PRECROSS_TARGET += precross-go |
Jens Geyer | f459868 | 2014-05-08 23:18:44 +0200 | [diff] [blame] | 66 | endif |
| 67 | |
alisdair sullivan | 06d0fa0 | 2014-08-05 19:54:57 -0700 | [diff] [blame] | 68 | if WITH_ERLANG |
| 69 | SUBDIRS += erl |
| 70 | endif |
| 71 | |
Roger Meier | 99b3672 | 2012-05-03 21:21:43 +0000 | [diff] [blame] | 72 | # |
| 73 | # generate html for ThriftTest.thrift |
| 74 | # |
| 75 | check-local: |
Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 76 | $(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift |
Roger Meier | 99b3672 | 2012-05-03 21:21:43 +0000 | [diff] [blame] | 77 | |
David Reiss | 48141bf | 2009-03-18 23:59:56 +0000 | [diff] [blame] | 78 | EXTRA_DIST = \ |
Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 79 | keys \ |
Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 80 | test.py \ |
| 81 | tests.json \ |
| 82 | c_glib \ |
| 83 | cpp \ |
| 84 | erl \ |
| 85 | hs \ |
| 86 | lua \ |
| 87 | ocaml \ |
| 88 | perl \ |
| 89 | php \ |
| 90 | py \ |
| 91 | py.twisted \ |
| 92 | py.tornado \ |
| 93 | rb \ |
| 94 | threads \ |
| 95 | AnnotationTest.thrift \ |
| 96 | BrokenConstants.thrift \ |
| 97 | ConstantsDemo.thrift \ |
| 98 | DebugProtoTest.thrift \ |
| 99 | DenseLinkingTest.thrift \ |
| 100 | DocTest.thrift \ |
| 101 | Include.thrift \ |
| 102 | JavaBeansTest.thrift \ |
| 103 | ManyOptionals.thrift \ |
| 104 | ManyTypedefs.thrift \ |
| 105 | NameConflictTest.thrift \ |
| 106 | OptionalRequiredTest.thrift \ |
| 107 | Recursive.thrift \ |
| 108 | ReuseObjects.thrift \ |
| 109 | SmallTest.thrift \ |
| 110 | StressTest.thrift \ |
| 111 | ThriftTest.thrift \ |
| 112 | FastbinaryTest.py \ |
| 113 | README.md |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 114 | |
| 115 | precross-%: |
| 116 | $(MAKE) -C $* precross |
Nobuaki Sukegawa | 03f0e18 | 2015-05-09 18:33:42 +0900 | [diff] [blame^] | 117 | precross: $(PRECROSS_TARGET) |