xref: /relibc/openlibm/openlibm.pc.in (revision b5245817743e08d84f68f0e88cfa26bef8d9504b)
1exec_prefix=${prefix}
2includedir=${prefix}/include
3libdir=${exec_prefix}/lib
4
5Name: openlibm
6Version: ${version}
7URL: https://github.com/JuliaMath/openlibm
8Description: High quality system independent, open source libm.
9Cflags: -I${includedir}
10Libs: -L${libdir} -lopenlibm
11