comparison 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
comparison
equal deleted inserted replaced
31:0e7aa8fabd76 32:13eae6cc6bac
1 prefix=%PREFIX%
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: vamp
7 Version: 0.9
8 Description: An API for audio analysis and feature extraction plugins
9 Libs:
10 Cflags: -I${includedir}