commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gr-radio-astronomy ChangeLog src/python/Makefil...


From: Eric Blossom
Subject: [Commit-gnuradio] gr-radio-astronomy ChangeLog src/python/Makefil...
Date: Thu, 29 Jun 2006 15:10:21 +0000

CVSROOT:        /sources/gnuradio
Module name:    gr-radio-astronomy
Changes by:     Eric Blossom <eb>       06/06/29 15:10:21

Modified files:
        .              : ChangeLog 
        src/python     : Makefile.am 

Log message:
        install wxgui stuff under wxgui subdir

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gr-radio-astronomy/ChangeLog?cvsroot=gnuradio&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gr-radio-astronomy/src/python/Makefile.am?cvsroot=gnuradio&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnuradio/gr-radio-astronomy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ChangeLog   28 May 2006 21:38:57 -0000      1.2
+++ ChangeLog   29 Jun 2006 15:10:21 -0000      1.3
@@ -1,6 +1,12 @@
+2006-06-29  Eric Blossom  <address@hidden>
+
+       * src/python/Makefile.am: modfied to install part under gnuradio
+       and part under gnuradio/wxgui.
+
 2006-05-28  Eric Blossom  <address@hidden>
 
-       * src/python/Makefile.am (bin_SCRIPTS): changed bin_PYTHON to 
bin_SCRIPTS.
+       * src/python/Makefile.am (bin_SCRIPTS): changed bin_PYTHON to
+       bin_SCRIPTS. 
 
 #
 # Copyright 2006 Free Software Foundation, Inc.

Index: src/python/Makefile.am
===================================================================
RCS file: /sources/gnuradio/gr-radio-astronomy/src/python/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- src/python/Makefile.am      28 May 2006 21:38:57 -0000      1.4
+++ src/python/Makefile.am      29 Jun 2006 15:10:21 -0000      1.5
@@ -28,6 +28,10 @@
 ourpythondir = $(grpythondir)
 ourlibdir    = $(grpyexecdir)
 
+# wxgui stuff here
+wxguipythondir  = $(grpythondir)/wxgui
+wxguilibdir     = $(grpyexecdir)/wxgui
+
 EXTRA_DIST = run_tests.in
 
 
@@ -38,13 +42,14 @@
 noinst_PYTHON =                        \
        qa_ra.py                        
 
-# Marcus, this is where your python library stuff (if any) should be added.
-# This gets foo.py & bar.py installed in the right place
 ourpython_PYTHON =                     \
-       ra_stripchartsink.py                            \
-       ra_fftsink.py   \
        local_calibrator.py
 
+wxguipython_PYTHON =                   \
+       ra_stripchartsink.py            \
+       ra_fftsink.py                   
+
+
 # and here for applications you want installed in prefix/bin
 bin_SCRIPTS =                  \
        usrp_ra_receiver.py     \




reply via email to

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