commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5893 - gnuradio/branches/developers/wb1hbu/wip/config


From: wb1hbu
Subject: [Commit-gnuradio] r5893 - gnuradio/branches/developers/wb1hbu/wip/config
Date: Tue, 3 Jul 2007 00:36:48 -0600 (MDT)

Author: wb1hbu
Date: 2007-07-03 00:36:47 -0600 (Tue, 03 Jul 2007)
New Revision: 5893

Added:
   gnuradio/branches/developers/wb1hbu/wip/config/grc_gr_air.m4
Modified:
   gnuradio/branches/developers/wb1hbu/wip/config/Makefile.am
Log:
Add initial Mode Select Receiver

Modified: gnuradio/branches/developers/wb1hbu/wip/config/Makefile.am
===================================================================
--- gnuradio/branches/developers/wb1hbu/wip/config/Makefile.am  2007-07-03 
06:36:22 UTC (rev 5892)
+++ gnuradio/branches/developers/wb1hbu/wip/config/Makefile.am  2007-07-03 
06:36:47 UTC (rev 5893)
@@ -1,23 +1,23 @@
 #
 # Copyright 2001,2006 Free Software Foundation, Inc.
-# 
+#
 # This file is part of GNU Radio
-# 
+#
 # GNU Radio is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2, or (at your option)
 # any later version.
-# 
+#
 # GNU Radio is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with GNU Radio; see the file COPYING.  If not, write to
 # the Free Software Foundation, Inc., 51 Franklin Street,
 # Boston, MA 02110-1301, USA.
-# 
+#
 
 include $(top_srcdir)/Makefile.common
 
@@ -33,6 +33,7 @@
        grc_build.m4 \
        grc_gnuradio_core.m4 \
        grc_gnuradio_examples.m4 \
+       grc_gr_air.m4 \
        grc_gr_atsc.m4 \
        grc_gr_audio_alsa.m4 \
        grc_gr_audio_jack.m4 \
@@ -85,4 +86,4 @@
        usrp_libusb.m4 \
        usrp_sdcc.m4
 
-EXTRA_DIST = $(m4macros) 
+EXTRA_DIST = $(m4macros)

Added: gnuradio/branches/developers/wb1hbu/wip/config/grc_gr_air.m4
===================================================================
--- gnuradio/branches/developers/wb1hbu/wip/config/grc_gr_air.m4                
                (rev 0)
+++ gnuradio/branches/developers/wb1hbu/wip/config/grc_gr_air.m4        
2007-07-03 06:36:47 UTC (rev 5893)
@@ -0,0 +1,36 @@
+dnl Copyright 2001,2002,2003,2004,2005,2006 Free Software Foundation, Inc.
+dnl
+dnl This file is part of GNU Radio
+dnl
+dnl GNU Radio is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2, or (at your option)
+dnl any later version.
+dnl
+dnl GNU Radio is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with GNU Radio; see the file COPYING.  If not, write to
+dnl the Free Software Foundation, Inc., 51 Franklin Street,
+dnl Boston, MA 02110-1301, USA.
+
+AC_DEFUN([GRC_GR_AIR],[
+    GRC_ENABLE([gr-air])
+
+    AC_CONFIG_FILES([\
+       gr-air/Makefile \
+       gr-air/src/Makefile \
+       gr-air/src/lib/Makefile \
+       gr-air/src/python/Makefile \
+       gr-air/src/python/run_tests
+    ])
+
+    passed=yes
+    GRC_BUILD_CONDITIONAL([gr-air],[
+        dnl run_tests is created from run_tests.in.  Make it executable.
+        AC_CONFIG_COMMANDS([run_tests_air], [chmod +x 
gr-air/src/python/run_tests])
+    ])
+])


Property changes on: 
gnuradio/branches/developers/wb1hbu/wip/config/grc_gr_air.m4
___________________________________________________________________
Name: svn:eol-style
   + LF





reply via email to

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