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