summaryrefslogtreecommitdiffstats
path: root/libtommath/libtommath.pc.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-31 15:07:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-31 15:07:57 (GMT)
commitb167e2845e3a2d5b2ffe3a877cb19c3f430aeacf (patch)
tree2d30ae4610d954d8d814f19ad4c3651196704220 /libtommath/libtommath.pc.in
parentad562484f0094b64a85de813c8576165badcc126 (diff)
downloadtcl-b167e2845e3a2d5b2ffe3a877cb19c3f430aeacf.zip
tcl-b167e2845e3a2d5b2ffe3a877cb19c3f430aeacf.tar.gz
tcl-b167e2845e3a2d5b2ffe3a877cb19c3f430aeacf.tar.bz2
Ignore libtommath/doc directory. Add some VS-related makefiles, useful for testing
Diffstat (limited to 'libtommath/libtommath.pc.in')
-rw-r--r--libtommath/libtommath.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libtommath/libtommath.pc.in b/libtommath/libtommath.pc.in
new file mode 100644
index 0000000..099b1cd
--- /dev/null
+++ b/libtommath/libtommath.pc.in
@@ -0,0 +1,10 @@
+prefix=@to-be-replaced@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: LibTomMath
+Description: public domain library for manipulating large integer numbers
+Version: @to-be-replaced@
+Libs: -L${libdir} -ltommath
+Cflags: -I${includedir}