summaryrefslogtreecommitdiff
path: root/perf/Makefile.am
blob: 72d24be958d0b322ba4f0fbe5be6fe89ce4d067e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if BUILD_C
PERF_DIR_C = c
endif

if BUILD_CPP
PERF_DIR_CPP = cpp
endif

if BUILD_JAVA
PERF_DIR_J = java
endif

SUBDIRS = $(PERF_DIR_C) $(PERF_DIR_CPP) $(PERF_DIR_J)
DIST_SUBDIRS = c cpp java