From cdf1d6c05a5f5a654d0fcf3704376b97f62e02af Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 25 Jan 2006 18:51:57 +0000 Subject: [PATCH] Updated Makefile.in. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@118 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Makefile.in | 4 +++- wsjt.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c9d69b5c7..c270661f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,9 @@ SRCS2F90 = abc441.f90 astro0.f90 audio_init.f90 azdist0.f90 \ wsjtgen.f90 runqqq.f90 fivehz.f90 OBJS2F90 = ${SRCS2F90:.f90=.o} -SRCS2F77 = wsjt1.f astro.f astropak.f \ +SRCS2F77 = wsjt1.f astro.f azdist.f coord.f dcoord.f deg2grid.f \ + dot.f ftsky.f geocentric.f GeoDist.f grid2deg.f moon2.f \ + MoonDop.f sun.f toxyz.f pfxdump.f \ avesp2.f bzap.f spec441.f spec2d.f mtdecode.f stdecode.f \ indexx.f s2shape.f flat2.f gen65.f chkmsg.f gen6m.f gentone.f \ syncf0.f syncf1.f synct.f decode6m.f avemsg6m.f \ diff --git a/wsjt.py b/wsjt.py index c49949489..defeeea33 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#---------------------------------------------------------------- WSJT +#--------------------------------------------------------------- WSJT from Tkinter import * from tkFileDialog import * import Pmw