summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-12-05 18:25:05 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-12-05 18:25:05 +0100
commitb18cf69663f4bdb9670428cc9313563fbd61e7c6 (patch)
treeec7ddd235c86e9460cc98c5ddb91ef12cfd43efe /docs
parent66fad903848e34daa0384687243bbe59d19a2a2a (diff)
Move .pc files to ./docs/pc/
We want only C-source files in ./src and the documents ./docs directory is meant to contain any other sources. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/pc/libeloop.pc.in11
-rw-r--r--docs/pc/libtsm.pc.in11
-rw-r--r--docs/pc/libuterm.pc.in11
3 files changed, 33 insertions, 0 deletions
diff --git a/docs/pc/libeloop.pc.in b/docs/pc/libeloop.pc.in
new file mode 100644
index 0000000..b9dc895
--- /dev/null
+++ b/docs/pc/libeloop.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: eloop
+Description: Epoll-based Event-Loop Library
+URL: @PACKAGE_URL@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -leloop
+Cflags: -I${includedir}
diff --git a/docs/pc/libtsm.pc.in b/docs/pc/libtsm.pc.in
new file mode 100644
index 0000000..c113e64
--- /dev/null
+++ b/docs/pc/libtsm.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: tsm
+Description: Terminal-emulator State Machine
+URL: @PACKAGE_URL@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -ltsm
+Cflags: -I${includedir}
diff --git a/docs/pc/libuterm.pc.in b/docs/pc/libuterm.pc.in
new file mode 100644
index 0000000..cc2c5c8
--- /dev/null
+++ b/docs/pc/libuterm.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: uterm
+Description: User-space Terminal Video/Input/Hotplug/etc Helper Library
+URL: @PACKAGE_URL@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -luterm
+Cflags: -I${includedir}