From fe32de68b5a04755fadabe629f128ef468db12c0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 7 Sep 2006 18:58:49 +0000 Subject: [PATCH] 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 --- Makefile.in | 9 ++++++++- Makefile.win | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3d3638aa5..c32a1c043 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/Makefile.win b/Makefile.win index 554e30747..5f862b154 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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