0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-06 03:19:00 +08:00
libzmq/perf/Makefile.am
2010-02-27 14:18:02 +01:00

15 lines
191 B
Makefile

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