2009-03-30 21:35:00 +00:00
|
|
|
#
|
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
# or more contributor license agreements. See the NOTICE file
|
|
|
|
# distributed with this work for additional information
|
|
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
|
|
# to you under the Apache License, Version 2.0 (the
|
|
|
|
# "License"); you may not use this file except in compliance
|
|
|
|
# with the License. You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing,
|
|
|
|
# software distributed under the License is distributed on an
|
|
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
# KIND, either express or implied. See the License for the
|
|
|
|
# specific language governing permissions and limitations
|
|
|
|
# under the License.
|
|
|
|
#
|
|
|
|
|
2008-06-11 01:16:37 +00:00
|
|
|
SUBDIRS =
|
2008-02-15 01:10:23 +00:00
|
|
|
|
2011-06-24 14:01:10 +00:00
|
|
|
if WITH_CPP
|
|
|
|
SUBDIRS += cpp
|
|
|
|
endif
|
|
|
|
|
2012-01-10 22:11:36 +00:00
|
|
|
if WITH_PERL
|
|
|
|
SUBDIRS += perl
|
|
|
|
endif
|
|
|
|
|
2008-06-11 01:16:53 +00:00
|
|
|
if WITH_PYTHON
|
2008-06-11 01:16:37 +00:00
|
|
|
SUBDIRS += py
|
2010-10-08 17:46:06 +00:00
|
|
|
SUBDIRS += py.twisted
|
2008-06-11 01:16:37 +00:00
|
|
|
endif
|
|
|
|
|
2008-07-11 08:04:12 +00:00
|
|
|
if WITH_RUBY
|
2008-07-08 00:47:49 +00:00
|
|
|
SUBDIRS += rb
|
|
|
|
endif
|
|
|
|
|
2010-10-06 00:12:33 +00:00
|
|
|
if WITH_HASKELL
|
|
|
|
SUBDIRS += hs
|
|
|
|
endif
|
2009-03-18 23:59:56 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
cpp \
|
|
|
|
csharp \
|
2011-11-16 12:58:36 +00:00
|
|
|
erl \
|
|
|
|
hs \
|
|
|
|
ocaml \
|
|
|
|
perl \
|
|
|
|
php \
|
2009-03-18 23:59:56 +00:00
|
|
|
py \
|
2010-10-08 17:46:06 +00:00
|
|
|
py.twisted \
|
2009-03-18 23:59:56 +00:00
|
|
|
rb \
|
2011-11-16 12:58:36 +00:00
|
|
|
threads \
|
2009-03-18 23:59:56 +00:00
|
|
|
AnnotationTest.thrift \
|
|
|
|
BrokenConstants.thrift \
|
|
|
|
ConstantsDemo.thrift \
|
|
|
|
DebugProtoTest.thrift \
|
|
|
|
DenseLinkingTest.thrift \
|
|
|
|
DocTest.thrift \
|
|
|
|
JavaBeansTest.thrift \
|
|
|
|
ManyTypedefs.thrift \
|
|
|
|
OptionalRequiredTest.thrift \
|
|
|
|
SmallTest.thrift \
|
|
|
|
StressTest.thrift \
|
|
|
|
ThriftTest.thrift \
|
2010-08-31 16:51:19 +00:00
|
|
|
FastbinaryTest.py
|