commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: jblum
Subject: [Commit-gnuradio] r9376 - in gnuradio/branches/developers/jblum/grc/grc/src: grc grc_gnuradio
Date: Fri, 22 Aug 2008 18:12:37 -0600 (MDT)

Author: jblum
Date: 2008-08-22 18:12:36 -0600 (Fri, 22 Aug 2008)
New Revision: 9376

Modified:
   gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/src/grc_gnuradio/Makefile.am
Log:
renamed gen_file

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:09:00 UTC (rev 9375)
+++ gnuradio/branches/developers/jblum/grc/grc/src/grc/Makefile.am      
2008-08-23 00:12:36 UTC (rev 9376)
@@ -37,14 +37,12 @@
        StateCache.py \
        Utils.py
 
-gen_file = Constants.py
+all: Constants.py
 
-all: $(gen_file)
-
-$(gen_file): Makefile $(gen_file).in
+Constants.py: Makefile Constants.py.in
        sed \
                -e 's|@address@hidden|@VERSION@|g' \
                -e 's|@address@hidden|$(grc_data_dir)|g' \
        address@hidden > $@
 
-MOSTLYCLEANFILES = $(gen_file)
+MOSTLYCLEANFILES = Constants.py

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





reply via email to

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