commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3310 - in gnuradio/branches/developers/jcorgan/wip: .


From: jcorgan
Subject: [Commit-gnuradio] r3310 - in gnuradio/branches/developers/jcorgan/wip: . config gr-rdf gr-rdf/src gr-rdf/src/lib gr-rdf/src/python
Date: Wed, 16 Aug 2006 00:54:25 -0600 (MDT)

Author: jcorgan
Date: 2006-08-16 00:54:25 -0600 (Wed, 16 Aug 2006)
New Revision: 3310

Added:
   gnuradio/branches/developers/jcorgan/wip/config/grc_gr_rdf.m4
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/AUTHORS
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/Makefile.am
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/README
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/Makefile.am
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/lib/
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/lib/Makefile.am
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/python/
   gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/python/Makefile.am
Modified:
   gnuradio/branches/developers/jcorgan/wip/config/Makefile.am
   gnuradio/branches/developers/jcorgan/wip/configure.ac
Log:
Created skeleton gr-rdf component.


Modified: gnuradio/branches/developers/jcorgan/wip/config/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/config/Makefile.am 2006-08-16 
05:27:21 UTC (rev 3309)
+++ gnuradio/branches/developers/jcorgan/wip/config/Makefile.am 2006-08-16 
06:54:25 UTC (rev 3310)
@@ -45,6 +45,7 @@
        grc_gr_gsm_fr_vocoder.m4 \
        grc_gr_radar.m4 \
        grc_gr_radio_astronomy.m4 \
+       grc_gr_rdf.m4 \
        grc_gr_trellis.m4 \
        grc_gr_usrp.m4 \
        grc_gr_video_sdl.m4 \

Added: gnuradio/branches/developers/jcorgan/wip/config/grc_gr_rdf.m4
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/config/grc_gr_rdf.m4               
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/wip/config/grc_gr_rdf.m4       
2006-08-16 06:54:25 UTC (rev 3310)
@@ -0,0 +1,34 @@
+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., 59 Temple Place - Suite 330,
+dnl Boston, MA 02111-1307, USA.
+
+AC_DEFUN([GRC_GR_RDF],[
+    AC_CONFIG_SRCDIR([gr-rdf/README])
+
+    AC_CONFIG_FILES([\
+       gr-rdf/Makefile \
+       gr-rdf/src/Makefile \
+       gr-rdf/src/lib/Makefile \
+       gr-rdf/src/python/Makefile \
+    ])
+
+    dnl run_tests is created from run_tests.in.  Make it executable.
+    dnl AC_CONFIG_COMMANDS([run_tests_rdf], [chmod +x 
gr-rdf/src/python/run_tests])
+
+    subdirs="$subdirs gr-rdf"
+])


Property changes on: 
gnuradio/branches/developers/jcorgan/wip/config/grc_gr_rdf.m4
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: gnuradio/branches/developers/jcorgan/wip/configure.ac
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/configure.ac       2006-08-16 
05:27:21 UTC (rev 3309)
+++ gnuradio/branches/developers/jcorgan/wip/configure.ac       2006-08-16 
06:54:25 UTC (rev 3310)
@@ -155,23 +155,24 @@
 GRC_USRP
 GRC_GR_USRP                    dnl this must come after GRC_USRP
 GRC_GR_AUDIO_ALSA
-GRC_GR_AUDIO_JACK
-GRC_GR_AUDIO_OSS
-GRC_GR_AUDIO_OSX               dnl ***NOT TESTED***
-GRC_GR_AUDIO_PORTAUDIO         dnl ***NOT TESTED***
-GRC_GR_AUDIO_WINDOWS           dnl ***NOT TESTED***
-GRC_GR_ATSC
-GRC_GR_COMEDI
+#GRC_GR_AUDIO_JACK
+#GRC_GR_AUDIO_OSS
+#GRC_GR_AUDIO_OSX              dnl ***NOT TESTED***
+#GRC_GR_AUDIO_PORTAUDIO                dnl ***NOT TESTED***
+#GRC_GR_AUDIO_WINDOWS          dnl ***NOT TESTED***
+#GRC_GR_ATSC
+#GRC_GR_COMEDI
 dnl GRC_GR_ERROR_CORRECTING_CODES  dnl disabled until fix for ticket:25
-GRC_GR_GSM_FR_VOCODER
-GRC_GR_RADAR
-GRC_GR_RADIO_ASTRONOMY
-GRC_GR_VIDEO_SDL
+#GRC_GR_GSM_FR_VOCODER
+#GRC_GR_RADAR
+#GRC_GR_RADIO_ASTRONOMY
+#GRC_GR_VIDEO_SDL
 GRC_GR_WXGUI
-GRC_PMT
-GRC_GR_TRELLIS
+#GRC_PMT
+#GRC_GR_TRELLIS
 GRC_EZDOP
 GRC_GR_EZDOP                   dnl this must come after GRC_EZDOP
+GRC_GR_RDF
 
 dnl Has list of successfully configured components
 AC_SUBST([subdirs],$subdirs)


Property changes on: gnuradio/branches/developers/jcorgan/wip/gr-rdf
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/wip/gr-rdf/AUTHORS
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/gr-rdf/AUTHORS                     
        (rev 0)
+++ gnuradio/branches/developers/jcorgan/wip/gr-rdf/AUTHORS     2006-08-16 
06:54:25 UTC (rev 3310)
@@ -0,0 +1 @@
+Johnathan Corgan <address@hidden>

Added: gnuradio/branches/developers/jcorgan/wip/gr-rdf/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/gr-rdf/Makefile.am                 
        (rev 0)
+++ gnuradio/branches/developers/jcorgan/wip/gr-rdf/Makefile.am 2006-08-16 
06:54:25 UTC (rev 3310)
@@ -0,0 +1,24 @@
+#
+# Copyright 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., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+SUBDIRS = src

Added: gnuradio/branches/developers/jcorgan/wip/gr-rdf/README
===================================================================


Property changes on: gnuradio/branches/developers/jcorgan/wip/gr-rdf/src
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/Makefile.am             
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/Makefile.am     
2006-08-16 06:54:25 UTC (rev 3310)
@@ -0,0 +1,24 @@
+#
+# Copyright 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., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+SUBDIRS = lib python


Property changes on: gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/lib
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/lib/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/lib/Makefile.am         
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/lib/Makefile.am 
2006-08-16 06:54:25 UTC (rev 3310)
@@ -0,0 +1,24 @@
+#
+# Copyright 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., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+SUBDIRS = 


Property changes on: gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/python
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/python/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/python/Makefile.am      
                        (rev 0)
+++ gnuradio/branches/developers/jcorgan/wip/gr-rdf/src/python/Makefile.am      
2006-08-16 06:54:25 UTC (rev 3310)
@@ -0,0 +1,24 @@
+#
+# Copyright 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., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+# 
+
+include $(top_srcdir)/Makefile.common
+
+SUBDIRS = 





reply via email to

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