commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9486 - in gnuradio/branches/developers/jblum/grc_reor


From: jblum
Subject: [Commit-gnuradio] r9486 - in gnuradio/branches/developers/jblum/grc_reorganize/grc: data data/gui data/platforms src src/grc src/grc_gnuradio src/platforms src/utils
Date: Tue, 2 Sep 2008 15:09:00 -0600 (MDT)

Author: jblum
Date: 2008-09-02 15:08:59 -0600 (Tue, 02 Sep 2008)
New Revision: 9486

Added:
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/gui/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/gui/Makefile.am
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/Makefile.am
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/base/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/gui/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/python/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/gui/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/Makefile.am
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/base/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/python/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/utils/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/utils/Makefile.am
Removed:
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/grc/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/data/grc_gnuradio/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc/elements/
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc/gui/
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Block.py
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Connection.py
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Constants.py.in
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/FlowGraph.py
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Generator.py
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Param.py
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Platform.py
   
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Port.py
   gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/utils/
Log:
movin around directories

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/gui/Makefile.am 
(from rev 9481, 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/Makefile.am)
===================================================================
--- gnuradio/branches/developers/jblum/grc_reorganize/grc/data/gui/Makefile.am  
                        (rev 0)
+++ gnuradio/branches/developers/jblum/grc_reorganize/grc/data/gui/Makefile.am  
2008-09-02 21:08:59 UTC (rev 9486)
@@ -0,0 +1,24 @@
+#
+# Copyright 2008 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.
+#
+
+include $(top_srcdir)/grc/Makefile.inc
+
+SUBDIRS = grc grc_gnuradio

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/Makefile.am
 (from rev 9481, 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/Makefile.am)
===================================================================
--- 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/Makefile.am
                            (rev 0)
+++ 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/Makefile.am
    2008-09-02 21:08:59 UTC (rev 9486)
@@ -0,0 +1,24 @@
+#
+# Copyright 2008 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.
+#
+
+include $(top_srcdir)/grc/Makefile.inc
+
+SUBDIRS = grc grc_gnuradio

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/base (from 
rev 9481, gnuradio/branches/developers/jblum/grc_reorganize/grc/data/grc)

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/platforms/python 
(from rev 9481, 
gnuradio/branches/developers/jblum/grc_reorganize/grc/data/grc_gnuradio)

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Block.py

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Connection.py

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Constants.py.in

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/FlowGraph.py

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Generator.py

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Param.py

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Platform.py

Deleted: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio/Port.py

Copied: gnuradio/branches/developers/jblum/grc_reorganize/grc/src/gui (from rev 
9481, gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc/gui)

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/Makefile.am 
(from rev 9481, 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/Makefile.am)
===================================================================
--- 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/Makefile.am 
                            (rev 0)
+++ 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/Makefile.am 
    2008-09-02 21:08:59 UTC (rev 9486)
@@ -0,0 +1,24 @@
+#
+# Copyright 2008 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.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+SUBDIRS = grc grc_gnuradio

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/base (from 
rev 9481, 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc/elements)

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/platforms/python 
(from rev 9481, 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/grc_gnuradio)

Copied: 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/utils/Makefile.am 
(from rev 9481, 
gnuradio/branches/developers/jblum/grc_reorganize/grc/src/Makefile.am)
===================================================================
--- gnuradio/branches/developers/jblum/grc_reorganize/grc/src/utils/Makefile.am 
                        (rev 0)
+++ gnuradio/branches/developers/jblum/grc_reorganize/grc/src/utils/Makefile.am 
2008-09-02 21:08:59 UTC (rev 9486)
@@ -0,0 +1,24 @@
+#
+# Copyright 2008 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.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+SUBDIRS = grc grc_gnuradio





reply via email to

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