summaryrefslogtreecommitdiff
path: root/volk/volk.pc.in
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2010-12-07 18:50:28 -0500
committerTom Rondeau <trondeau@vt.edu>2010-12-07 18:50:28 -0500
commit239144659b29c0a5ecd83a34e0e57387a1060ed7 (patch)
tree3476e1c123da4696c64cc1756ddec5d971bcf9f2 /volk/volk.pc.in
parente13783aeb84a2c3656c3344a8d52fa2c9ee38a00 (diff)
Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a new SIMD library.
It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.
Diffstat (limited to 'volk/volk.pc.in')
-rw-r--r--volk/volk.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/volk/volk.pc.in b/volk/volk.pc.in
new file mode 100644
index 0000000000..a242988563
--- /dev/null
+++ b/volk/volk.pc.in
@@ -0,0 +1,15 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+LV_CXXFLAGS=@LV_CXXFLAGS@
+
+
+
+Name: volk
+Description: VOLK.. Vector Optimized Library of Kernels
+Requires:
+Version: @VERSION@
+Libs: -lvolk -lvolk_runtime
+Cflags: -I${includedir} ${LV_CXXFLAGS}
+