mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 02:57:47 +01:00
19 lines
237 B
Makefile
19 lines
237 B
Makefile
if BUILD_PYTHON
|
|
DIR_P = python
|
|
endif
|
|
|
|
if BUILD_RUBY
|
|
DIR_R = ruby
|
|
endif
|
|
|
|
if BUILD_JAVA
|
|
DIR_J = java
|
|
endif
|
|
|
|
if BUILD_PERF
|
|
DIR_PERF = perf
|
|
endif
|
|
|
|
SUBDIRS = src $(DIR_P) $(DIR_R) $(DIR_J) $(DIR_PERF)
|
|
DIST_SUBDIRS = src python ruby java perf
|