[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3212 - in gnuradio/branches/developers/jcorgan/ticket
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r3212 - in gnuradio/branches/developers/jcorgan/ticket-10: . config |
Date: |
Mon, 7 Aug 2006 08:19:44 -0600 (MDT) |
Author: jcorgan
Date: 2006-08-07 08:19:43 -0600 (Mon, 07 Aug 2006)
New Revision: 3212
Added:
gnuradio/branches/developers/jcorgan/ticket-10/config/grc_pmt.m4
Removed:
gnuradio/branches/developers/jcorgan/ticket-10/config/grc_gr_pmt.m4
Modified:
gnuradio/branches/developers/jcorgan/ticket-10/configure.ac
Log:
pmt completes VPATH build.
Deleted: gnuradio/branches/developers/jcorgan/ticket-10/config/grc_gr_pmt.m4
Copied: gnuradio/branches/developers/jcorgan/ticket-10/config/grc_pmt.m4 (from
rev 3195, gnuradio/branches/developers/jcorgan/ticket-10/config/grc_gr_pmt.m4)
===================================================================
--- gnuradio/branches/developers/jcorgan/ticket-10/config/grc_pmt.m4
(rev 0)
+++ gnuradio/branches/developers/jcorgan/ticket-10/config/grc_pmt.m4
2006-08-07 14:19:43 UTC (rev 3212)
@@ -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_PMT],[
+ AC_CONFIG_SRCDIR([pmt/src/lib/pmt.h])
+
+ AC_CONFIG_FILES([\
+ pmt/Makefile \
+ pmt/doc/Makefile \
+ pmt/src/Makefile \
+ pmt/src/lib/Makefile
+ ])
+
+ dnl run_tests is created from run_tests.in. Make it executable.
+ dnl AC_CONFIG_COMMANDS([run_tests_pmt], [chmod +x
pmt/src/python/run_tests])
+
+ subdirs="$subdirs pmt"
+])
Modified: gnuradio/branches/developers/jcorgan/ticket-10/configure.ac
===================================================================
--- gnuradio/branches/developers/jcorgan/ticket-10/configure.ac 2006-08-07
14:14:44 UTC (rev 3211)
+++ gnuradio/branches/developers/jcorgan/ticket-10/configure.ac 2006-08-07
14:19:43 UTC (rev 3212)
@@ -162,9 +162,9 @@
GRC_GR_GSM_FR_VOCODER
GRC_GR_RADAR
GRC_GR_RADIO_ASTRONOMY
-#GRC_GR_PMT
#GRC_GR_VIDEO_SDL
#GRC_GR_WXGUI
+GRC_PMT
dnl Has list of successfully configured components
AC_SUBST([subdirs],$subdirs)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3212 - in gnuradio/branches/developers/jcorgan/ticket-10: . config,
jcorgan <=