summaryrefslogtreecommitdiff
path: root/orc.pc.in
blob: e0cb517af7a05ed8729d8197602a8be7b2b855a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/orc-@ORC_MAJORMINOR@
toolsdir=${exec_prefix}/bin


Name: orc-@ORC_MAJORMINOR@
Description: Library of Optimized Inner Loops Runtime Compiler
Version: @VERSION@
Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
Cflags: -I${includedir}