xref: /freebsd-14.2/lib/libcbor/Makefile (revision 1dfb2690)
12e85df65SEd Maste
22e85df65SEd MastePACKAGE=ssh
32e85df65SEd MasteLIB=	cbor
42e85df65SEd MastePRIVATELIB=
52e85df65SEd Maste
62e85df65SEd MasteDIST=${SRCTOP}/contrib/libcbor
72e85df65SEd Maste.PATH:	${DIST}/src
82e85df65SEd Maste
95d3e7166SEd MasteSRCS=	allocators.c
105d3e7166SEd MasteSRCS+=	cbor.c
112e85df65SEd MasteSRCS+=	cbor/arrays.c
122e85df65SEd MasteSRCS+=	cbor/bytestrings.c
132e85df65SEd MasteSRCS+=	cbor/callbacks.c
142e85df65SEd MasteSRCS+=	cbor/common.c
152e85df65SEd MasteSRCS+=	cbor/encoding.c
162e85df65SEd MasteSRCS+=	cbor/floats_ctrls.c
172e85df65SEd MasteSRCS+=	cbor/ints.c
182e85df65SEd MasteSRCS+=	cbor/maps.c
192e85df65SEd MasteSRCS+=	cbor/serialization.c
202e85df65SEd MasteSRCS+=	cbor/streaming.c
212e85df65SEd MasteSRCS+=	cbor/strings.c
222e85df65SEd MasteSRCS+=	cbor/tags.c
232e85df65SEd MasteSRCS+=	cbor/internal/builder_callbacks.c
242e85df65SEd MasteSRCS+=	cbor/internal/encoders.c
252e85df65SEd MasteSRCS+=	cbor/internal/loaders.c
262e85df65SEd MasteSRCS+=	cbor/internal/memory_utils.c
272e85df65SEd MasteSRCS+=	cbor/internal/stack.c
282e85df65SEd MasteSRCS+=	cbor/internal/unicode.c
292e85df65SEd Maste
302e85df65SEd MasteCFLAGS+= -I${DIST}/src -I${.CURDIR}
312e85df65SEd Maste
322e85df65SEd MasteWARNS?=	2
33*1dfb2690SJohn BaldwinIGNORE_PRAGMA=
342e85df65SEd MasteMAN=
352e85df65SEd Maste
362e85df65SEd Maste.include <bsd.lib.mk>
37