new Makefile target zstdmt

dev
Yann Collet 2017-01-02 01:43:56 +01:00
parent f1cb55192c
commit cdb2763f4a
1 changed files with 5 additions and 1 deletions

View File

@ -130,6 +130,10 @@ gzstd: clean_decomp_o
&& $(MAKE) zstd; \
fi
zstdmt: CPPFLAGS += -DZSTD_PTHREAD
zstdmt: LDFLAGS += -lpthread
zstdmt: zstd
generate_res:
windres/generate_res.bat
@ -164,7 +168,7 @@ ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
MANDIR ?= $(PREFIX)/man/man1
else
MANDIR ?= $(PREFIX)/share/man/man1
endif
endif
INSTALL_PROGRAM ?= $(INSTALL) -m 755
INSTALL_SCRIPT ?= $(INSTALL) -m 755