annotate vamp-sdk/vamp-sdk.pc.in @ 144:a4aad47aaf96

* Restructure output so that each file describes a plugin library rather than a single plugin (or at least, so that the base uri is for a library -- the file can still contain one or more plugins so long as they all come from the same library). * Make it possible to give the library name instead of individual plugin names on the command line to generate templates for entire library * Make program accept more than one plugin name, too
author cannam
date Fri, 20 Jun 2008 13:44:34 +0000
parents 9d3272c7db60
children 7fc1041daa9d
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-sdk
cannam@64 7 Version: 1.1.0
cannam@51 8 Description: Development library for Vamp audio analysis plugins
cannam@32 9 Libs: -L${libdir} -lvamp-sdk
cannam@32 10 Cflags: -I${includedir}