Initial commit to Gerrit
[profile/ivi/orc.git] / orc.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/orc-@ORC_MAJORMINOR@
5 toolsdir=${exec_prefix}/bin
6
7
8 Name: orc-@ORC_MAJORMINOR@
9 Description: Library of Optimized Inner Loops Runtime Compiler
10 Version: @VERSION@
11 Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@
12 Libs.private: @LIBM@ @LIBRT@
13 Cflags: -I${includedir}
14
15 orcc=${toolsdir}/orcc@EXEEXT@
16