diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-06-04 10:59:29 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-06-04 11:55:00 -0700 |
commit | 48f3452530b29627ce57089b65363776dbe9a179 (patch) | |
tree | a2005c23b427415b9d86bcf256c49b3480f61427 /gr-utils | |
parent | ba0a9afedcd5451f2032004e9d583ed78d74ece2 (diff) |
uninstalled import: Updatings blocks, fec, uhd, and filter so that uninstalled import works with recent changes.
Diffstat (limited to 'gr-utils')
-rw-r--r-- | gr-utils/CMakeLists.txt | 3 | ||||
-rw-r--r-- | gr-utils/python/utils/CMakeLists.txt (renamed from gr-utils/python/CMakeLists.txt) | 2 | ||||
-rw-r--r-- | gr-utils/python/utils/README.plot (renamed from gr-utils/python/README.plot) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_modtool (renamed from gr-utils/python/gr_modtool) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_char (renamed from gr-utils/python/gr_plot_char) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_const (renamed from gr-utils/python/gr_plot_const) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/gr_plot_fft (renamed from gr-utils/python/gr_plot_fft) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_fft_c (renamed from gr-utils/python/gr_plot_fft_c) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_fft_f (renamed from gr-utils/python/gr_plot_fft_f) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_float (renamed from gr-utils/python/gr_plot_float) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_int (renamed from gr-utils/python/gr_plot_int) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_iq (renamed from gr-utils/python/gr_plot_iq) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/gr_plot_psd (renamed from gr-utils/python/gr_plot_psd) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_psd_c (renamed from gr-utils/python/gr_plot_psd_c) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_psd_f (renamed from gr-utils/python/gr_plot_psd_f) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_qt (renamed from gr-utils/python/gr_plot_qt) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/gr_plot_short (renamed from gr-utils/python/gr_plot_short) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/gr_read_file_metadata (renamed from gr-utils/python/gr_read_file_metadata) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/grcc (renamed from gr-utils/python/grcc) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/plot_data.py (renamed from gr-utils/python/plot_data.py) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/plot_fft_base.py (renamed from gr-utils/python/plot_fft_base.py) | 0 | ||||
-rwxr-xr-x | gr-utils/python/utils/plot_psd_base.py (renamed from gr-utils/python/plot_psd_base.py) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/pyqt_filter.py (renamed from gr-utils/python/pyqt_filter.py) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/pyqt_filter.ui (renamed from gr-utils/python/pyqt_filter.ui) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/pyqt_plot.py (renamed from gr-utils/python/pyqt_plot.py) | 0 | ||||
-rw-r--r-- | gr-utils/python/utils/pyqt_plot.ui (renamed from gr-utils/python/pyqt_plot.ui) | 0 |
26 files changed, 2 insertions, 3 deletions
diff --git a/gr-utils/CMakeLists.txt b/gr-utils/CMakeLists.txt index decd973485..7985535aa8 100644 --- a/gr-utils/CMakeLists.txt +++ b/gr-utils/CMakeLists.txt @@ -48,7 +48,8 @@ CPACK_COMPONENT("utils" ######################################################################## # Add subdirectories ######################################################################## -add_subdirectory(python) +add_subdirectory(python/utils) +add_subdirectory(python/modtool) endif(ENABLE_GR_UTILS) diff --git a/gr-utils/python/CMakeLists.txt b/gr-utils/python/utils/CMakeLists.txt index fc21dc654d..54eba51170 100644 --- a/gr-utils/python/CMakeLists.txt +++ b/gr-utils/python/utils/CMakeLists.txt @@ -54,5 +54,3 @@ GR_PYTHON_INSTALL( DESTINATION ${GR_RUNTIME_DIR} COMPONENT "utils" ) - -add_subdirectory(modtool) diff --git a/gr-utils/python/README.plot b/gr-utils/python/utils/README.plot index 60f14c669c..60f14c669c 100644 --- a/gr-utils/python/README.plot +++ b/gr-utils/python/utils/README.plot diff --git a/gr-utils/python/gr_modtool b/gr-utils/python/utils/gr_modtool index 8c5c710aff..8c5c710aff 100755 --- a/gr-utils/python/gr_modtool +++ b/gr-utils/python/utils/gr_modtool diff --git a/gr-utils/python/gr_plot_char b/gr-utils/python/utils/gr_plot_char index a2b93a63c6..a2b93a63c6 100755 --- a/gr-utils/python/gr_plot_char +++ b/gr-utils/python/utils/gr_plot_char diff --git a/gr-utils/python/gr_plot_const b/gr-utils/python/utils/gr_plot_const index 749ad035b5..749ad035b5 100755 --- a/gr-utils/python/gr_plot_const +++ b/gr-utils/python/utils/gr_plot_const diff --git a/gr-utils/python/gr_plot_fft b/gr-utils/python/utils/gr_plot_fft index 4343481645..4343481645 100644 --- a/gr-utils/python/gr_plot_fft +++ b/gr-utils/python/utils/gr_plot_fft diff --git a/gr-utils/python/gr_plot_fft_c b/gr-utils/python/utils/gr_plot_fft_c index 43e808d95a..43e808d95a 100755 --- a/gr-utils/python/gr_plot_fft_c +++ b/gr-utils/python/utils/gr_plot_fft_c diff --git a/gr-utils/python/gr_plot_fft_f b/gr-utils/python/utils/gr_plot_fft_f index dee9b17dea..dee9b17dea 100755 --- a/gr-utils/python/gr_plot_fft_f +++ b/gr-utils/python/utils/gr_plot_fft_f diff --git a/gr-utils/python/gr_plot_float b/gr-utils/python/utils/gr_plot_float index 22806e48ae..22806e48ae 100755 --- a/gr-utils/python/gr_plot_float +++ b/gr-utils/python/utils/gr_plot_float diff --git a/gr-utils/python/gr_plot_int b/gr-utils/python/utils/gr_plot_int index 355ddf0189..355ddf0189 100755 --- a/gr-utils/python/gr_plot_int +++ b/gr-utils/python/utils/gr_plot_int diff --git a/gr-utils/python/gr_plot_iq b/gr-utils/python/utils/gr_plot_iq index bf8077b6b4..bf8077b6b4 100755 --- a/gr-utils/python/gr_plot_iq +++ b/gr-utils/python/utils/gr_plot_iq diff --git a/gr-utils/python/gr_plot_psd b/gr-utils/python/utils/gr_plot_psd index 059ca6b645..059ca6b645 100644 --- a/gr-utils/python/gr_plot_psd +++ b/gr-utils/python/utils/gr_plot_psd diff --git a/gr-utils/python/gr_plot_psd_c b/gr-utils/python/utils/gr_plot_psd_c index fff2bff0f2..fff2bff0f2 100755 --- a/gr-utils/python/gr_plot_psd_c +++ b/gr-utils/python/utils/gr_plot_psd_c diff --git a/gr-utils/python/gr_plot_psd_f b/gr-utils/python/utils/gr_plot_psd_f index ec67994797..ec67994797 100755 --- a/gr-utils/python/gr_plot_psd_f +++ b/gr-utils/python/utils/gr_plot_psd_f diff --git a/gr-utils/python/gr_plot_qt b/gr-utils/python/utils/gr_plot_qt index 153359f0c6..153359f0c6 100755 --- a/gr-utils/python/gr_plot_qt +++ b/gr-utils/python/utils/gr_plot_qt diff --git a/gr-utils/python/gr_plot_short b/gr-utils/python/utils/gr_plot_short index 702a2a94a6..702a2a94a6 100755 --- a/gr-utils/python/gr_plot_short +++ b/gr-utils/python/utils/gr_plot_short diff --git a/gr-utils/python/gr_read_file_metadata b/gr-utils/python/utils/gr_read_file_metadata index 4373cd054b..4373cd054b 100644 --- a/gr-utils/python/gr_read_file_metadata +++ b/gr-utils/python/utils/gr_read_file_metadata diff --git a/gr-utils/python/grcc b/gr-utils/python/utils/grcc index 7e5665dc05..7e5665dc05 100755 --- a/gr-utils/python/grcc +++ b/gr-utils/python/utils/grcc diff --git a/gr-utils/python/plot_data.py b/gr-utils/python/utils/plot_data.py index 2ae3b1d5b3..2ae3b1d5b3 100644 --- a/gr-utils/python/plot_data.py +++ b/gr-utils/python/utils/plot_data.py diff --git a/gr-utils/python/plot_fft_base.py b/gr-utils/python/utils/plot_fft_base.py index 4afdc3a360..4afdc3a360 100755 --- a/gr-utils/python/plot_fft_base.py +++ b/gr-utils/python/utils/plot_fft_base.py diff --git a/gr-utils/python/plot_psd_base.py b/gr-utils/python/utils/plot_psd_base.py index fe3c9e12b7..fe3c9e12b7 100755 --- a/gr-utils/python/plot_psd_base.py +++ b/gr-utils/python/utils/plot_psd_base.py diff --git a/gr-utils/python/pyqt_filter.py b/gr-utils/python/utils/pyqt_filter.py index 0c781f2347..0c781f2347 100644 --- a/gr-utils/python/pyqt_filter.py +++ b/gr-utils/python/utils/pyqt_filter.py diff --git a/gr-utils/python/pyqt_filter.ui b/gr-utils/python/utils/pyqt_filter.ui index 9853352e2e..9853352e2e 100644 --- a/gr-utils/python/pyqt_filter.ui +++ b/gr-utils/python/utils/pyqt_filter.ui diff --git a/gr-utils/python/pyqt_plot.py b/gr-utils/python/utils/pyqt_plot.py index 5650135abf..5650135abf 100644 --- a/gr-utils/python/pyqt_plot.py +++ b/gr-utils/python/utils/pyqt_plot.py diff --git a/gr-utils/python/pyqt_plot.ui b/gr-utils/python/utils/pyqt_plot.ui index 55c72fda26..55c72fda26 100644 --- a/gr-utils/python/pyqt_plot.ui +++ b/gr-utils/python/utils/pyqt_plot.ui |