mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-07 21:05:34 +08:00
12 lines
128 B
Makefile
12 lines
128 B
Makefile
|
if BUILD_JAVA
|
||
|
DIR_J = java
|
||
|
endif
|
||
|
|
||
|
if BUILD_PYTHON
|
||
|
DIR_P = python
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(DIR_J) $(DIR_P)
|
||
|
DIST_SUBDIRS = java python
|
||
|
|