Fix Makefile.in so that JT65code will be compiled.

Corrected a line in Makefile.win.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@286 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-09-07 18:58:49 +00:00
parent 4eb1318de7
commit fe32de68b5
2 changed files with 9 additions and 2 deletions

View File

@ -94,7 +94,7 @@ SRCS3C = ptt_unix.c igray.c wrapkarn.c cutil.c
OBJS3C = ${SRCS3C:.c=.o}
AUDIOSRCS = @AUDIO@
all: wsjt6
all: wsjt6 JT65code
JT65code: $(OBJS1)
$(FC) -o JT65code $(OBJS1)
@ -123,6 +123,13 @@ wsjt.spec: wsjt.py astro.py g.py options.py palettes.py smeter.py specjt.py
# --tk --onefile wsjt.py
init_rs_int.o: init_rs.c
$(CC) $(CFLAGS) -c -DBIGSYM=1 -o init_rs_int.o init_rs.c
encode_rs_int.o: encode_rs.c
$(CC) $(CFLAGS) -c -DBIGSYM=1 -o encode_rs_int.o encode_rs.c
decode_rs_int.o: decode_rs.c
$(CC) $(CFLAGS) -c -DBIGSYM=1 -o decode_rs_int.o decode_rs.c
.PHONY : clean
clean:
${RM} -f *.o *.pyc *.so *~ JT65code wsjt6

View File

@ -71,7 +71,7 @@ jtaudio.o: jtaudio.c
init_rs.obj: init_rs.c
$(CC) /nologo /c /DBIGSYM=1 init_rs.c
init_rs.o: init_rs.obj
init_rs.o: init_rs.c
$(CC) /nologo /c /DBIGSYM=1 /Foinit_rs.o init_rs.c
encode_rs.obj: encode_rs.c