mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
15 lines
203 B
Makefile
15 lines
203 B
Makefile
if BUILD_PYTHON
|
|
DIR_P = python
|
|
endif
|
|
|
|
if BUILD_RUBY
|
|
DIR_R = ruby
|
|
endif
|
|
|
|
if BUILD_JAVA
|
|
DIR_J = java
|
|
endif
|
|
|
|
SUBDIRS = src perf $(DIR_P) $(DIR_R) $(DIR_J)
|
|
DIST_SUBDIRS = src perf $(DIR_P) $(DIR_R) $(DIR_J)
|