commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4509 - in gnuradio/branches/developers/n4hy/ofdm2/gr-


From: n4hy
Subject: [Commit-gnuradio] r4509 - in gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block: config doc
Date: Mon, 19 Feb 2007 12:38:49 -0700 (MST)

Author: n4hy
Date: 2007-02-19 12:38:48 -0700 (Mon, 19 Feb 2007)
New Revision: 4509

Modified:
   
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/config/lf_cxx.m4
   
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/doc/Makefile.am
Log:
updating ofdm2

Modified: 
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/config/lf_cxx.m4
===================================================================
--- 
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/config/lf_cxx.m4 
    2007-02-19 19:38:14 UTC (rev 4508)
+++ 
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/config/lf_cxx.m4 
    2007-02-19 19:38:48 UTC (rev 4509)
@@ -85,7 +85,7 @@
 
   dnl Test whether C++ has std::isnan
   AC_MSG_CHECKING(whether C++ has std::isnan)
-  AC_TRY_COMPILE([#include <math.h>], [
+  AC_TRY_COMPILE([#include <cmath>], [
    std::isnan(0);
 ], [ AC_MSG_RESULT(yes)
        AC_DEFINE(CXX_HAS_STD_ISNAN,[],[Define if has std::isnan]) ],

Modified: 
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/doc/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/doc/Makefile.am  
    2007-02-19 19:38:14 UTC (rev 4508)
+++ 
gnuradio/branches/developers/n4hy/ofdm2/gr-howto-write-a-block/doc/Makefile.am  
    2007-02-19 19:38:48 UTC (rev 4509)
@@ -1,5 +1,5 @@
 #
-# Copyright 2004,2005 Free Software Foundation, Inc.
+# Copyright 2004,2005,2007 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -54,19 +54,19 @@
 
 
 gr_block.h.xml: $(GNURADIO_CORE_INCLUDEDIR)/gr_block.h make_numbered_listing.py
-       ./make_numbered_listing.py $(GNURADIO_CORE_INCLUDEDIR)/gr_block.h
+       $(PYTHON) ./make_numbered_listing.py 
$(GNURADIO_CORE_INCLUDEDIR)/gr_block.h
 
 howto_square_ff.cc.xml: $(top_srcdir)/src/lib/howto_square_ff.cc 
make_numbered_listing.py
-       ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square_ff.cc 
+       $(PYTHON) ./make_numbered_listing.py 
$(top_srcdir)/src/lib/howto_square_ff.cc 
 
 howto_square_ff.h.xml: $(top_srcdir)/src/lib/howto_square_ff.h 
make_numbered_listing.py
-       ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square_ff.h 
+       $(PYTHON) ./make_numbered_listing.py 
$(top_srcdir)/src/lib/howto_square_ff.h 
 
 howto_square2_ff.cc.xml: $(top_srcdir)/src/lib/howto_square2_ff.cc 
make_numbered_listing.py
-       ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square2_ff.cc 
+       $(PYTHON) ./make_numbered_listing.py 
$(top_srcdir)/src/lib/howto_square2_ff.cc 
 
 howto_square2_ff.h.xml: $(top_srcdir)/src/lib/howto_square2_ff.h 
make_numbered_listing.py
-       ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square2_ff.h 
+       $(PYTHON) ./make_numbered_listing.py 
$(top_srcdir)/src/lib/howto_square2_ff.h 
 
 
 # ----------------------------------------------------------------
@@ -78,4 +78,4 @@
        xmlto html-nochunks $<
 
 %.xml : % make_numbered_listing.py
-       ./make_numbered_listing.py $<
+       $(PYTHON) ./make_numbered_listing.py $<





reply via email to

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