summaryrefslogtreecommitdiff
path: root/gmp.pc.in
diff options
context:
space:
mode:
authorHugh McMaster <hugh.mcmaster@outlook.com>2019-08-08 23:46:02 +1000
committerHugh McMaster <hugh.mcmaster@outlook.com>2019-08-08 23:46:02 +1000
commitbf168adc73fc64052cc089db102e82c586dbdb4e (patch)
treed80f87c98a4f558611dc4f0ee4e5b90edf38cd5d /gmp.pc.in
parent4faa42f8f74225598d242e05da807f0e24b87916 (diff)
downloadgmp-bf168adc73fc64052cc089db102e82c586dbdb4e.tar.gz
Generate and install a pkg-config file for the gmp library
Diffstat (limited to 'gmp.pc.in')
-rw-r--r--gmp.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/gmp.pc.in b/gmp.pc.in
new file mode 100644
index 000000000..bf1c799ad
--- /dev/null
+++ b/gmp.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+
+Name: @PACKAGE_NAME@
+Description: GNU Multiple Precision Arithmetic Library
+URL: https://gmplib.org
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lgmp