Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp-hostsdk.pc.in @ 433:f8a3bd2d86cb
Emscripten Makefile -- not done yet. Also need to factorise out all these common lists of source files.
author | Chris Cannam |
---|---|
date | Wed, 18 May 2016 16:15:09 +0100 |
parents | 5628c5ec4000 |
children | abdf03252c8a |
rev | line source |
---|---|
cannam@228 | 1 prefix=%PREFIX% |
cannam@228 | 2 exec_prefix=${prefix} |
cannam@228 | 3 libdir=${exec_prefix}/lib |
cannam@228 | 4 includedir=${prefix}/include |
cannam@228 | 5 |
cannam@228 | 6 Name: vamp-hostsdk |
Chris@410 | 7 Version: 2.6 |
cannam@228 | 8 Description: Development library for Vamp audio analysis plugin hosts |
cannam@280 | 9 Libs: -L${libdir} -lvamp-hostsdk -ldl |
cannam@228 | 10 Cflags: -I${includedir} |