mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 02:22:10 -05:00
Updated Makefile.in and configure to use installed portaudio library.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1147 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7508dd1fad
commit
c750d4d6ee
@ -37,7 +37,7 @@ RM ?= @RM@
|
||||
F2PY = @F2PY@
|
||||
|
||||
###
|
||||
all: portaudio-v19/lib/.libs/libportaudio.a Audio.so plrs plrr
|
||||
all: Audio.so plrs plrr
|
||||
|
||||
OBJS2C = init_rs.o encode_rs.o decode_rs.o plrr_subs.o loc.o deep65.o
|
||||
|
||||
@ -84,10 +84,6 @@ AUDIOSRCS = a2d.f90 jtaudio.c start_portaudio.c
|
||||
|
||||
###
|
||||
|
||||
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
|
||||
|
||||
@ -118,7 +114,7 @@ plrs: plrs.F90 sec_midn.F90 plrs_subs.c cutil.c
|
||||
.PHONY : clean
|
||||
clean:
|
||||
${RM} -f *.o *.pyc *.so *~ map65 map65.spec
|
||||
# (cd portaudio-v19;${MAKE} clean)
|
||||
|
||||
distclean: clean
|
||||
${RM} -f config.log config.status Makefile
|
||||
(cd portaudio-v19;${MAKE} distclean)
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2502,7 +2502,7 @@ CFLAGS="$OLD_CFLAGS"
|
||||
|
||||
CPPFLAGS="-Iportaudio-v19/include -I/usr/local/include -I/usr/include/alsa -I/usr/local/include/alsa ${CPPFLAGS}"
|
||||
LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
|
||||
LIBS=" -lpthread ${LIBS}"
|
||||
LIBS=" -lpthread -lportaudio ${LIBS}"
|
||||
|
||||
echo "$as_me:$LINENO: checking uname -s for Cygwin, Solaris or HPUX" >&5
|
||||
echo $ECHO_N "checking uname -s for Cygwin, Solaris or HPUX... $ECHO_C" >&6
|
||||
|
Loading…
Reference in New Issue
Block a user