Archived
The top-level Makefile will build the library, the cbordump tool and possibly install them. Along with the buildsystem, tinycbor also gets a pkgconfig file and a version number. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: TinyCBOR
|
|
Description: A tiny CBOR encoder and decoder library
|
|
Version: @version@
|
|
Libs: -L${libdir} -ltinycbor
|
|
Cflags: -I${includedir}/tinycbor
|