summaryrefslogtreecommitdiff
path: root/orc.pc.in
blob: d1ffd2eb1b4e7cee0bb6f29166e0b12c639a9a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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@
Libs.private: @LIBM@ @LIBRT@ @PTHREAD_LIBS@
Cflags: -I${includedir}

orcc=${toolsdir}/orcc@EXEEXT@