Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/vamp-sdk.pc.in @ 32:13eae6cc6bac
* Add a function to look up the Vamp plugin path for the current platform.
* Add make install stage and pkgconfig files.
(This bit is rather Linux-specific.)
author | cannam |
---|---|
date | Mon, 31 Jul 2006 16:12:37 +0000 |
parents | |
children | 2403ae53b8a5 |
comparison
equal
deleted
inserted
replaced
31:0e7aa8fabd76 | 32:13eae6cc6bac |
---|---|
1 prefix=%PREFIX% | |
2 exec_prefix=${prefix} | |
3 libdir=${exec_prefix}/lib | |
4 includedir=${prefix}/include | |
5 | |
6 Name: vamp-sdk | |
7 Version: 0.9.5 | |
8 Description: Development libraries for Vamp audio analysis plugin API | |
9 Libs: -L${libdir} -lvamp-sdk | |
10 Cflags: -I${includedir} |