Merge pull request #596 from ldv-alt/dev
programs/Makefile: remove zstd-internal target
This commit is contained in:
+5
-9
@@ -83,8 +83,11 @@ all: zstd
|
|||||||
|
|
||||||
$(ZSTDDECOMP_O): CFLAGS += $(ALIGN_LOOP)
|
$(ZSTDDECOMP_O): CFLAGS += $(ALIGN_LOOP)
|
||||||
|
|
||||||
zstd-internal : CPPFLAGS += -DZSTD_LEGACY_SUPPORT=$(ZSTD_LEGACY_SUPPORT)
|
zstd : CPPFLAGS += $(ZLIBCPP)
|
||||||
zstd-internal : $(ZSTDLIB_OBJ) zstdcli.o fileio.o bench.o datagen.o dibio.o
|
zstd : LDFLAGS += $(ZLIBLD)
|
||||||
|
zstd-nogz : HAVE_ZLIB=0
|
||||||
|
zstd zstd-nogz : CPPFLAGS += -DZSTD_LEGACY_SUPPORT=$(ZSTD_LEGACY_SUPPORT)
|
||||||
|
zstd zstd-nogz : $(ZSTDLIB_OBJ) zstdcli.o fileio.o bench.o datagen.o dibio.o
|
||||||
ifeq ($(HAVE_ZLIB), 1)
|
ifeq ($(HAVE_ZLIB), 1)
|
||||||
@echo "==> building zstd with .gz decompression support "
|
@echo "==> building zstd with .gz decompression support "
|
||||||
else
|
else
|
||||||
@@ -95,13 +98,6 @@ ifneq (,$(filter Windows%,$(OS)))
|
|||||||
endif
|
endif
|
||||||
$(CC) $(FLAGS) $^ $(RES_FILE) -o zstd$(EXT) $(LDFLAGS)
|
$(CC) $(FLAGS) $^ $(RES_FILE) -o zstd$(EXT) $(LDFLAGS)
|
||||||
|
|
||||||
zstd-nogz : HAVE_ZLIB=0
|
|
||||||
zstd-nogz : zstd-internal
|
|
||||||
|
|
||||||
zstd : CPPFLAGS += $(ZLIBCPP)
|
|
||||||
zstd : LDFLAGS += $(ZLIBLD)
|
|
||||||
zstd : zstd-internal
|
|
||||||
|
|
||||||
zstd-release: DEBUGFLAGS :=
|
zstd-release: DEBUGFLAGS :=
|
||||||
zstd-release: zstd
|
zstd-release: zstd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user