mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Added libportaudio.a to list of files that must be made.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@506 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
74cbc22e64
commit
3b2543d00e
@ -36,7 +36,7 @@ RM ?= @RM@
|
||||
F2PY = @F2PY@
|
||||
|
||||
###
|
||||
all: Audio.so plrs plrr
|
||||
all: portaudio-v19/lib/.libs/libportaudio.a Audio.so plrs plrr
|
||||
|
||||
OBJS2C = init_rs.o encode_rs.o decode_rs.o plrr_subs.o loc.o deep65.o
|
||||
|
||||
@ -83,9 +83,9 @@ AUDIOSRCS = a2d.f90 jtaudio.c resample.c start_portaudio.c
|
||||
|
||||
###
|
||||
|
||||
#portaudio-v19/lib/.libs/libportaudio.a:
|
||||
# (cd portaudio-v19;./configure --with-jack=no)
|
||||
# (cd portaudio-v19;${MAKE})
|
||||
portaudio-v19/lib/.libs/libportaudio.a:
|
||||
(cd portaudio-v19;./configure)
|
||||
(cd portaudio-v19;${MAKE})
|
||||
|
||||
deep65.o: deep65.F
|
||||
$(FC) -c -O0 -Wall -fPIC deep65.F
|
||||
|
Loading…
Reference in New Issue
Block a user