RelativePath="..\..\..\lib\decompress\huf_decompress.c"
>
</File>
- <File
- RelativePath="..\..\..\lib\compress\zbuff_compress.c"
- >
- </File>
- <File
- RelativePath="..\..\..\lib\decompress\zbuff_decompress.c"
- >
- </File>
<File
RelativePath="..\..\..\lib\common\zstd_common.c"
>
RelativePath="..\..\..\lib\common\mem.h"
>
</File>
- <File
- RelativePath="..\..\..\lib\common\zbuff_static.h"
- >
- </File>
<File
RelativePath="..\..\..\lib\zstd.h"
>
RelativePath="..\..\..\lib\common\xxhash.h"
>
</File>
- <File
- RelativePath="..\..\..\lib\common\zbuff_static.h"
- >
- </File>
<File
RelativePath="..\..\..\lib\dictBuilder\zdict.h"
>
RelativePath="..\..\..\lib\common\xxhash.c"
>
</File>
- <File
- RelativePath="..\..\..\lib\compress\zbuff_compress.c"
- >
- </File>
- <File
- RelativePath="..\..\..\lib\decompress\zbuff_decompress.c"
- >
- </File>
<File
RelativePath="..\..\..\lib\dictBuilder\zdict.c"
>
RelativePath="..\..\..\lib\common\xxhash.h"
>
</File>
- <File
- RelativePath="..\..\..\lib\common\zbuff.h"
- >
- </File>
- <File
- RelativePath="..\..\..\lib\common\zbuff_static.h"
- >
- </File>
<File
RelativePath="..\..\..\lib\dictBuilder\zdict.h"
>
RelativePath="..\..\..\lib\common\xxhash.c"
>
</File>
- <File
- RelativePath="..\..\..\lib\compress\zbuff_compress.c"
- >
- </File>
- <File
- RelativePath="..\..\..\lib\decompress\zbuff_decompress.c"
- >
- </File>
<File
RelativePath="..\..\..\lib\dictBuilder\zdict.c"
>
RelativePath="..\..\..\lib\common\xxhash.h"
>
</File>
- <File
- RelativePath="..\..\..\lib\common\zbuff.h"
- >
- </File>
- <File
- RelativePath="..\..\..\lib\common\zbuff_static.h"
- >
- </File>
<File
RelativePath="..\..\..\lib\dictBuilder\zdict.h"
>
FLAGS = $(CPPFLAGS) $(CFLAGS) $(MOREFLAGS)
-ZSTD_FILES := common/*.c compress/*.c decompress/*.c dictBuilder/*.c
+ZSTD_FILES := $(wildcard common/*.c compress/*.c decompress/*.c dictBuilder/*.c)
+ZSTD_EXCLUDE := compress/zbuff_compress.c decompress/zbuff_decompress.c
+ZSTD_FILES := $(filter-out $(ZSTD_EXCLUDE), $(ZSTD_FILES))
+
ifeq ($(ZSTD_LEGACY_SUPPORT), 0)
CPPFLAGS += -DZSTD_LEGACY_SUPPORT=0