kopia lustrzana https://github.com/Hamlib/Hamlib
new backends, forget about libieee math
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1489 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.0
rodzic
9976a1a143
commit
fc009f994f
13
configure.ac
13
configure.ac
|
@ -57,7 +57,7 @@ AC_HEADER_STDC
|
||||||
AC_CHECK_HEADERS([alloca.h argz.h malloc.h memory.h string.h strings.h])
|
AC_CHECK_HEADERS([alloca.h argz.h malloc.h memory.h string.h strings.h])
|
||||||
AC_CHECK_HEADERS([stdlib.h values.h rpc/rpc.h rpc/rpcent.h net/errno.h])
|
AC_CHECK_HEADERS([stdlib.h values.h rpc/rpc.h rpc/rpcent.h net/errno.h])
|
||||||
AC_CHECK_HEADERS([fcntl.h sys/ioctl.h sys/time.h sys/param.h unistd.h getopt.h errno.h])
|
AC_CHECK_HEADERS([fcntl.h sys/ioctl.h sys/time.h sys/param.h unistd.h getopt.h errno.h])
|
||||||
AC_CHECK_HEADERS([sys/ioccom.h linux/ppdev.h sgtty.h term.h termio.h termios.h])
|
AC_CHECK_HEADERS([sys/ioccom.h linux/ppdev.h linux/parport.h sgtty.h term.h termio.h termios.h])
|
||||||
AC_CHECK_HEADERS([windows.h winioctl.h winbase.h])
|
AC_CHECK_HEADERS([windows.h winioctl.h winbase.h])
|
||||||
|
|
||||||
AM_SYS_POSIX_TERMIOS
|
AM_SYS_POSIX_TERMIOS
|
||||||
|
@ -85,11 +85,8 @@ dnl Checks for libraries.
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# On a few very rare systems, all of the libm.a stuff is
|
# On a few very rare systems, all of the libm.a stuff is
|
||||||
# already in libc.a. Set compiler flags accordingly.
|
# already in libc.a. Set compiler flags accordingly.
|
||||||
# Also, Linux requires the "ieee" library for math to work
|
|
||||||
# right (and it must appear before "-lm").
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
AC_CHECK_FUNC(sin, [MATH_LIBS=""], [MATH_LIBS="-lm"])
|
AC_CHECK_FUNC(sin, [MATH_LIBS=""], [MATH_LIBS="-lm"])
|
||||||
AC_CHECK_LIB(ieee, main, [MATH_LIBS="-lieee $MATH_LIBS"], [], [])
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Interactive UNIX requires -linet instead of -lsocket, plus it
|
# Interactive UNIX requires -linet instead of -lsocket, plus it
|
||||||
|
@ -200,8 +197,8 @@ fi
|
||||||
AC_SUBST(RIGMATRIX)
|
AC_SUBST(RIGMATRIX)
|
||||||
|
|
||||||
|
|
||||||
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc drake"
|
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc drake lowe"
|
||||||
ROT_BACKEND_LIST="dummy easycomm rotorez"
|
ROT_BACKEND_LIST="dummy easycomm rotorez sartek"
|
||||||
BINDINGS=""
|
BINDINGS=""
|
||||||
BINDING_LIST=""
|
BINDING_LIST=""
|
||||||
|
|
||||||
|
@ -293,6 +290,7 @@ case "$host_os" in
|
||||||
# TODO: support parallel port interface on other systems too
|
# TODO: support parallel port interface on other systems too
|
||||||
if test "${ac_cv_header_linux_ppdev_h}" = "yes"; then
|
if test "${ac_cv_header_linux_ppdev_h}" = "yes"; then
|
||||||
ROT_BACKEND_LIST="$ROT_BACKEND_LIST fodtrack"
|
ROT_BACKEND_LIST="$ROT_BACKEND_LIST fodtrack"
|
||||||
|
RIG_BACKEND_LIST="$RIG_BACKEND_LIST flexradio"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -412,9 +410,11 @@ tentec/Makefile
|
||||||
kachina/Makefile
|
kachina/Makefile
|
||||||
jrc/Makefile
|
jrc/Makefile
|
||||||
drake/Makefile
|
drake/Makefile
|
||||||
|
lowe/Makefile
|
||||||
gnuradio/Makefile
|
gnuradio/Makefile
|
||||||
easycomm/Makefile
|
easycomm/Makefile
|
||||||
fodtrack/Makefile
|
fodtrack/Makefile
|
||||||
|
sartek/Makefile
|
||||||
rpcrig/Makefile
|
rpcrig/Makefile
|
||||||
rpcrot/Makefile
|
rpcrot/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
@ -425,6 +425,7 @@ tests/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
rotorez/Makefile
|
rotorez/Makefile
|
||||||
microtune/Makefile
|
microtune/Makefile
|
||||||
|
flexradio/Makefile
|
||||||
hamlib.pc
|
hamlib.pc
|
||||||
hamlib.spec]
|
hamlib.spec]
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue