summaryrefslogtreecommitdiff
path: root/perf/Makefile.am
blob: a3c13ad4f85178227f326f98f084f7631219ec44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if BUILD_C
PERF_DIR_C = c
endif

if BUILD_CPP
PERF_DIR_CPP = cpp
endif

if BUILD_PYTHON
PERF_DIR_P = python
endif

if BUILD_JAVA
PERF_DIR_J = java
endif

if BUILD_RUBY
PERF_DIR_R = ruby
endif

SUBDIRS = $(PERF_DIR_C) $(PERF_DIR_CPP) $(PERF_DIR_P) \
    $(PERF_DIR_J) $(PERF_DIR_R)
DIST_SUBDIRS = c cpp python java ruby