[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11379 - in gnuradio/branches/developers/jcorgan/usrp-
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r11379 - in gnuradio/branches/developers/jcorgan/usrp-headers: config usrp/host usrp/host/include usrp/host/include/usrp |
Date: |
Wed, 8 Jul 2009 13:21:11 -0600 (MDT) |
Author: jcorgan
Date: 2009-07-08 13:21:11 -0600 (Wed, 08 Jul 2009)
New Revision: 11379
Added:
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/Makefile.am
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/usrp/
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/usrp/Makefile.am
Modified:
gnuradio/branches/developers/jcorgan/usrp-headers/config/grc_usrp.m4
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/Makefile.am
Log:
New home for public libusrp header files
Modified: gnuradio/branches/developers/jcorgan/usrp-headers/config/grc_usrp.m4
===================================================================
--- gnuradio/branches/developers/jcorgan/usrp-headers/config/grc_usrp.m4
2009-07-08 19:14:40 UTC (rev 11378)
+++ gnuradio/branches/developers/jcorgan/usrp-headers/config/grc_usrp.m4
2009-07-08 19:21:11 UTC (rev 11379)
@@ -91,6 +91,8 @@
usrp/doc/Makefile \
usrp/doc/other/Makefile \
usrp/host/Makefile \
+ usrp/host/include/Makefile \
+ usrp/host/include/usrp/Makefile \
usrp/host/misc/Makefile \
usrp/host/lib/Makefile \
usrp/host/lib/inband/Makefile \
Modified:
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/Makefile.am
===================================================================
--- gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/Makefile.am
2009-07-08 19:14:40 UTC (rev 11378)
+++ gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/Makefile.am
2009-07-08 19:21:11 UTC (rev 11379)
@@ -19,7 +19,7 @@
# Boston, MA 02110-1301, USA.
#
-SUBDIRS = misc lib apps apps-inband
+SUBDIRS = include misc lib apps apps-inband
if PYTHON
SUBDIRS += swig
Property changes on:
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include
___________________________________________________________________
Added: svn:ignore
+ Makefile
Makefile.in
Added:
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/Makefile.am
===================================================================
---
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/Makefile.am
(rev 0)
+++
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/Makefile.am
2009-07-08 19:21:11 UTC (rev 11379)
@@ -0,0 +1,23 @@
+#
+# Copyright 2009 Free Software Foundation, Inc.
+#
+# This file is part of GNU Radio
+#
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+#
+
+SUBDIRS = usrp
+
Property changes on:
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/usrp
___________________________________________________________________
Added: svn:ignore
+ Makefile
Makefile.in
Added:
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/usrp/Makefile.am
===================================================================
---
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/usrp/Makefile.am
(rev 0)
+++
gnuradio/branches/developers/jcorgan/usrp-headers/usrp/host/include/usrp/Makefile.am
2009-07-08 19:21:11 UTC (rev 11379)
@@ -0,0 +1,21 @@
+#
+# Copyright 2009 Free Software Foundation, Inc.
+#
+# This file is part of GNU Radio
+#
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+#
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11379 - in gnuradio/branches/developers/jcorgan/usrp-headers: config usrp/host usrp/host/include usrp/host/include/usrp,
jcorgan <=