commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6231 - in gnuradio/branches/features/deb: config debi


From: jcorgan
Subject: [Commit-gnuradio] r6231 - in gnuradio/branches/features/deb: config debian omnithread
Date: Thu, 30 Aug 2007 13:29:49 -0600 (MDT)

Author: jcorgan
Date: 2007-08-30 13:29:49 -0600 (Thu, 30 Aug 2007)
New Revision: 6231

Added:
   gnuradio/branches/features/deb/omnithread/gnuradio-omnithread.pc.in
Modified:
   gnuradio/branches/features/deb/config/grc_omnithread.m4
   gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.dirs
   gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.install
   gnuradio/branches/features/deb/omnithread/Makefile.am
Log:
Added pkgconfig file to libgnuradio-omnithread

Modified: gnuradio/branches/features/deb/config/grc_omnithread.m4
===================================================================
--- gnuradio/branches/features/deb/config/grc_omnithread.m4     2007-08-30 
19:26:39 UTC (rev 6230)
+++ gnuradio/branches/features/deb/config/grc_omnithread.m4     2007-08-30 
19:29:49 UTC (rev 6231)
@@ -22,6 +22,7 @@
 
     AC_CONFIG_FILES([ \
         omnithread/Makefile \
+       omnithread/gnuradio-omnithread.pc
     ])
     
     passed=yes

Modified: gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.dirs
===================================================================
--- gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.dirs       
2007-08-30 19:26:39 UTC (rev 6230)
+++ gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.dirs       
2007-08-30 19:29:49 UTC (rev 6231)
@@ -1,2 +1,4 @@
 usr/lib
+usr/lib/pkgconfig
 
+

Modified: 
gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.install
===================================================================
--- gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.install    
2007-08-30 19:26:39 UTC (rev 6230)
+++ gnuradio/branches/features/deb/debian/libgnuradio-omnithread0c2a.install    
2007-08-30 19:29:49 UTC (rev 6231)
@@ -1,3 +1,3 @@
 usr/lib/libgromnithread.la
 usr/lib/libgromnithread.so
-
+usr/lib/pkgconfig/gnuradio-omnithread.pc

Modified: gnuradio/branches/features/deb/omnithread/Makefile.am
===================================================================
--- gnuradio/branches/features/deb/omnithread/Makefile.am       2007-08-30 
19:26:39 UTC (rev 6230)
+++ gnuradio/branches/features/deb/omnithread/Makefile.am       2007-08-30 
19:29:49 UTC (rev 6231)
@@ -24,6 +24,9 @@
 # This is the omnithread package,
 #   extracted from the omniORB-4.0.1 distribution
 
+EXTRA_DIST = \
+    gnuradio-omnithread.pc.in
+
 # we should do some configure hacking to determine these on the fly
 OMNITHREAD_DEFINES = -DPthreadDraftVersion=10
 
@@ -49,6 +52,9 @@
 libgromnithread_la_LIBADD =            \
        $(PTHREAD_LIBS)
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gnuradio-omnithread.pc
+
 # ... but this code also came with the package
 
 EXTRA_DIST =                           \

Added: gnuradio/branches/features/deb/omnithread/gnuradio-omnithread.pc.in
===================================================================
--- gnuradio/branches/features/deb/omnithread/gnuradio-omnithread.pc.in         
                (rev 0)
+++ gnuradio/branches/features/deb/omnithread/gnuradio-omnithread.pc.in 
2007-08-30 19:29:49 UTC (rev 6231)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@/gnuradio
+
+Name: gnuradio-omnithread
+Description: The GNU Radio omniORB threading library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} 
+Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@





reply via email to

[Prev in Thread] Current Thread [Next in Thread]