mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-04 04:55:27 +08:00
16 lines
176 B
Makefile
16 lines
176 B
Makefile
if BUILD_JAVA
|
|
DIR_J = java
|
|
endif
|
|
|
|
if BUILD_PYTHON
|
|
DIR_P = python
|
|
endif
|
|
|
|
if BUILD_RUBY
|
|
DIR_R = ruby
|
|
endif
|
|
|
|
SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R)
|
|
DIST_SUBDIRS = java python ruby
|
|
|