commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9348 - in gnuradio/branches/developers/jblum/grc/grc/


From: jblum
Subject: [Commit-gnuradio] r9348 - in gnuradio/branches/developers/jblum/grc/grc/src: grc grc/elements grc/gui grc/gui/elements grc_gnuradio grc_gnuradio/blks2 grc_gnuradio/usrp grc_gnuradio/utils grc_gnuradio/wxgui
Date: Tue, 19 Aug 2008 23:02:03 -0600 (MDT)

Author: jblum
Date: 2008-08-19 23:02:02 -0600 (Tue, 19 Aug 2008)
New Revision: 9348

Modified:
   gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc/elements/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/elements/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/blks2/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/usrp/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/Makefile.am
Log:
mostly clean

Modified: gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am      
2008-08-20 04:26:56 UTC (rev 9347)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am      
2008-08-20 05:02:02 UTC (rev 9348)
@@ -37,4 +37,4 @@
        StateCache.py \
        Utils.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc/elements/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/src/grc/elements/Makefile.am     
2008-08-20 04:26:56 UTC (rev 9347)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc/elements/Makefile.am     
2008-08-20 05:02:02 UTC (rev 9348)
@@ -33,4 +33,4 @@
        Platform.py \
        Port.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/Makefile.am  
2008-08-20 04:26:56 UTC (rev 9347)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/Makefile.am  
2008-08-20 05:02:02 UTC (rev 9348)
@@ -36,4 +36,4 @@
        NotebookPage.py \
        ParamsDialog.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/elements/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/elements/Makefile.am 
2008-08-20 04:26:56 UTC (rev 9347)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc/gui/elements/Makefile.am 
2008-08-20 05:02:02 UTC (rev 9348)
@@ -35,4 +35,4 @@
        Port.py \
        Utils.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/Makefile.am     
2008-08-20 04:26:56 UTC (rev 9347)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/Makefile.am     
2008-08-20 05:02:02 UTC (rev 9348)
@@ -36,4 +36,4 @@
        Param.py \
        Port.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/blks2/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/blks2/Makefile.am   
    2008-08-20 04:26:56 UTC (rev 9347)
+++ 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/blks2/Makefile.am   
    2008-08-20 05:02:02 UTC (rev 9348)
@@ -30,4 +30,4 @@
        queue.py \
        selector.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/usrp/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/usrp/Makefile.am    
    2008-08-20 04:26:56 UTC (rev 9347)
+++ 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/usrp/Makefile.am    
    2008-08-20 05:02:02 UTC (rev 9348)
@@ -27,4 +27,4 @@
        __init__.py \
        simple_usrp.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/Makefile.am   
    2008-08-20 04:26:56 UTC (rev 9347)
+++ 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/Makefile.am   
    2008-08-20 05:02:02 UTC (rev 9348)
@@ -29,4 +29,4 @@
        expr_utils.py \
        extract_docs.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/Makefile.am   
    2008-08-20 04:26:56 UTC (rev 9347)
+++ 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/wxgui/Makefile.am   
    2008-08-20 05:02:02 UTC (rev 9348)
@@ -28,4 +28,4 @@
        callback_controls.py \
        top_block_gui.py
 
-CLEANFILES = *.pyc
+MOSTLYCLEANFILES = *.pyc





reply via email to

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