summaryrefslogtreecommitdiff
path: root/pmt
diff options
context:
space:
mode:
authorjcorgan2007-09-02 21:20:24 +0000
committerjcorgan2007-09-02 21:20:24 +0000
commit8af32097a1ebd90ca344e0e96616fd3be7a00af6 (patch)
treec7cd1559dd2819550bd204bed99609c98e1a757e /pmt
parent415910cb8d48e33edf3289e2ba7b4a7b7f352cdd (diff)
downloadgnuradio-8af32097a1ebd90ca344e0e96616fd3be7a00af6.tar.gz
gnuradio-8af32097a1ebd90ca344e0e96616fd3be7a00af6.tar.bz2
gnuradio-8af32097a1ebd90ca344e0e96616fd3be7a00af6.zip
Merged r6224:6268 from features/deb into trunk. Implements most of a Debian package generation system. EXPERIMENTAL.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6269 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'pmt')
-rw-r--r--pmt/Makefile.am6
-rw-r--r--pmt/pmt.pc.in11
2 files changed, 17 insertions, 0 deletions
diff --git a/pmt/Makefile.am b/pmt/Makefile.am
index 305102027..2c3de669f 100644
--- a/pmt/Makefile.am
+++ b/pmt/Makefile.am
@@ -21,5 +21,11 @@
include $(top_srcdir)/Makefile.common
+EXTRA_DIST = \
+ pmt.pc.in
+
SUBDIRS = src
DIST_SUBDIRS = src doc
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = pmt.pc
diff --git a/pmt/pmt.pc.in b/pmt/pmt.pc.in
new file mode 100644
index 000000000..e4a5e640c
--- /dev/null
+++ b/pmt/pmt.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: pmt
+Description: The GNU Radio Polymorphic Type library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lgromnithread
+Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@