kopia lustrzana https://github.com/Hamlib/Hamlib
do not distribute any more the gnuradio backend (out of date)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2592 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.9
rodzic
30f66de479
commit
48ea7c9263
|
@ -16,7 +16,7 @@ SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
|
||||||
# tcl, perl, and kylix subdirs are no longer distributed
|
# tcl, perl, and kylix subdirs are no longer distributed
|
||||||
DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
|
DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
|
||||||
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
|
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
|
||||||
rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \
|
rpcrig winradio easycomm fodtrack rpcrot drake rotorez \
|
||||||
flexradio sartek lowe rft tapr kit skanti wj racal tuner \
|
flexradio sartek lowe rft tapr kit skanti wj racal tuner \
|
||||||
gs232a heathkit
|
gs232a heathkit
|
||||||
|
|
||||||
|
|
24
configure.ac
24
configure.ac
|
@ -367,24 +367,8 @@ if test "${cf_with_winradio}" = "yes" ; then
|
||||||
BACKEND_LIST="$BACKEND_LIST winradio"
|
BACKEND_LIST="$BACKEND_LIST winradio"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# FIXME: check for presence of libgnuradio, libfftw
|
|
||||||
if test "${cf_with_cxx}" = "yes" ; then
|
if test "${cf_with_cxx}" = "yes" ; then
|
||||||
# stuff that requires C++ support
|
# stuff that requires C++ support
|
||||||
#BACKEND_LIST="$BACKEND_LIST microtune"
|
|
||||||
|
|
||||||
AC_MSG_CHECKING(whether to build gnuradio backend)
|
|
||||||
AC_ARG_WITH(gnuradio,
|
|
||||||
[ --with-gnuradio build gnuradio backend],
|
|
||||||
[cf_with_gnuradio=$withval],
|
|
||||||
[cf_with_gnuradio="no"])
|
|
||||||
AC_MSG_RESULT($cf_with_gnuradio)
|
|
||||||
|
|
||||||
if test "${cf_with_gnuradio}" = "yes" ; then
|
|
||||||
PKG_CHECK_MODULES(GNURADIO, gnuradio >= 0.9)
|
|
||||||
dnl check for pthreads
|
|
||||||
ACX_PTHREAD([BACKEND_LIST="$BACKEND_LIST gnuradio"],
|
|
||||||
[AC_MSG_FAILURE([gnuradio backend requires POSIX threads. pthreads not found.])])
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_MSG_CHECKING(whether to build USRP backend)
|
AC_MSG_CHECKING(whether to build USRP backend)
|
||||||
AC_ARG_WITH(usrp,
|
AC_ARG_WITH(usrp,
|
||||||
|
@ -397,12 +381,7 @@ if test "${cf_with_cxx}" = "yes" ; then
|
||||||
PKG_CHECK_MODULES(USRP, usrp >= 0.8,
|
PKG_CHECK_MODULES(USRP, usrp >= 0.8,
|
||||||
[AC_DEFINE(HAVE_USRP,[1],[Define if usrp is available])])
|
[AC_DEFINE(HAVE_USRP,[1],[Define if usrp is available])])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
#AC_MSG_CHECKING(whether to build microtune backend)
|
|
||||||
#AC_MSG_RESULT($cf_with_cxx)
|
|
||||||
|
|
||||||
AC_SUBST(GNURADIO_CFLAGS)
|
|
||||||
AC_SUBST(GNURADIO_LIBS)
|
|
||||||
|
|
||||||
|
|
||||||
PKG_CHECK_MODULES(LIBUSB, libusb >= 0.1, ,
|
PKG_CHECK_MODULES(LIBUSB, libusb >= 0.1, ,
|
||||||
|
@ -520,7 +499,6 @@ skanti/Makefile
|
||||||
wj/Makefile
|
wj/Makefile
|
||||||
racal/Makefile
|
racal/Makefile
|
||||||
tuner/Makefile
|
tuner/Makefile
|
||||||
gnuradio/Makefile
|
|
||||||
easycomm/Makefile
|
easycomm/Makefile
|
||||||
fodtrack/Makefile
|
fodtrack/Makefile
|
||||||
gs232a/Makefile
|
gs232a/Makefile
|
||||||
|
|
Ładowanie…
Reference in New Issue