commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6273 - in gnuradio/branches/developers/jcorgan/t182:


From: jcorgan
Subject: [Commit-gnuradio] r6273 - in gnuradio/branches/developers/jcorgan/t182: . config gr-utils gr-utils/src gr-utils/src/lib gr-utils/src/python
Date: Sun, 2 Sep 2007 20:30:56 -0600 (MDT)

Author: jcorgan
Date: 2007-09-02 20:30:56 -0600 (Sun, 02 Sep 2007)
New Revision: 6273

Added:
   gnuradio/branches/developers/jcorgan/t182/config/grc_gr_utils.m4
   gnuradio/branches/developers/jcorgan/t182/gr-utils/
   gnuradio/branches/developers/jcorgan/t182/gr-utils/Makefile.am
   gnuradio/branches/developers/jcorgan/t182/gr-utils/src/
   gnuradio/branches/developers/jcorgan/t182/gr-utils/src/Makefile.am
   gnuradio/branches/developers/jcorgan/t182/gr-utils/src/lib/
   gnuradio/branches/developers/jcorgan/t182/gr-utils/src/lib/Makefile.am
   gnuradio/branches/developers/jcorgan/t182/gr-utils/src/python/
   gnuradio/branches/developers/jcorgan/t182/gr-utils/src/python/Makefile.am
Modified:
   gnuradio/branches/developers/jcorgan/t182/configure.ac
Log:
Create skeleton gr-utils component.

Added: gnuradio/branches/developers/jcorgan/t182/config/grc_gr_utils.m4
===================================================================
--- gnuradio/branches/developers/jcorgan/t182/config/grc_gr_utils.m4            
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/t182/config/grc_gr_utils.m4    
2007-09-03 02:30:56 UTC (rev 6273)
@@ -0,0 +1,32 @@
+# 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 3, 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 GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+
+AC_DEFUN([GRC_GR_UTILS],[
+    GRC_ENABLE([gr-utils])
+
+    AC_CONFIG_FILES([ \
+        gr-utils/Makefile \
+       gr-utils/src/Makefile \
+       gr-utils/src/lib/Makefile \
+       gr-utils/src/python/Makefile \
+    ])
+
+    passed=yes
+    GRC_BUILD_CONDITIONAL([gr-utils])
+])

Modified: gnuradio/branches/developers/jcorgan/t182/configure.ac
===================================================================
--- gnuradio/branches/developers/jcorgan/t182/configure.ac      2007-09-03 
02:22:28 UTC (rev 6272)
+++ gnuradio/branches/developers/jcorgan/t182/configure.ac      2007-09-03 
02:30:56 UTC (rev 6273)
@@ -218,6 +218,7 @@
 GRC_GR_QTGUI
 GRC_GR_WXGUI
 GRC_GR_SOUNDER                 dnl this must come after GRC_USRP
+GRC_GR_UTILS
 GRC_GNURADIO_EXAMPLES          dnl must come last
 
 # Each component is now either to be built, was skipped, or failed dependencies


Property changes on: gnuradio/branches/developers/jcorgan/t182/gr-utils
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/t182/gr-utils/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/t182/gr-utils/Makefile.am              
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/t182/gr-utils/Makefile.am      
2007-09-03 02:30:56 UTC (rev 6273)
@@ -0,0 +1,22 @@
+#
+# 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 3, 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 GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 
+
+SUBDIRS = src


Property changes on: gnuradio/branches/developers/jcorgan/t182/gr-utils/src
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/t182/gr-utils/src/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/t182/gr-utils/src/Makefile.am          
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/t182/gr-utils/src/Makefile.am  
2007-09-03 02:30:56 UTC (rev 6273)
@@ -0,0 +1,22 @@
+#
+# 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 3, 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 GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 
+
+SUBDIRS = lib python


Property changes on: gnuradio/branches/developers/jcorgan/t182/gr-utils/src/lib
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/t182/gr-utils/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/t182/gr-utils/src/lib/Makefile.am      
                        (rev 0)
+++ gnuradio/branches/developers/jcorgan/t182/gr-utils/src/lib/Makefile.am      
2007-09-03 02:30:56 UTC (rev 6273)
@@ -0,0 +1,20 @@
+#
+# 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 3, 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 GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 


Property changes on: 
gnuradio/branches/developers/jcorgan/t182/gr-utils/src/python
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/t182/gr-utils/src/python/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/t182/gr-utils/src/python/Makefile.am   
                        (rev 0)
+++ gnuradio/branches/developers/jcorgan/t182/gr-utils/src/python/Makefile.am   
2007-09-03 02:30:56 UTC (rev 6273)
@@ -0,0 +1,20 @@
+#
+# 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 3, 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 GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+# 





reply via email to

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