commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9182 - in usrp2/branches/developers/jcorgan/gr-usrp2:


From: jcorgan
Subject: [Commit-gnuradio] r9182 - in usrp2/branches/developers/jcorgan/gr-usrp2: host host-ng host-ng/gr-usrp2
Date: Tue, 5 Aug 2008 21:47:33 -0600 (MDT)

Author: jcorgan
Date: 2008-08-05 21:47:32 -0600 (Tue, 05 Aug 2008)
New Revision: 9182

Added:
   usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/gr-usrp2/
Removed:
   usrp2/branches/developers/jcorgan/gr-usrp2/host/gr-usrp2/
Modified:
   usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/
   usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/Makefile.am
   usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/configure.ac
   usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/gr-usrp2/Makefile.am
   usrp2/branches/developers/jcorgan/gr-usrp2/host/Makefile.am
   usrp2/branches/developers/jcorgan/gr-usrp2/host/configure.ac
Log:
Move gr-usrp2 into host-ng, fixup autotools.  Not compilable.

Modified: usrp2/branches/developers/jcorgan/gr-usrp2/host/Makefile.am
===================================================================
--- usrp2/branches/developers/jcorgan/gr-usrp2/host/Makefile.am 2008-08-06 
03:37:55 UTC (rev 9181)
+++ usrp2/branches/developers/jcorgan/gr-usrp2/host/Makefile.am 2008-08-06 
03:47:32 UTC (rev 9182)
@@ -26,4 +26,4 @@
        configure \
        config.h.in
 
-SUBDIRS = config lib gr-usrp2 apps
+SUBDIRS = config lib apps

Modified: usrp2/branches/developers/jcorgan/gr-usrp2/host/configure.ac
===================================================================
--- usrp2/branches/developers/jcorgan/gr-usrp2/host/configure.ac        
2008-08-06 03:37:55 UTC (rev 9181)
+++ usrp2/branches/developers/jcorgan/gr-usrp2/host/configure.ac        
2008-08-06 03:47:32 UTC (rev 9182)
@@ -205,7 +205,6 @@
     Makefile \
     config/Makefile \
     apps/Makefile \
-    gr-usrp2/Makefile \
     lib/Makefile \
 ])
 


Property changes on: usrp2/branches/developers/jcorgan/gr-usrp2/host-ng
___________________________________________________________________
Name: svn:ignore
   - configure
Makefile.in
config.log
config.status
config.guess
stamp-h1
config.h
ltmain.sh
config.sub
config.h.in
libtool
autom4te.cache
missing
aclocal.m4
Makefile
install-sh
depcomp
usrp2*.tar.gz

   + configure
Makefile.in
config.log
config.status
config.guess
stamp-h1
config.h
ltmain.sh
config.sub
config.h.in
libtool
autom4te.cache
missing
aclocal.m4
Makefile
install-sh
depcomp
usrp2*.tar.gz
py-compile


Modified: usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/Makefile.am
===================================================================
--- usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/Makefile.am      
2008-08-06 03:37:55 UTC (rev 9181)
+++ usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/Makefile.am      
2008-08-06 03:47:32 UTC (rev 9182)
@@ -26,4 +26,4 @@
        configure \
        config.h.in
 
-SUBDIRS = config include lib apps
+SUBDIRS = config include lib gr-usrp2 apps

Modified: usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/configure.ac
===================================================================
--- usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/configure.ac     
2008-08-06 03:37:55 UTC (rev 9181)
+++ usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/configure.ac     
2008-08-06 03:47:32 UTC (rev 9182)
@@ -212,6 +212,7 @@
     config/Makefile \
     include/Makefile \
     include/usrp2/Makefile \
+    gr-usrp2/Makefile \
     lib/Makefile \
 ])
 

Copied: usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/gr-usrp2 (from rev 
9181, usrp2/branches/developers/jcorgan/gr-usrp2/host/gr-usrp2)

Modified: 
usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/gr-usrp2/Makefile.am
===================================================================
--- usrp2/branches/developers/jcorgan/gr-usrp2/host/gr-usrp2/Makefile.am        
2008-08-06 03:37:55 UTC (rev 9181)
+++ usrp2/branches/developers/jcorgan/gr-usrp2/host-ng/gr-usrp2/Makefile.am     
2008-08-06 03:47:32 UTC (rev 9182)
@@ -81,4 +81,4 @@
        @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
        @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done
 
-MOSTLYCLEANFILES = $(BUILT_SOURCES) *.pyc *~
+MOSTLYCLEANFILES += $(BUILT_SOURCES) *.pyc *~





reply via email to

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