summaryrefslogtreecommitdiffstats
path: root/ffts.pc.in
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-10-11 19:16:45 +1300
committerAnthony Blake <anthonix@me.com>2012-10-11 19:16:45 +1300
commit5492e04ed602c46b9f39110907f90f796499b237 (patch)
tree8d3d455da678ef6fd8871db0cc4b2d25c49351a4 /ffts.pc.in
parent11c42fab7cda9d63f763962970fbac754b2192de (diff)
downloadffts-5492e04ed602c46b9f39110907f90f796499b237.zip
ffts-5492e04ed602c46b9f39110907f90f796499b237.tar.gz
Misc
Diffstat (limited to 'ffts.pc.in')
-rw-r--r--ffts.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ffts.pc.in b/ffts.pc.in
new file mode 100644
index 0000000..985e5f8
--- /dev/null
+++ b/ffts.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: FFTS
+Description: fast Fourier transform library
+Version: @VERSION@
+Libs: -L${libdir} -lffts -lm
+Cflags: -I${includedir}/ffts
OpenPOWER on IntegriCloud