summaryrefslogtreecommitdiff
path: root/gr-shd/apps
diff options
context:
space:
mode:
Diffstat (limited to 'gr-shd/apps')
-rw-r--r--gr-shd/apps/.gitignore3
-rw-r--r--gr-shd/apps/CMakeLists.txt6
-rw-r--r--gr-shd/apps/Makefile.am33
-rwxr-xr-xgr-shd/apps/shd_fft (renamed from gr-shd/apps/shd_fft.py)0
-rwxr-xr-xgr-shd/apps/shd_rx_cfile (renamed from gr-shd/apps/shd_rx_cfile.py)0
-rwxr-xr-xgr-shd/apps/shd_siggen (renamed from gr-shd/apps/shd_siggen.py)0
6 files changed, 3 insertions, 39 deletions
diff --git a/gr-shd/apps/.gitignore b/gr-shd/apps/.gitignore
deleted file mode 100644
index 22a4e7292..000000000
--- a/gr-shd/apps/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-Makefile
-Makefile.in
-
diff --git a/gr-shd/apps/CMakeLists.txt b/gr-shd/apps/CMakeLists.txt
index 3930abb57..d36121da1 100644
--- a/gr-shd/apps/CMakeLists.txt
+++ b/gr-shd/apps/CMakeLists.txt
@@ -24,9 +24,9 @@ include(GrPython)
########################################################################
GR_PYTHON_INSTALL(
PROGRAMS
- shd_fft.py
- shd_rx_cfile.py
- shd_siggen.py
+ shd_fft
+ shd_rx_cfile
+ shd_siggen
DESTINATION ${GR_RUNTIME_DIR}
COMPONENT "shd_python"
)
diff --git a/gr-shd/apps/Makefile.am b/gr-shd/apps/Makefile.am
deleted file mode 100644
index ac50e892e..000000000
--- a/gr-shd/apps/Makefile.am
+++ /dev/null
@@ -1,33 +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
-
-EXTRA_DIST += \
- $(bin_SCRIPTS)
-
-ourpythondir = $(grpythondir)
-
-bin_SCRIPTS = \
- shd_fft.py \
- shd_rx_cfile.py \
- shd_siggen.py
-
diff --git a/gr-shd/apps/shd_fft.py b/gr-shd/apps/shd_fft
index 46832784d..46832784d 100755
--- a/gr-shd/apps/shd_fft.py
+++ b/gr-shd/apps/shd_fft
diff --git a/gr-shd/apps/shd_rx_cfile.py b/gr-shd/apps/shd_rx_cfile
index 007bc809f..007bc809f 100755
--- a/gr-shd/apps/shd_rx_cfile.py
+++ b/gr-shd/apps/shd_rx_cfile
diff --git a/gr-shd/apps/shd_siggen.py b/gr-shd/apps/shd_siggen
index 112eeea15..112eeea15 100755
--- a/gr-shd/apps/shd_siggen.py
+++ b/gr-shd/apps/shd_siggen