Updated Makefile.in.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@118 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-01-25 18:51:57 +00:00
parent c0fb435c6a
commit cdf1d6c05a
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -1,4 +1,4 @@
#---------------------------------------------------------------- WSJT
#--------------------------------------------------------------- WSJT
from Tkinter import *
from tkFileDialog import *
import Pmw