fix zlibWrapper make test
This commit is contained in:
parent
7347869fb6
commit
6c111fa3da
6
zlibWrapper/.gitignore
vendored
6
zlibWrapper/.gitignore
vendored
@ -7,6 +7,12 @@ fitblk_zstd.*
|
|||||||
zwrapbench.*
|
zwrapbench.*
|
||||||
foo.gz
|
foo.gz
|
||||||
|
|
||||||
|
example
|
||||||
|
example_zstd
|
||||||
|
fitblk
|
||||||
|
fitblk_zstd
|
||||||
|
zwrapbench
|
||||||
|
|
||||||
# Misc files
|
# Misc files
|
||||||
*.bat
|
*.bat
|
||||||
*.zip
|
*.zip
|
||||||
|
@ -75,10 +75,10 @@ $(ZLIBWRAPPER_PATH)/zstdTurnedOn_zlibwrapper.o: $(ZLIBWRAPPER_PATH)/zstd_zlibwra
|
|||||||
$(CC) $(CFLAGS) -DZWRAP_USE_ZSTD=1 -I. -c -o $@ $(ZLIBWRAPPER_PATH)/zstd_zlibwrapper.c
|
$(CC) $(CFLAGS) -DZWRAP_USE_ZSTD=1 -I. -c -o $@ $(ZLIBWRAPPER_PATH)/zstd_zlibwrapper.c
|
||||||
|
|
||||||
$(ZSTDLIBDIR)/libzstd.a:
|
$(ZSTDLIBDIR)/libzstd.a:
|
||||||
$(MAKE) -C $(ZSTDLIBDIR) all
|
$(MAKE) -C $(ZSTDLIBDIR) libzstd.a
|
||||||
|
|
||||||
$(ZSTDLIBDIR)/libzstd.so:
|
$(ZSTDLIBDIR)/libzstd.so:
|
||||||
$(MAKE) -C $(ZSTDLIBDIR) all
|
$(MAKE) -C $(ZSTDLIBDIR) libzstd
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-$(RM) $(ZLIBWRAPPER_PATH)/*.o $(EXAMPLE_PATH)/*.o *.o *.exe foo.gz example example_zstd fitblk fitblk_zstd zwrapbench
|
-$(RM) $(ZLIBWRAPPER_PATH)/*.o $(EXAMPLE_PATH)/*.o *.o *.exe foo.gz example example_zstd fitblk fitblk_zstd zwrapbench
|
||||||
|
Loading…
Reference in New Issue
Block a user