proxmark3/client/deps/jansson/Makefile

24 lines
430 B
Makefile
Raw Normal View History

MYSRCPATHS =
MYINCLUDES = -I.
2020-05-12 05:50:14 +08:00
MYCFLAGS = -Wno-unused-function -Wno-cast-align -Wno-bad-function-cast -Wno-switch-enum
MYDEFS = -DHAVE_STDINT_H
MYSRCS = \
2018-11-12 21:00:35 +08:00
dump.c \
error.c \
hashtable.c \
hashtable_seed.c \
load.c \
memory.c \
pack_unpack.c \
strbuffer.c \
strconv.c \
utf.c \
value.c
2018-11-12 21:00:35 +08:00
LIB_A = libjansson.a
2018-11-12 21:00:35 +08:00
2020-04-21 07:44:31 +08:00
# Transition: remove old directories and objects
MYCLEANOLDPATH = ../../jansson
2020-04-16 16:25:29 +08:00
include ../../../Makefile.host