commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: jblum
Subject: [Commit-gnuradio] r9377 - in gnuradio/branches/developers/jblum/grc/grc/src: grc grc_gnuradio grc_gnuradio/utils
Date: Fri, 22 Aug 2008 18:30:24 -0600 (MDT)

Author: jblum
Date: 2008-08-22 18:30:23 -0600 (Fri, 22 Aug 2008)
New Revision: 9377

Modified:
   gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/Makefile.am
   
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/extract_docs.py
Log:
build_sources, also removed all redefine

Modified: gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am      
2008-08-23 00:12:36 UTC (rev 9376)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am      
2008-08-23 00:30:23 UTC (rev 9377)
@@ -37,7 +37,7 @@
        StateCache.py \
        Utils.py
 
-all: Constants.py
+BUILT_SOURCES = Constants.py
 
 Constants.py: Makefile Constants.py.in
        sed \
@@ -45,4 +45,4 @@
                -e 's|@address@hidden|$(grc_data_dir)|g' \
        address@hidden > $@
 
-MOSTLYCLEANFILES = Constants.py
+MOSTLYCLEANFILES = $(BUILT_SOURCES)

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-23 00:12:36 UTC (rev 9376)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/Makefile.am     
2008-08-23 00:30:23 UTC (rev 9377)
@@ -38,7 +38,7 @@
 
 docdir = $(prefix)/share/doc/@address@hidden@VERSION@
 
-all: Constants.py
+BUILT_SOURCES = Constants.py
 
 Constants.py: Makefile Constants.py.in
        sed \
@@ -48,4 +48,4 @@
                -e 's|@address@hidden|$(docdir)|g' \
        address@hidden > $@
        
-MOSTLYCLEANFILES = Constants.py
+MOSTLYCLEANFILES = $(BUILT_SOURCES)

Modified: 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/extract_docs.py
===================================================================
--- 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/extract_docs.py
   2008-08-23 00:12:36 UTC (rev 9376)
+++ 
gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/utils/extract_docs.py
   2008-08-23 00:30:23 UTC (rev 9377)
@@ -24,9 +24,6 @@
 from lxml import etree
 import os
 
-#NOTE: all in python 2.5 and up
-all = lambda args: sum(map(int, map(bool, args))) == len(args)
-
 DOXYGEN_NAME_XPATH = '/doxygen/compounddef/compoundname'
 DOXYGEN_BRIEFDESC_GR_XPATH = '/doxygen/compounddef/briefdescription'
 DOXYGEN_DETAILDESC_GR_XPATH = '/doxygen/compounddef/detaileddescription'





reply via email to

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