Merged from trunk:

------------------------------------------------------------------------
r7870 | k9an | 2017-07-14 00:23:05 +0100 (Fri, 14 Jul 2017) | 1 line

Don't build obsolete utility ft8d.f90.
------------------------------------------------------------------------



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@7912 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-07-16 16:17:03 +00:00
parent 2bd522d095
commit b3fdb0a34c

View File

@ -434,7 +434,6 @@ set (wsjt_FSRCS
lib/freqcal.f90
lib/fsk4hf/fsk4hf.f90
lib/fsk4hf/ft8b.f90
lib/fsk4hf/ft8d.f90
lib/fsk4hf/ft8_downsample.f90
lib/fsk4hf/ft8sim.f90
lib/gen4.f90
@ -1199,9 +1198,6 @@ target_link_libraries (ldpcsim168 wsjt_fort wsjt_cxx)
add_executable (fsk4hf lib/fsk4hf/fsk4hf.f90 wsjtx.rc)
target_link_libraries (fsk4hf wsjt_fort wsjt_cxx)
add_executable (ft8d lib/fsk4hf/ft8d.f90 wsjtx.rc)
target_link_libraries (ft8d wsjt_fort wsjt_cxx)
add_executable (ft8sim lib/fsk4hf/ft8sim.f90 wsjtx.rc)
target_link_libraries (ft8sim wsjt_fort wsjt_cxx)