mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
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:
parent
ff727327b0
commit
e0f7661a4c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user