aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/gfsm.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/gfsm/gfsm.pc.in')
-rw-r--r--gfsm/gfsm/gfsm.pc.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/gfsm/gfsm/gfsm.pc.in b/gfsm/gfsm/gfsm.pc.in
new file mode 100644
index 0000000..0dd410d
--- /dev/null
+++ b/gfsm/gfsm/gfsm.pc.in
@@ -0,0 +1,26 @@
+# -*- Mode: Shell-Script -*-
+#
+# File: gfsm.pc
+# Description: pkg-config data, auto-generated
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+
+PACKAGE=@PACKAGE@
+datadir=@datadir@
+docdir=@docdir@
+pkgdocdir=@pkgdocdir@
+
+build_options=@CONFIG_OPTIONS@
+cflags=@CFLAGS@
+cppflags=-I@spkgincludedir@ @CPPFLAGS@
+ldadd=-lgfsm @gfsm_LIBS@
+
+
+Name: @PACKAGE@
+Description: abstract finite state machine library
+Version: @VERSION@
+Libs: -L${libdir} ${ldadd}
+Cflags: ${cppflags} ${cflags}