mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 08:38:35 +08:00
10 lines
397 B
Makefile
10 lines
397 B
Makefile
MYSRCPATHS = ../../common/zlib
|
|
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
|
|
MYINCLUDES = -I../../common/zlib
|
|
MYCFLAGS = -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-old-style-definition -Wno-implicit-fallthrough
|
|
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
|
|
#-DDEBUG -Dverbose=1
|
|
|
|
LIB_A = libz.a
|
|
|
|
include ../../Makefile.host
|