commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4825 - in gnuradio/branches/developers/eb/ibu: config


From: eb
Subject: [Commit-gnuradio] r4825 - in gnuradio/branches/developers/eb/ibu: config mblock mblock/src mblock/src/tools
Date: Thu, 29 Mar 2007 21:34:47 -0600 (MDT)

Author: eb
Date: 2007-03-29 21:34:47 -0600 (Thu, 29 Mar 2007)
New Revision: 4825

Added:
   gnuradio/branches/developers/eb/ibu/mblock/src/tools/
   gnuradio/branches/developers/eb/ibu/mblock/src/tools/Makefile.am
Modified:
   gnuradio/branches/developers/eb/ibu/config/grc_mblock.m4
   gnuradio/branches/developers/eb/ibu/mblock/README
   gnuradio/branches/developers/eb/ibu/mblock/src/Makefile.am
Log:
added tools dir

Modified: gnuradio/branches/developers/eb/ibu/config/grc_mblock.m4
===================================================================
--- gnuradio/branches/developers/eb/ibu/config/grc_mblock.m4    2007-03-30 
01:32:14 UTC (rev 4824)
+++ gnuradio/branches/developers/eb/ibu/config/grc_mblock.m4    2007-03-30 
03:34:47 UTC (rev 4825)
@@ -24,7 +24,8 @@
        mblock/Makefile \
        mblock/doc/Makefile \
        mblock/src/Makefile \
-       mblock/src/lib/Makefile
+       mblock/src/lib/Makefile \
+       mblock/src/tools/Makefile
     ])
 
     passed=yes

Modified: gnuradio/branches/developers/eb/ibu/mblock/README
===================================================================
--- gnuradio/branches/developers/eb/ibu/mblock/README   2007-03-30 01:32:14 UTC 
(rev 4824)
+++ gnuradio/branches/developers/eb/ibu/mblock/README   2007-03-30 03:34:47 UTC 
(rev 4825)
@@ -1,5 +1,5 @@
 #
-# Copyright 2006 Free Software Foundation, Inc.
+# Copyright 2006,2007 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -20,3 +20,5 @@
 # 
 
 The "Message block" implementation, a work in progress...
+
+http://gnuradio.org/trac/wiki/MessageBlocks

Modified: gnuradio/branches/developers/eb/ibu/mblock/src/Makefile.am
===================================================================
--- gnuradio/branches/developers/eb/ibu/mblock/src/Makefile.am  2007-03-30 
01:32:14 UTC (rev 4824)
+++ gnuradio/branches/developers/eb/ibu/mblock/src/Makefile.am  2007-03-30 
03:34:47 UTC (rev 4825)
@@ -19,4 +19,4 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-SUBDIRS = lib
+SUBDIRS = tools lib


Property changes on: gnuradio/branches/developers/eb/ibu/mblock/src/tools
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo


Added: gnuradio/branches/developers/eb/ibu/mblock/src/tools/Makefile.am
===================================================================
--- gnuradio/branches/developers/eb/ibu/mblock/src/tools/Makefile.am            
                (rev 0)
+++ gnuradio/branches/developers/eb/ibu/mblock/src/tools/Makefile.am    
2007-03-30 03:34:47 UTC (rev 4825)
@@ -0,0 +1,19 @@
+#
+# Copyright 2007 Free Software Foundation, Inc.
+# 
+# This file is part of GNU Radio
+# 
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+# 
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#





reply via email to

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