From 21adc980159d2b34e1dd873376ef01929c56cdc4 Mon Sep 17 00:00:00 2001 From: xerial Date: Thu, 19 Jan 2017 14:28:06 -0800 Subject: [PATCH] Add make native-all --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9c5aa85..bbb4263 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,8 @@ snappy-jar-version:=snappy-java-$(shell perl -npe "s/version in ThisBuild\s+:=\s native: $(NATIVE_DLL) snappy: native $(TARGET)/$(snappy-jar-version).jar +native-all: win32 win64 mac64 native-arm linux-ppc64 linux-aarch64 + $(NATIVE_DLL): $(SNAPPY_SOURCE_CONFIGURED) $(SNAPPY_OUT)/$(LIBNAME) @mkdir -p $(@D) cp $(SNAPPY_OUT)/$(LIBNAME) $@