proxmark3/client/deps/jansson/Makefile
2020-04-24 16:43:21 +02:00

25 lines
384 B
Makefile

MYSRCPATHS =
MYINCLUDES = -I.
MYCFLAGS = -Wno-unused-function
MYDEFS = -DHAVE_STDINT_H
MYSRCS = \
dump.c \
error.c \
hashtable.c \
hashtable_seed.c \
load.c \
memory.c \
pack_unpack.c \
strbuffer.c \
strconv.c \
utf.c \
path.c \
value.c
LIB_A = libjansson.a
# Transition: remove old directories and objects
MYCLEANOLDPATH = ../../jansson
include ../../../Makefile.host