From d6457af36ebf746abb7564d74dd9197b9589ff36 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 29 Dec 2015 23:52:46 +0000 Subject: [PATCH] Rename some sources in prep for decode callback implementation git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6323 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 6 +++--- lib/{wsjt4.f90 => jt4_decode.f90} | 0 lib/{jt65a.f90 => jt65_decode.f90} | 0 lib/{decjt9.f90 => jt9_decode.f90} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename lib/{wsjt4.f90 => jt4_decode.f90} (100%) rename lib/{jt65a.f90 => jt65_decode.f90} (100%) rename lib/{decjt9.f90 => jt9_decode.f90} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6aa588756..e324f42d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -289,7 +289,6 @@ set (wsjt_FSRCS lib/decode65a.f90 lib/decode65b.f90 lib/decoder.f90 - lib/decjt9.f90 lib/deep4.f90 lib/deg2grid.f90 lib/degrade_snr.f90 @@ -350,8 +349,10 @@ set (wsjt_FSRCS lib/iso_c_utilities.f90 lib/jplsubs.f lib/jt4.f90 + lib/jt4_decode.f90 lib/jt4a.f90 - lib/jt65a.f90 + lib/jt65_decode.f90 + lib/jt9_decode.f90 lib/jt9fano.f90 lib/jtmsk.f90 lib/libration.f90 @@ -404,7 +405,6 @@ set (wsjt_FSRCS lib/wav11.f90 lib/wav12.f90 lib/wavhdr.f90 - lib/wsjt4.f90 lib/xcor.f90 lib/xcor4.f90 lib/zplt.f90 diff --git a/lib/wsjt4.f90 b/lib/jt4_decode.f90 similarity index 100% rename from lib/wsjt4.f90 rename to lib/jt4_decode.f90 diff --git a/lib/jt65a.f90 b/lib/jt65_decode.f90 similarity index 100% rename from lib/jt65a.f90 rename to lib/jt65_decode.f90 diff --git a/lib/decjt9.f90 b/lib/jt9_decode.f90 similarity index 100% rename from lib/decjt9.f90 rename to lib/jt9_decode.f90