commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9374 - in gnuradio/branches/developers/jblum/grc: con


From: jblum
Subject: [Commit-gnuradio] r9374 - in gnuradio/branches/developers/jblum/grc: config grc grc/examples grc/examples/audio grc/examples/simple grc/examples/usrp grc/examples/xmlrpc
Date: Fri, 22 Aug 2008 18:00:05 -0600 (MDT)

Author: jblum
Date: 2008-08-22 18:00:04 -0600 (Fri, 22 Aug 2008)
New Revision: 9374

Added:
   gnuradio/branches/developers/jblum/grc/grc/examples/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/examples/audio/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/examples/simple/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/examples/usrp/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/examples/xmlrpc/Makefile.am
Modified:
   gnuradio/branches/developers/jblum/grc/config/grc_grc.m4
   gnuradio/branches/developers/jblum/grc/grc/Makefile.am
   gnuradio/branches/developers/jblum/grc/grc/Makefile.common
   gnuradio/branches/developers/jblum/grc/grc/examples/
   gnuradio/branches/developers/jblum/grc/grc/examples/audio/
   gnuradio/branches/developers/jblum/grc/grc/examples/simple/
   gnuradio/branches/developers/jblum/grc/grc/examples/usrp/
   gnuradio/branches/developers/jblum/grc/grc/examples/xmlrpc/
Log:
examples makefiles

Modified: gnuradio/branches/developers/jblum/grc/config/grc_grc.m4
===================================================================
--- gnuradio/branches/developers/jblum/grc/config/grc_grc.m4    2008-08-22 
23:34:57 UTC (rev 9373)
+++ gnuradio/branches/developers/jblum/grc/config/grc_grc.m4    2008-08-23 
00:00:04 UTC (rev 9374)
@@ -68,6 +68,11 @@
         grc/src/grc_gnuradio/utils/Makefile \
         grc/src/grc_gnuradio/wxgui/Makefile \
         grc/scripts/Makefile \
+        grc/examples/Makefile \
+        grc/examples/audio/Makefile \
+        grc/examples/simple/Makefile \
+        grc/examples/usrp/Makefile \
+        grc/examples/xmlrpc/Makefile \
     ])
 
     GRC_BUILD_CONDITIONAL(grc)

Modified: gnuradio/branches/developers/jblum/grc/grc/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/Makefile.am      2008-08-22 
23:34:57 UTC (rev 9373)
+++ gnuradio/branches/developers/jblum/grc/grc/Makefile.am      2008-08-23 
00:00:04 UTC (rev 9374)
@@ -19,6 +19,10 @@
 # Boston, MA 02110-1301, USA.
 #
 
-include $(top_srcdir)/Makefile.common
+include $(top_srcdir)/grc/Makefile.common
 
-SUBDIRS = src data scripts
+SUBDIRS = \
+       data \
+       examples \
+       scripts \
+       src

Modified: gnuradio/branches/developers/jblum/grc/grc/Makefile.common
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/Makefile.common  2008-08-22 
23:34:57 UTC (rev 9373)
+++ gnuradio/branches/developers/jblum/grc/grc/Makefile.common  2008-08-23 
00:00:04 UTC (rev 9374)
@@ -22,6 +22,8 @@
 include $(top_srcdir)/Makefile.common
 
 grc_data_prefix = @datadir@/${PACKAGE}/grc
+grc_exampes_prefix = @datadir@/${PACKAGE}/grc/examples
+
 grc_data_dir = $(grc_data_prefix)/grc
 grc_gnuradio_data_dir = $(grc_data_prefix)/grc_gnuradio
 grc_gnuradio_blocks_dir = $(grc_data_prefix)/grc_gnuradio/blocks


Property changes on: gnuradio/branches/developers/jblum/grc/grc/examples
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jblum/grc/grc/examples/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/examples/Makefile.am             
                (rev 0)
+++ gnuradio/branches/developers/jblum/grc/grc/examples/Makefile.am     
2008-08-23 00:00:04 UTC (rev 9374)
@@ -0,0 +1,28 @@
+#
+# Copyright 2008 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 3, 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)/grc/Makefile.common
+
+SUBDIRS = \
+       audio \
+       simple \
+       usrp \
+       xmlrpc


Property changes on: gnuradio/branches/developers/jblum/grc/grc/examples/audio
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jblum/grc/grc/examples/audio/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/examples/audio/Makefile.am       
                        (rev 0)
+++ gnuradio/branches/developers/jblum/grc/grc/examples/audio/Makefile.am       
2008-08-23 00:00:04 UTC (rev 9374)
@@ -0,0 +1,26 @@
+#
+# Copyright 2008 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 3, 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)/grc/Makefile.common
+
+datadir = $(grc_exampes_prefix)/audio
+
+EXTRA_DIST = dial_tone.grc


Property changes on: gnuradio/branches/developers/jblum/grc/grc/examples/simple
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jblum/grc/grc/examples/simple/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/examples/simple/Makefile.am      
                        (rev 0)
+++ gnuradio/branches/developers/jblum/grc/grc/examples/simple/Makefile.am      
2008-08-23 00:00:04 UTC (rev 9374)
@@ -0,0 +1,26 @@
+#
+# Copyright 2008 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 3, 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)/grc/Makefile.common
+
+datadir = $(grc_exampes_prefix)/simple
+
+EXTRA_DIST = ber_simulation.grc


Property changes on: gnuradio/branches/developers/jblum/grc/grc/examples/usrp
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jblum/grc/grc/examples/usrp/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/examples/usrp/Makefile.am        
                        (rev 0)
+++ gnuradio/branches/developers/jblum/grc/grc/examples/usrp/Makefile.am        
2008-08-23 00:00:04 UTC (rev 9374)
@@ -0,0 +1,28 @@
+#
+# Copyright 2008 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 3, 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)/grc/Makefile.common
+
+datadir = $(grc_exampes_prefix)/usrp
+
+EXTRA_DIST = \
+       usrp_two_tone_loopback.grc \
+       usrp_wbfm_receive.grc


Property changes on: gnuradio/branches/developers/jblum/grc/grc/examples/xmlrpc
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/developers/jblum/grc/grc/examples/xmlrpc/Makefile.am
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/examples/xmlrpc/Makefile.am      
                        (rev 0)
+++ gnuradio/branches/developers/jblum/grc/grc/examples/xmlrpc/Makefile.am      
2008-08-23 00:00:04 UTC (rev 9374)
@@ -0,0 +1,30 @@
+#
+# Copyright 2008 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 3, 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)/grc/Makefile.common
+
+datadir = $(grc_exampes_prefix)/xmlrpc
+
+EXTRA_DIST = \
+       readme.txt \
+       xmlrpc_client.grc \
+       xmlrpc_client_script.py\ 
+       xmlrpc_server.grc





reply via email to

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