From 62d8eb1bf51790f5158b5bc457494cefdd28e3c9 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 13 Apr 2014 18:49:09 +0000 Subject: [PATCH] Legacy makefile maintenance. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4020 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/Makefile.linux | 8 +++++--- wsjtx.pro | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/Makefile.linux b/lib/Makefile.linux index cf15bc227..c6e1d01cc 100644 --- a/lib/Makefile.linux +++ b/lib/Makefile.linux @@ -30,7 +30,9 @@ CFLAGS = -I. -fbounds-check -fPIE all: libjt9.a jt9sim jt9 jt9code jt65code -OBJS1 = prog_args.o options.o pctile.o graycode.o sort.o ssort.o chkmsg.o \ +OBJS1 = astrosub.o astro0.o astro.o tm2.o sun.o moondop.o coord.o tmoonsub.o \ + geocentric.o moon2.o toxyz.o dot.o dcoord.o \ + prog_args.o options.o pctile.o graycode.o sort.o ssort.o chkmsg.o \ unpackmsg.o igray.o unpackcall.o unpackgrid.o \ grid2k.o unpacktext.o getpfx2.o packmsg.o deg2grid.o \ packtext.o getpfx1.o packcall.o k2grid.o packgrid.o \ @@ -42,11 +44,11 @@ OBJS1 = prog_args.o options.o pctile.o graycode.o sort.o ssort.o chkmsg.o \ softsym.o peakdt9.o getlags.o afc9.o fchisq.o \ twkfreq.o downsam9.o symspec2.o ipcomm.o sleep_msec.o \ stdmsg.o sec_midn.o usleep.o azdist.o geodist.o morse.o \ - fillcom.o chkss2.o zplot9.o flat2.o \ + fillcom.o chkss2.o zplot9.o flat1.o flat2.o \ jt65a.o symspec65.o flat65.o ccf65.o decode65a.o \ filbig.o fil6521.o afc65b.o decode65b.o setup65.o \ extract.o fchisq65.o demod64a.o chkhist.o interleave63.o ccf2.o \ - move.o indexx.o graycode65.o twkfreq65.o smo121.o \ + move.o indexx.o graycode65.o twkfreq65.o smo.o smo121.o \ wrapkarn.o init_rs.o encode_rs.o decode_rs.o gen65.o fil4.o \ flat3.o polfit.o determ.o baddata.o diff --git a/wsjtx.pro b/wsjtx.pro index 6b315990e..56729b179 100644 --- a/wsjtx.pro +++ b/wsjtx.pro @@ -45,6 +45,7 @@ SOURCES += \ astro.cpp \ Radio.cpp \ NetworkServerLookup.cpp \ + revision_utils.cpp \ Transceiver.cpp \ TransceiverBase.cpp \ TransceiverFactory.cpp \ @@ -82,7 +83,7 @@ SOURCES += \ HEADERS += qt_helpers.hpp \ pimpl_h.hpp pimpl_impl.hpp \ - Radio.hpp NetworkServerLookup.hpp \ + Radio.hpp NetworkServerLookup.hpp revision_utils.hpp \ mainwindow.h plotter.h soundin.h soundout.h astro.h \ about.h WFPalette.hpp widegraph.h getfile.h \ commons.h sleep.h displaytext.h logqso.h \