Mercurial > hg > vamp-plugin-sdk
annotate vamp/vamp.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 |
rev | line source |
---|---|
cannam@32 | 1 prefix=%PREFIX% |
cannam@32 | 2 exec_prefix=${prefix} |
cannam@32 | 3 libdir=${exec_prefix}/lib |
cannam@32 | 4 includedir=${prefix}/include |
cannam@32 | 5 |
cannam@32 | 6 Name: vamp |
cannam@32 | 7 Version: 0.9 |
cannam@32 | 8 Description: An API for audio analysis and feature extraction plugins |
cannam@32 | 9 Libs: |
cannam@32 | 10 Cflags: -I${includedir} |