commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3475 - in gnuradio/branches/developers/jcorgan/pager:


From: jcorgan
Subject: [Commit-gnuradio] r3475 - in gnuradio/branches/developers/jcorgan/pager: . config
Date: Sun, 3 Sep 2006 18:32:40 -0600 (MDT)

Author: jcorgan
Date: 2006-09-03 18:32:40 -0600 (Sun, 03 Sep 2006)
New Revision: 3475

Added:
   gnuradio/branches/developers/jcorgan/pager/config/grc_gr_pager.m4
   gnuradio/branches/developers/jcorgan/pager/gr-pager/
Modified:
   gnuradio/branches/developers/jcorgan/pager/configure.ac
Log:
Created skeleton gr-pager component in developer branch jcorgan/pager


Copied: gnuradio/branches/developers/jcorgan/pager/config/grc_gr_pager.m4 (from 
rev 3474, gnuradio/branches/developers/jcorgan/pager/config/grc_gr_rdf.m4)
===================================================================
--- gnuradio/branches/developers/jcorgan/pager/config/grc_gr_pager.m4           
                (rev 0)
+++ gnuradio/branches/developers/jcorgan/pager/config/grc_gr_pager.m4   
2006-09-04 00:32:40 UTC (rev 3475)
@@ -0,0 +1,35 @@
+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_PAGER],[
+    GRC_ENABLE([gr-pager])
+
+    AC_CONFIG_FILES([\
+       gr-pager/Makefile \
+       gr-pager/src/Makefile \
+       gr-pager/src/lib/Makefile \
+       gr-pager/src/python/Makefile \
+    ])
+
+    passed=yes
+    GRC_BUILD_CONDITIONAL([gr-pager],[
+        dnl run_tests is created from run_tests.in.  Make it executable.
+        dnl AC_CONFIG_COMMANDS([run_tests_pager], [chmod +x 
gr-pager/src/python/run_tests])
+    ])
+])

Modified: gnuradio/branches/developers/jcorgan/pager/configure.ac
===================================================================
--- gnuradio/branches/developers/jcorgan/pager/configure.ac     2006-09-03 
23:48:17 UTC (rev 3474)
+++ gnuradio/branches/developers/jcorgan/pager/configure.ac     2006-09-04 
00:32:40 UTC (rev 3475)
@@ -183,6 +183,7 @@
 GRC_EZDOP              
 GRC_GR_EZDOP                   dnl this must come after GRC_EZDOP
 GRC_GR_RDF
+GRC_GR_PAGER
 
 # Each component is now either to be built, was skipped, or failed dependencies
 AC_SUBST([build_dirs], [$build_dirs])

Copied: gnuradio/branches/developers/jcorgan/pager/gr-pager (from rev 3474, 
gnuradio/branches/developers/jcorgan/pager/gr-rdf)





reply via email to

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