commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9974 - in gnuradio/branches/developers/eb/gcell-wip:


From: eb
Subject: [Commit-gnuradio] r9974 - in gnuradio/branches/developers/eb/gcell-wip: config gcell gcell/lib/spu
Date: Tue, 11 Nov 2008 19:05:05 -0700 (MST)

Author: eb
Date: 2008-11-11 19:05:04 -0700 (Tue, 11 Nov 2008)
New Revision: 9974

Added:
   gnuradio/branches/developers/eb/gcell-wip/gcell/gcell_spu.pc.in
Modified:
   gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4
   gnuradio/branches/developers/eb/gcell-wip/gcell/
   gnuradio/branches/developers/eb/gcell-wip/gcell/Makefile.am
   gnuradio/branches/developers/eb/gcell-wip/gcell/gcell.pc.in
   gnuradio/branches/developers/eb/gcell-wip/gcell/lib/spu/Makefile.am
Log:
install gcell.pc and gcell_spu.pc

Modified: gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4       
2008-11-11 19:48:52 UTC (rev 9973)
+++ gnuradio/branches/developers/eb/gcell-wip/config/grc_gcell.m4       
2008-11-12 02:05:04 UTC (rev 9974)
@@ -62,6 +62,7 @@
     AC_CONFIG_FILES([ \
         gcell/Makefile \
         gcell/gcell.pc \
+        gcell/gcell_spu.pc \
        gcell/include/Makefile \
         gcell/include/gcell/Makefile \
         gcell/include/gcell/spu/Makefile \


Property changes on: gnuradio/branches/developers/eb/gcell-wip/gcell
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo
gcell.pc

   + Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo
gcell.pc
gcell_spu.pc


Modified: gnuradio/branches/developers/eb/gcell-wip/gcell/Makefile.am
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/gcell/Makefile.am 2008-11-11 
19:48:52 UTC (rev 9973)
+++ gnuradio/branches/developers/eb/gcell-wip/gcell/Makefile.am 2008-11-12 
02:05:04 UTC (rev 9974)
@@ -23,4 +23,6 @@
 SUBDIRS = include lib apps ibm
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA =
+pkgconfig_DATA = \
+       gcell.pc \
+       gcell_spu.pc

Modified: gnuradio/branches/developers/eb/gcell-wip/gcell/gcell.pc.in
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/gcell/gcell.pc.in 2008-11-11 
19:48:52 UTC (rev 9973)
+++ gnuradio/branches/developers/eb/gcell-wip/gcell/gcell.pc.in 2008-11-12 
02:05:04 UTC (rev 9974)
@@ -5,7 +5,7 @@
 
 Name: gcell
 Description: The GNU Radio SPE scheduler and RPC mechanism
-Requires: gnuradio-omnithread mblock
+Requires: gnuradio-omnithread
 Version: @VERSION@
 Libs: -L${libdir} -lgcell
 Cflags: -I${includedir} @DEFINES@

Added: gnuradio/branches/developers/eb/gcell-wip/gcell/gcell_spu.pc.in
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/gcell/gcell_spu.pc.in             
                (rev 0)
+++ gnuradio/branches/developers/eb/gcell-wip/gcell/gcell_spu.pc.in     
2008-11-12 02:05:04 UTC (rev 9974)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@spu
address@hidden@
+
+Name: gcell_spu
+Description: The GNU Radio SPE scheduler and RPC mechanism (SPU components)
+Requires: gcell
+Version: @VERSION@
+Libs: -L${libdir} -lgcell_spu
+Cflags: -I${includedir}

Modified: gnuradio/branches/developers/eb/gcell-wip/gcell/lib/spu/Makefile.am
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/gcell/lib/spu/Makefile.am 
2008-11-11 19:48:52 UTC (rev 9973)
+++ gnuradio/branches/developers/eb/gcell-wip/gcell/lib/spu/Makefile.am 
2008-11-12 02:05:04 UTC (rev 9974)
@@ -32,7 +32,7 @@
 IBM_SPU_SYNC_INCLUDES = -I$(top_srcdir)/gcell/ibm/sync/spu_source
 AM_CPPFLAGS = $(GCELL_SPU_INCLUDES) $(IBM_SPU_SYNC_INCLUDES)
 
-lib_LIBRARIES = libgcell_spu.a
+libspu_LIBRARIES = libgcell_spu.a
 
 # ----------------------------------------------------------------
 # files in the lib/runtime/spu directory
@@ -112,8 +112,10 @@
 # ----------------------------------------------------------------
 # build some SPU executables
 
+libspu_PROGRAMS = \
+       gcell_all
+
 noinst_PROGRAMS = \
-       gcell_all \
        gcell_runtime_qa \
        gcell_general_qa
 





reply via email to

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