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-79ac388436b8
Hamlib-1.2.9
Stéphane Fillod, F8CFE 2009-01-24 13:33:49 +00:00
rodzic 30f66de479
commit 48ea7c9263
2 zmienionych plików z 2 dodań i 24 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
# tcl, perl, and kylix subdirs are no longer distributed
DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
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 \
gs232a heathkit

Wyświetl plik

@ -367,25 +367,9 @@ if test "${cf_with_winradio}" = "yes" ; then
BACKEND_LIST="$BACKEND_LIST winradio"
fi
# FIXME: check for presence of libgnuradio, libfftw
if test "${cf_with_cxx}" = "yes" ; then
# 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_ARG_WITH(usrp,
[ --with-usrp build USRP backend],
@ -397,12 +381,7 @@ if test "${cf_with_cxx}" = "yes" ; then
PKG_CHECK_MODULES(USRP, usrp >= 0.8,
[AC_DEFINE(HAVE_USRP,[1],[Define if usrp is available])])
fi
fi
#AC_MSG_CHECKING(whether to build microtune backend)
#AC_MSG_RESULT($cf_with_cxx)
AC_SUBST(GNURADIO_CFLAGS)
AC_SUBST(GNURADIO_LIBS)
fi
PKG_CHECK_MODULES(LIBUSB, libusb >= 0.1, ,
@ -520,7 +499,6 @@ skanti/Makefile
wj/Makefile
racal/Makefile
tuner/Makefile
gnuradio/Makefile
easycomm/Makefile
fodtrack/Makefile
gs232a/Makefile