Move dummy to rigs directory

Remove unneeded references to dummy

(cherry picked from commit 0e44e2f317)
Hamlib-4.0
Michael Black W9MDB 2020-10-05 09:58:20 -05:00 zatwierdzone przez Nate Bargmann
rodzic 875ef7fcf2
commit 10e5c78725
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
18 zmienionych plików z 2 dodań i 15 usunięć

Wyświetl plik

@ -51,8 +51,7 @@ dnl added to AC_CONFIG_FILES near the end of this file. See README.developer
dnl Beware of duplication should a backend directory include both rig and dnl Beware of duplication should a backend directory include both rig and
dnl rotor definitions, e.g. "dummy". Optional backends will not be listed dnl rotor definitions, e.g. "dummy". Optional backends will not be listed
dnl here but will be added later, e.g. "winradio". dnl here but will be added later, e.g. "winradio".
BACKEND_LIST="dummy" RIG_BACKEND_LIST="rigs/adat rigs/alinco rigs/aor rigs/barrett rigs/dorji rigs/drake rigs/dummy rigs/elad rigs/flexradio rigs/icom rigs/icmarine rigs/jrc rigs/kachina rigs/kenwood rigs/kit rigs/lowe rigs/pcr rigs/prm80 rigs/racal rigs/rft rigs/rs rigs/skanti rigs/tapr rigs/tentec rigs/tuner rigs/uniden rigs/winradio rigs/wj rigs/yaesu"
RIG_BACKEND_LIST="rigs/adat rigs/alinco rigs/aor rigs/barrett rigs/dorji rigs/drake rigs/elad rigs/flexradio rigs/icom rigs/icmarine rigs/jrc rigs/kachina rigs/kenwood rigs/kit rigs/lowe rigs/pcr rigs/prm80 rigs/racal rigs/rft rigs/rs rigs/skanti rigs/tapr rigs/tentec rigs/tuner rigs/uniden rigs/winradio rigs/wj rigs/yaesu"
ROT_BACKEND_LIST="rotators/amsat rotators/ars rotators/celestron rotators/cnctrk rotators/easycomm rotators/ether6 rotators/fodtrack rotators/gs232a rotators/heathkit rotators/m2 rotators/meade rotators/rotorez rotators/sartek rotators/spid rotators/ts7400 rotators/prosistel rotators/ioptron" ROT_BACKEND_LIST="rotators/amsat rotators/ars rotators/celestron rotators/cnctrk rotators/easycomm rotators/ether6 rotators/fodtrack rotators/gs232a rotators/heathkit rotators/m2 rotators/meade rotators/rotorez rotators/sartek rotators/spid rotators/ts7400 rotators/prosistel rotators/ioptron"
# Amplifiers are all in the amplifiers directory # Amplifiers are all in the amplifiers directory
AMP_BACKEND_LIST="amplifiers/elecraft" AMP_BACKEND_LIST="amplifiers/elecraft"
@ -723,17 +722,6 @@ echo Build_OS is $build_os
dnl otherwise parallel 'make -jn' will fail dnl otherwise parallel 'make -jn' will fail
## ---------------------------------- ##
## Prepare toplevel backend dependencies ##
## ---------------------------------- ##
for be in ${BACKEND_LIST} ; do
BACKENDEPS="${BACKENDEPS} \$(top_builddir)/${be}/libhamlib-${be}.la"
done
AC_SUBST([BACKEND_LIST])
AC_SUBST([BACKENDEPS])
## ---------------------------------- ## ## ---------------------------------- ##
## Prepare rig backend dependencies ## ## Prepare rig backend dependencies ##
## ---------------------------------- ## ## ---------------------------------- ##
@ -791,7 +779,6 @@ AC_CONFIG_FILES([Makefile
macros/Makefile macros/Makefile
include/Makefile include/Makefile
lib/Makefile lib/Makefile
dummy/Makefile
src/Makefile src/Makefile
c++/Makefile c++/Makefile
bindings/Makefile bindings/Makefile
@ -820,6 +807,7 @@ rigs/aor/Makefile
rigs/barrett/Makefile rigs/barrett/Makefile
rigs/dorji/Makefile rigs/dorji/Makefile
rigs/drake/Makefile rigs/drake/Makefile
rigs/dummy/Makefile
rigs/elad/Makefile rigs/elad/Makefile
rigs/flexradio/Makefile rigs/flexradio/Makefile
rigs/icmarine/Makefile rigs/icmarine/Makefile

Wyświetl plik

@ -72,7 +72,6 @@ extern int read_history();
#include "iofunc.h" #include "iofunc.h"
#include "serial.h" #include "serial.h"
#include "sprintflst.h" #include "sprintflst.h"
#include "dummy/dummy.h"
#include "rigctl_parse.h" #include "rigctl_parse.h"
#define MAXNAMSIZ 32 #define MAXNAMSIZ 32