[Pkg-electronics-commits] [gnucap] 01/11: import gnucap-conf.in from autotools branch
felix salfelder
felix-guest at moszumanska.debian.org
Fri Aug 5 13:16:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository gnucap.
commit 8ab37c2c7e0c6ce4a38c535ecfbc2cd85a5ad3d6
Author: Felix Salfelder <felix at salfelder.org>
Date: Tue May 26 15:30:42 2015 +0200
import gnucap-conf.in from autotools branch
---
gnucap-conf.in | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnucap-conf.in b/gnucap-conf.in
new file mode 100644
index 0000000..c639770
--- /dev/null
+++ b/gnucap-conf.in
@@ -0,0 +1,31 @@
+#!/bin/bash
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+
+case $1 in
+ "--cppflags")
+ echo -I at includedir@/gnucap
+ ;;
+ "--ldflags")
+ echo -L at libdir@ -lgnucap
+ ;;
+ "--includedir")
+ echo @includedir@/gnucap
+ ;;
+ "--libdir")
+ echo @libdir@
+ ;;
+ "--exec-prefix")
+ echo "@exec_prefix@"
+ ;;
+ "--data")
+ echo @datarootdir@
+ ;;
+ *)
+ echo $0 --cppflags
+ echo $0 --ldflags
+ echo $0 --libdir
+ echo $0 --exec-prefix
+ echo $0 --data
+esac
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list