commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7245 - gnuradio/branches/developers/trondeau/ofdm2/gn


From: trondeau
Subject: [Commit-gnuradio] r7245 - gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen
Date: Sun, 23 Dec 2007 10:35:18 -0700 (MST)

Author: trondeau
Date: 2007-12-23 10:35:18 -0700 (Sun, 23 Dec 2007)
New Revision: 7245

Modified:
   
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.am
   
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.gen
   
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/generate_common.py
   
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/gengen_generated.i
Log:
fixing makefile stuff to remove threshold detector

Modified: 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.am
        2007-12-23 17:01:02 UTC (rev 7244)
+++ 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.am
        2007-12-23 17:35:18 UTC (rev 7245)
@@ -86,9 +86,6 @@
        gr_sub_XX.cc.t                  \
        gr_sub_XX.h.t                   \
        gr_sub_XX.i.t                   \
-       gr_threshold_detector_XX.cc.t   \
-       gr_threshold_detector_XX.h.t    \
-       gr_threshold_detector_XX.i.t    \
        gr_unpacked_to_packed_XX.cc.t   \
        gr_unpacked_to_packed_XX.h.t    \
        gr_unpacked_to_packed_XX.i.t    \

Modified: 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.gen
===================================================================
--- 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.gen
       2007-12-23 17:01:02 UTC (rev 7244)
+++ 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/Makefile.gen
       2007-12-23 17:35:18 UTC (rev 7245)
@@ -77,9 +77,6 @@
        gr_sub_ff.h \
        gr_sub_ii.h \
        gr_sub_ss.h \
-       gr_threshold_detector_fb.h \
-       gr_threshold_detector_ib.h \
-       gr_threshold_detector_sb.h \
        gr_unpacked_to_packed_bb.h \
        gr_unpacked_to_packed_ii.h \
        gr_unpacked_to_packed_ss.h \
@@ -170,9 +167,6 @@
        gr_sub_ff.i \
        gr_sub_ii.i \
        gr_sub_ss.i \
-       gr_threshold_detector_fb.i \
-       gr_threshold_detector_ib.i \
-       gr_threshold_detector_sb.i \
        gr_unpacked_to_packed_bb.i \
        gr_unpacked_to_packed_ii.i \
        gr_unpacked_to_packed_ss.i \
@@ -263,9 +257,6 @@
        gr_sub_ff.cc \
        gr_sub_ii.cc \
        gr_sub_ss.cc \
-       gr_threshold_detector_fb.cc \
-       gr_threshold_detector_ib.cc \
-       gr_threshold_detector_sb.cc \
        gr_unpacked_to_packed_bb.cc \
        gr_unpacked_to_packed_ii.cc \
        gr_unpacked_to_packed_ss.cc \

Modified: 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/generate_common.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/generate_common.py
 2007-12-23 17:01:02 UTC (rev 7244)
+++ 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/generate_common.py
 2007-12-23 17:35:18 UTC (rev 7245)
@@ -61,8 +61,7 @@
     ('gr_sample_and_hold_XX',       ('bb','ss','ii','ff')),
     ('gr_argmax_XX',                ('fs','is','ss')),
     ('gr_max_XX',                   ('ff','ii','ss')),
-    ('gr_peak_detector_XX',         ('fb','ib','sb')),
-    ('gr_threshold_detector_XX',    ('fb','ib','sb'))
+    ('gr_peak_detector_XX',         ('fb','ib','sb'))
     )
 
 

Modified: 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/gengen_generated.i
===================================================================
--- 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/gengen_generated.i
 2007-12-23 17:01:02 UTC (rev 7244)
+++ 
gnuradio/branches/developers/trondeau/ofdm2/gnuradio-core/src/lib/gengen/gengen_generated.i
 2007-12-23 17:35:18 UTC (rev 7245)
@@ -77,9 +77,6 @@
 #include <gr_sub_ff.h>
 #include <gr_sub_ii.h>
 #include <gr_sub_ss.h>
-#include <gr_threshold_detector_fb.h>
-#include <gr_threshold_detector_ib.h>
-#include <gr_threshold_detector_sb.h>
 #include <gr_unpacked_to_packed_bb.h>
 #include <gr_unpacked_to_packed_ii.h>
 #include <gr_unpacked_to_packed_ss.h>
@@ -170,9 +167,6 @@
 %include <gr_sub_ff.i>
 %include <gr_sub_ii.i>
 %include <gr_sub_ss.i>
-%include <gr_threshold_detector_fb.i>
-%include <gr_threshold_detector_ib.i>
-%include <gr_threshold_detector_sb.i>
 %include <gr_unpacked_to_packed_bb.i>
 %include <gr_unpacked_to_packed_ii.i>
 %include <gr_unpacked_to_packed_ss.i>





reply via email to

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