0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-07 12:57:40 +08:00
libzmq/perf/Makefile.am

15 lines
191 B
Makefile
Raw Normal View History

2009-09-08 14:54:04 +02:00
if BUILD_C
PERF_DIR_C = c
endif
if BUILD_CPP
PERF_DIR_CPP = cpp
endif
if BUILD_JAVA
PERF_DIR_J = java
endif
2010-02-27 14:18:02 +01:00
SUBDIRS = $(PERF_DIR_C) $(PERF_DIR_CPP) $(PERF_DIR_J)
DIST_SUBDIRS = c cpp java