annotate vamp-sdk/vamp-hostsdk.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 120f88880347
rev   line source
cannam@51 1 prefix=%PREFIX%
cannam@51 2 exec_prefix=${prefix}
cannam@51 3 libdir=${exec_prefix}/lib
cannam@51 4 includedir=${prefix}/include
cannam@51 5
cannam@51 6 Name: vamp-hostsdk
cannam@64 7 Version: 1.1.0
cannam@51 8 Description: Development library for Vamp audio analysis plugin hosts
cannam@51 9 Libs: -L${libdir} -lvamp-hostsdk
cannam@51 10 Cflags: -I${includedir}