[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3397 - in gnuradio/branches/developers/jcorgan/ticket
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r3397 - in gnuradio/branches/developers/jcorgan/ticket-28: . config |
Date: |
Wed, 23 Aug 2006 23:10:23 -0600 (MDT) |
Author: jcorgan
Date: 2006-08-23 23:10:23 -0600 (Wed, 23 Aug 2006)
New Revision: 3397
Modified:
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_gsm_fr_vocoder.m4
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radar.m4
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radio_astronomy.m4
gnuradio/branches/developers/jcorgan/ticket-28/configure.ac
Log:
Implements ticket:28 for gr-gsm-fr-vocoder, gr-radar, and gr-radio-astronomy.
Modified:
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_gsm_fr_vocoder.m4
===================================================================
---
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_gsm_fr_vocoder.m4
2006-08-24 05:04:52 UTC (rev 3396)
+++
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_gsm_fr_vocoder.m4
2006-08-24 05:10:23 UTC (rev 3397)
@@ -18,7 +18,7 @@
dnl Boston, MA 02111-1307, USA.
AC_DEFUN([GRC_GR_GSM_FR_VOCODER],[
- AC_CONFIG_SRCDIR([gr-gsm-fr-vocoder/src/lib/gsm_full_rate.i])
+ GRC_ENABLE([gr-gsm-fr-vocoder])
AC_CONFIG_FILES([\
gr-gsm-fr-vocoder/Makefile \
@@ -29,8 +29,9 @@
gr-gsm-fr-vocoder/src/python/run_tests \
])
- dnl run_tests is created from run_tests.in. Make it executable.
- AC_CONFIG_COMMANDS([run_tests_gsm], [chmod +x
gr-gsm-fr-vocoder/src/python/run_tests])
-
- subdirs="$subdirs gr-gsm-fr-vocoder"
+ passed=yes
+ GRC_BUILD_CONDITIONAL([gr-gsm-gr-vocoder],[
+ dnl run_tests is created from run_tests.in. Make it executable.
+ AC_CONFIG_COMMANDS([run_tests_gsm], [chmod +x
gr-gsm-fr-vocoder/src/python/run_tests])
+ ])
])
Modified: gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radar.m4
===================================================================
--- gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radar.m4
2006-08-24 05:04:52 UTC (rev 3396)
+++ gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radar.m4
2006-08-24 05:10:23 UTC (rev 3397)
@@ -18,7 +18,7 @@
dnl Boston, MA 02111-1307, USA.
AC_DEFUN([GRC_GR_RADAR],[
- AC_CONFIG_SRCDIR([gr-radar/src/python/usrp_rx_radar.py])
+ GRC_ENABLE([gr-radar])
AC_CONFIG_FILES([\
gr-radar/Makefile \
@@ -29,8 +29,9 @@
gr-radar/src/python/run_tests \
])
- dnl run_tests is created from run_tests.in. Make it executable.
- AC_CONFIG_COMMANDS([run_tests_radar], [chmod +x
gr-radar/src/python/run_tests])
-
- subdirs="$subdirs gr-radar"
+ passed=yes
+ GRC_BUILD_CONDITIONAL([gr-radar],[
+ dnl run_tests is created from run_tests.in. Make it executable.
+ AC_CONFIG_COMMANDS([run_tests_radar], [chmod +x
gr-radar/src/python/run_tests])
+ ])
])
Modified:
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radio_astronomy.m4
===================================================================
---
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radio_astronomy.m4
2006-08-24 05:04:52 UTC (rev 3396)
+++
gnuradio/branches/developers/jcorgan/ticket-28/config/grc_gr_radio_astronomy.m4
2006-08-24 05:10:23 UTC (rev 3397)
@@ -18,7 +18,7 @@
dnl Boston, MA 02111-1307, USA.
AC_DEFUN([GRC_GR_RADIO_ASTRONOMY],[
- AC_CONFIG_SRCDIR([gr-radio-astronomy/src/lib/ra.i])
+ GRC_ENABLE([gr-radio-astronomy])
AC_CONFIG_FILES([\
gr-radio-astronomy/Makefile \
@@ -28,8 +28,9 @@
gr-radio-astronomy/src/python/run_tests \
])
- dnl run_tests is created from run_tests.in. Make it executable.
- AC_CONFIG_COMMANDS([run_tests_astronomy], [chmod +x
gr-radio-astronomy/src/python/run_tests])
-
- subdirs="$subdirs gr-radio-astronomy"
+ passed=yes
+ GRC_BUILD_CONDITIONAL([gr-radio-astronomy],[
+ dnl run_tests is created from run_tests.in. Make it executable.
+ AC_CONFIG_COMMANDS([run_tests_astronomy], [chmod +x
gr-radio-astronomy/src/python/run_tests])
+ ])
])
Modified: gnuradio/branches/developers/jcorgan/ticket-28/configure.ac
===================================================================
--- gnuradio/branches/developers/jcorgan/ticket-28/configure.ac 2006-08-24
05:04:52 UTC (rev 3396)
+++ gnuradio/branches/developers/jcorgan/ticket-28/configure.ac 2006-08-24
05:10:23 UTC (rev 3397)
@@ -169,9 +169,9 @@
GRC_GR_ATSC
GRC_GR_COMEDI
GRC_GR_ERROR_CORRECTING_CODES
-#GRC_GR_GSM_FR_VOCODER
-#GRC_GR_RADAR
-#GRC_GR_RADIO_ASTRONOMY
+GRC_GR_GSM_FR_VOCODER
+GRC_GR_RADAR
+GRC_GR_RADIO_ASTRONOMY
#GRC_GR_VIDEO_SDL
#GRC_GR_WXGUI
#GRC_PMT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3397 - in gnuradio/branches/developers/jcorgan/ticket-28: . config,
jcorgan <=