19 lines
407 B
Makefile
19 lines
407 B
Makefile
|
ifndef QCONFIG
|
||
|
QCONFIG=qconfig.mk
|
||
|
endif
|
||
|
include $(QCONFIG)
|
||
|
|
||
|
CONFIGUREFLAGS += -C
|
||
|
CONFIGUREFLAGS += --prefix=/usr
|
||
|
#CONFIGUREFLAGS += --without-openssl
|
||
|
#CONFIGUREFLAGS += --disable-shared
|
||
|
CONFIGUREFLAGS += --with-openssl=$(USE_ROOT_$(OS))/usr
|
||
|
|
||
|
CCFLAGS += -Dstrndup=BUF_strndup
|
||
|
|
||
|
USEFILE=%1>%C --help
|
||
|
USETARGET=$(DESTDIR)/usr/bin/iperf3
|
||
|
|
||
|
include $(MKFILES_ROOT)/autotools.mk
|
||
|
include $(MKFILES_ROOT)/qtargets.mk
|