proxmark3/client/deps/jansson/Makefile

25 lines
410 B
Makefile
Raw Normal View History

MYSRCPATHS =
MYINCLUDES = -I.
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE -Wno-unused-function
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 \
path.c \
value.c
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