annotate vamp/vamp.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 2403ae53b8a5
children
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@51 7 Version: 1.0
cannam@32 8 Description: An API for audio analysis and feature extraction plugins
cannam@32 9 Libs:
cannam@32 10 Cflags: -I${includedir}