Subversion Repositories SmartDukaan

Rev

Rev 30 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
30 ashish 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
 
20
SUBDIRS = \
21
  cpp
22
 
23
if WITH_MONO
24
SUBDIRS += csharp
25
endif
26
 
27
if WITH_JAVA
28
SUBDIRS += java
29
endif
30
 
31
if WITH_PYTHON
32
SUBDIRS += py
33
endif
34
 
35
if WITH_ERLANG
36
SUBDIRS += erl
37
endif
38
 
39
if WITH_RUBY
40
SUBDIRS += rb
41
endif
42
 
43
if WITH_PERL
44
SUBDIRS += perl
45
endif
46
 
47
# All of the libs that don't use Automake need to go in here
48
# so they will end up in our release tarballs.
49
EXTRA_DIST = \
50
  cocoa \
51
  hs    \
52
  ocaml \
53
  php   \
54
  erl   \
55
  st