mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
10e5847fa8
Signed-off-by: James Choi <chachoi@blackberry.com>
9 lines
127 B
Makefile
9 lines
127 B
Makefile
LIST=VARIANT
|
|
ifndef QRECURSE
|
|
QRECURSE=recurse.mk
|
|
ifdef QCONFIG
|
|
QRDIR=$(dir $(QCONFIG))
|
|
endif
|
|
endif
|
|
include $(QRDIR)$(QRECURSE)
|