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