summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-15 17:29:19 -0800
committerJosh Blum <josh@joshknows.com>2010-02-15 17:29:19 -0800
commite8b60b03e62bdca247ed92e91c01f27dfebd487e (patch)
treefd4896856b20c723c6ed200a98ebb0d63b5f2827 /include
parentb2dc873c221fb48ee67dcfb3262fdf55a8725ed1 (diff)
downloaduhd-e8b60b03e62bdca247ed92e91c01f27dfebd487e.tar.gz
uhd-e8b60b03e62bdca247ed92e91c01f27dfebd487e.tar.bz2
uhd-e8b60b03e62bdca247ed92e91c01f27dfebd487e.zip
Removed Autotools stuff and the git ignore files.
Feeding cpack a readme and license file. Added readme contents.
Diffstat (limited to 'include')
-rw-r--r--include/.gitignore2
-rw-r--r--include/Makefile.am24
-rw-r--r--include/uhd/.gitignore2
-rw-r--r--include/uhd/Makefile.am32
-rw-r--r--include/uhd/quadradio/.gitignore2
-rw-r--r--include/uhd/quadradio/Makefile.am20
-rw-r--r--include/uhd/transport/.gitignore2
-rw-r--r--include/uhd/transport/Makefile.am24
-rw-r--r--include/uhd/usrp/.gitignore2
-rw-r--r--include/uhd/usrp/Makefile.am24
-rw-r--r--include/uhd/usrp/dboard/.gitignore2
-rw-r--r--include/uhd/usrp/dboard/Makefile.am27
-rw-r--r--include/uhd/usrp/mboard/.gitignore2
-rw-r--r--include/uhd/usrp/mboard/Makefile.am26
14 files changed, 0 insertions, 191 deletions
diff --git a/include/.gitignore b/include/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/include/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/include/Makefile.am b/include/Makefile.am
deleted file mode 100644
index d1011b41d..000000000
--- a/include/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-# This program 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 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS = uhd
-
-this_includedir = $(includedir)
-this_include_HEADERS = \
- uhd.hpp
diff --git a/include/uhd/.gitignore b/include/uhd/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/include/uhd/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/include/uhd/Makefile.am b/include/uhd/Makefile.am
deleted file mode 100644
index 6c2034ea8..000000000
--- a/include/uhd/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-# This program 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 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS = quadradio transport usrp
-
-this_includedir = $(includedir)/uhd
-this_include_HEADERS = \
- device.hpp \
- device_addr.hpp \
- dict.hpp \
- gain_handler.hpp \
- props.hpp \
- shared_iovec.hpp \
- time_spec.hpp \
- utils.hpp \
- wax.hpp
diff --git a/include/uhd/quadradio/.gitignore b/include/uhd/quadradio/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/include/uhd/quadradio/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/include/uhd/quadradio/Makefile.am b/include/uhd/quadradio/Makefile.am
deleted file mode 100644
index 8acd4b6be..000000000
--- a/include/uhd/quadradio/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-# This program 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 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS =
diff --git a/include/uhd/transport/.gitignore b/include/uhd/transport/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/include/uhd/transport/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/include/uhd/transport/Makefile.am b/include/uhd/transport/Makefile.am
deleted file mode 100644
index 7a62e3051..000000000
--- a/include/uhd/transport/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-# This program 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 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS =
-
-this_includedir = $(includedir)/uhd/transport
-this_include_HEADERS = \
- udp.hpp
diff --git a/include/uhd/usrp/.gitignore b/include/uhd/usrp/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/include/uhd/usrp/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/include/uhd/usrp/Makefile.am b/include/uhd/usrp/Makefile.am
deleted file mode 100644
index 72c37a414..000000000
--- a/include/uhd/usrp/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-# This program 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 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS = mboard dboard
-
-this_includedir = $(includedir)/uhd/usrp
-this_include_HEADERS = \
- usrp.hpp
diff --git a/include/uhd/usrp/dboard/.gitignore b/include/uhd/usrp/dboard/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/include/uhd/usrp/dboard/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/include/uhd/usrp/dboard/Makefile.am b/include/uhd/usrp/dboard/Makefile.am
deleted file mode 100644
index 83bbf8c67..000000000
--- a/include/uhd/usrp/dboard/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-# This program 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 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS =
-
-this_includedir = $(includedir)/uhd/usrp/dboard
-this_include_HEADERS = \
- base.hpp \
- id.hpp \
- interface.hpp \
- manager.hpp
diff --git a/include/uhd/usrp/mboard/.gitignore b/include/uhd/usrp/mboard/.gitignore
deleted file mode 100644
index b336cc7ce..000000000
--- a/include/uhd/usrp/mboard/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/Makefile
-/Makefile.in
diff --git a/include/uhd/usrp/mboard/Makefile.am b/include/uhd/usrp/mboard/Makefile.am
deleted file mode 100644
index 6a85d354e..000000000
--- a/include/uhd/usrp/mboard/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-# This program 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 of the License, or
-# (at your option) any later version.
-#
-# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS =
-
-this_includedir = $(includedir)/uhd/usrp/mboard
-this_include_HEADERS = \
- base.hpp \
- test.hpp \
- usrp2.hpp