[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r9435 - usrp2/trunk/host-ng
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r9435 - usrp2/trunk/host-ng |
Date: |
Wed, 27 Aug 2008 13:29:40 -0600 (MDT) |
Author: jcorgan
Date: 2008-08-27 13:29:40 -0600 (Wed, 27 Aug 2008)
New Revision: 9435
Removed:
usrp2/trunk/host-ng/gr-usrp2/
Modified:
usrp2/trunk/host-ng/Makefile.am
usrp2/trunk/host-ng/Makefile.common
usrp2/trunk/host-ng/configure.ac
Log:
Remove migrated gr-usrp2 code.
Modified: usrp2/trunk/host-ng/Makefile.am
===================================================================
--- usrp2/trunk/host-ng/Makefile.am 2008-08-27 19:23:45 UTC (rev 9434)
+++ usrp2/trunk/host-ng/Makefile.am 2008-08-27 19:29:40 UTC (rev 9435)
@@ -26,4 +26,4 @@
configure \
config.h.in
-SUBDIRS = config include lib gr-usrp2 apps
+SUBDIRS = config include lib apps
Modified: usrp2/trunk/host-ng/Makefile.common
===================================================================
--- usrp2/trunk/host-ng/Makefile.common 2008-08-27 19:23:45 UTC (rev 9434)
+++ usrp2/trunk/host-ng/Makefile.common 2008-08-27 19:29:40 UTC (rev 9435)
@@ -26,23 +26,10 @@
# includes
grincludedir = $(includedir)/gnuradio
-swigincludedir = $(grincludedir)/swig
-# Install Python modules in the appropriate subdirectory
-# This usually ends up at:
-# ${prefix}/lib/python${python_version}/site-packages/gnuradio
-
-grpythondir = $(pythondir)/gnuradio
-grpyexecdir = $(pyexecdir)/gnuradio
-
-# swig flags
-SWIGPYTHONFLAGS = $(PYTHON_CPPFLAGS) -fvirtual -python -modern
-SWIGGRFLAGS = -I$(swigincludedir) -I$(grincludedir)
-
# Don't assume that make predefines $(RM), because BSD make does
# not. We define it now in configure.ac using AM_PATH_PROG, but now
# here have to add a -f to be like GNU make.
RM=$(RM_PROG) -f
MOSTLYCLEANFILES = *~ *.pyc *.pyo *.loT
-DISTCLEANFILES = Makefile.in
Modified: usrp2/trunk/host-ng/configure.ac
===================================================================
--- usrp2/trunk/host-ng/configure.ac 2008-08-27 19:23:45 UTC (rev 9434)
+++ usrp2/trunk/host-ng/configure.ac 2008-08-27 19:29:40 UTC (rev 9435)
@@ -221,7 +221,6 @@
config/Makefile \
include/Makefile \
include/usrp2/Makefile \
- gr-usrp2/Makefile \
lib/Makefile \
])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r9435 - usrp2/trunk/host-ng,
jcorgan <=