rework fpga_compress & isolate zlib: use Makefile.host
This commit is contained in:
committed by
Philippe Teuwen
parent
43ffed1a26
commit
6ebae499aa
10
common/zlib/Makefile
Normal file
10
common/zlib/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
MYSRCPATHS = ../../common/zlib
|
||||
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
|
||||
MYINCLUDES = -I../../common/zlib
|
||||
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
||||
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
|
||||
#-DDEBUG -Dverbose=1
|
||||
|
||||
LIB_A = libz.a
|
||||
|
||||
include ../../Makefile.host
|
||||
Reference in New Issue
Block a user