summaryrefslogtreecommitdiff
path: root/gr-digital/python
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/python')
-rw-r--r--gr-digital/python/.gitignore3
-rw-r--r--gr-digital/python/Makefile.am70
-rw-r--r--gr-digital/python/run_tests.in10
-rw-r--r--gr-digital/python/utils/.gitignore3
-rw-r--r--gr-digital/python/utils/Makefile.am34
5 files changed, 0 insertions, 120 deletions
diff --git a/gr-digital/python/.gitignore b/gr-digital/python/.gitignore
deleted file mode 100644
index 604b402c5..000000000
--- a/gr-digital/python/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/Makefile
-/Makefile.in
-/run_tests
diff --git a/gr-digital/python/Makefile.am b/gr-digital/python/Makefile.am
deleted file mode 100644
index ead6f7dfd..000000000
--- a/gr-digital/python/Makefile.am
+++ /dev/null
@@ -1,70 +0,0 @@
-#
-# Copyright 2011 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.
-#
-
-include $(top_srcdir)/Makefile.common
-
-TESTS =
-EXTRA_DIST += run_tests.in
-
-if PYTHON
-SUBDIRS = utils
-TESTS += run_tests
-
-digitaldir = $(grpythondir)/digital
-
-noinst_PYTHON = \
- qa_digital.py \
- qa_binary_slicer_fb.py \
- qa_clock_recovery_mm.py \
- qa_cma_equalizer.py \
- qa_cpm.py \
- qa_constellation.py \
- qa_constellation_receiver.py \
- qa_constellation_decoder_cb.py \
- qa_correlate_access_code.py \
- qa_costas_loop_cc.py \
- qa_crc32.py \
- qa_fll_band_edge.py \
- qa_lms_equalizer.py \
- qa_mpsk_receiver.py \
- qa_ofdm_insert_preamble.py
-
-digital_PYTHON = \
- __init__.py \
- bpsk.py \
- cpm.py \
- crc.py \
- generic_mod_demod.py \
- gmsk.py \
- modulation_utils.py \
- ofdm.py \
- ofdm_packet_utils.py \
- ofdm_receiver.py \
- ofdm_sync_fixed.py \
- ofdm_sync_ml.py \
- ofdm_sync_pnac.py \
- ofdm_sync_pn.py \
- packet_utils.py \
- pkt.py \
- psk.py \
- qam.py \
- qpsk.py
-endif
diff --git a/gr-digital/python/run_tests.in b/gr-digital/python/run_tests.in
deleted file mode 100644
index b39e7e847..000000000
--- a/gr-digital/python/run_tests.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# 1st parameter is absolute path to component source directory
-# 2nd parameter is absolute path to component build directory
-# 3rd parameter is path to Python QA directory
-
-@top_builddir@/run_tests.sh \
- @abs_top_srcdir@/gr-digital \
- @abs_top_builddir@/gr-digital \
- @srcdir@
diff --git a/gr-digital/python/utils/.gitignore b/gr-digital/python/utils/.gitignore
deleted file mode 100644
index 60c81fdce..000000000
--- a/gr-digital/python/utils/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-run_tests
-Makefile
-Makefile.in
diff --git a/gr-digital/python/utils/Makefile.am b/gr-digital/python/utils/Makefile.am
deleted file mode 100644
index 6da4d61dd..000000000
--- a/gr-digital/python/utils/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Copyright 2011 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.
-#
-
-include $(top_srcdir)/Makefile.common
-
-if PYTHON
-utilspythondir = $(grpythondir)/digital/utils
-
-TESTS =
-
-utilspython_PYTHON = \
- __init__.py \
- gray_code.py \
- mod_codes.py \
- alignment.py
-endif \ No newline at end of file