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