Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp.pc.in @ 306:b923a3d9c3d5
* Update OS/X stuff in Makefiles, so as to build 3-way universal binaries
using 10.4 SDK (where available, or 10.5 otherwise -- though the choice
needs to be made by the user)
author | cannam |
---|---|
date | Fri, 13 Aug 2010 15:08:23 +0000 |
parents | c97e70ed5abc |
children | ebc47e614cf5 |
rev | line source |
---|---|
cannam@229 | 1 prefix=%PREFIX% |
cannam@229 | 2 exec_prefix=${prefix} |
cannam@229 | 3 libdir=${exec_prefix}/lib |
cannam@229 | 4 includedir=${prefix}/include |
cannam@229 | 5 |
cannam@229 | 6 Name: vamp |
cannam@290 | 7 Version: 2.1 |
cannam@229 | 8 Description: An API for audio analysis and feature extraction plugins |
cannam@229 | 9 Libs: |
cannam@229 | 10 Cflags: -I${includedir} |