summaryrefslogtreecommitdiff
path: root/orc.pc.in
blob: 2347be7af06b5da9051173f96f122d2c88e5c280 (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-@LIBOIL_MAJORMINOR@
toolsdir=${exec_prefix}/bin


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