summarylogtreecommitdiffstats
path: root/libfiber.pc
diff options
context:
space:
mode:
Diffstat (limited to 'libfiber.pc')
-rw-r--r--libfiber.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/libfiber.pc b/libfiber.pc
new file mode 100644
index 000000000000..a43e896e238e
--- /dev/null
+++ b/libfiber.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libfiber
+Description: A User Space Threading Library Supporting Multi-Core Systems
+Version: 0
+Cflags: -I${includedir} -DARCH_x86_64 -m64
+Libs: -L${libdir} -lfiber