kill microtune backend

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2440 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.8
Stéphane Fillod, F8CFE 2008-10-31 22:20:40 +00:00
rodzic c9bd7adccd
commit c365417595
3 zmienionych plików z 5 dodań i 7 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
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 \
microtune flexradio sartek lowe rft tapr kit skanti wj racal tuner \
flexradio sartek lowe rft tapr kit skanti wj racal tuner \
gs232a
rpm: Makefile

Wyświetl plik

@ -361,7 +361,7 @@ 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"
#BACKEND_LIST="$BACKEND_LIST microtune"
AC_MSG_CHECKING(whether to build gnuradio backend)
AC_ARG_WITH(gnuradio,
@ -389,8 +389,8 @@ if test "${cf_with_cxx}" = "yes" ; then
[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_MSG_CHECKING(whether to build microtune backend)
#AC_MSG_RESULT($cf_with_cxx)
AC_SUBST(GNURADIO_CFLAGS)
AC_SUBST(GNURADIO_LIBS)
@ -514,7 +514,6 @@ tests/Makefile
doc/Makefile
doc/hamlib.cfg
rotorez/Makefile
microtune/Makefile
flexradio/Makefile
hamlib.pc
hamlib.spec]

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Interface - list of known rigs
* Copyright (c) 2000-2008 by Stephane Fillod and Frank Singleton
*
* $Id: riglist.h,v 1.71 2008-10-06 18:16:35 fillods Exp $
* $Id: riglist.h,v 1.72 2008-10-31 22:20:40 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -492,7 +492,6 @@ typedef int rig_model_t;
{ RIG_ALINCO, RIG_BACKEND_ALINCO }, \
{ RIG_KACHINA, RIG_BACKEND_KACHINA }, \
{ RIG_RPC, RIG_BACKEND_RPC }, \
{ RIG_MICROTUNE, RIG_BACKEND_MICROTUNE }, \
{ RIG_TAPR, RIG_BACKEND_TAPR }, \
{ RIG_FLEXRADIO, RIG_BACKEND_FLEXRADIO }, \
{ RIG_RFT, RIG_BACKEND_RFT }, \