Don't build obsolete utility ft8d.f90.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7870 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2017-07-13 23:23:05 +00:00
parent 2e704a33db
commit 40d9933701

View File

@ -394,7 +394,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
@ -1159,9 +1158,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)