Added easycomm and rpcrot backends

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@870 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Francois Retief 2002-01-16 17:12:45 +00:00
rodzic e4bb8bfa09
commit a70ef2ab58
4 zmienionych plików z 3439 dodań i 2134 usunięć

Wyświetl plik

@ -8,6 +8,6 @@ SUBDIRS = include lib libltdl src @BACKEND_LIST@ c++ tcl tests doc
DIST_SUBDIRS = include lib libltdl src c++ tcl tests doc \
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
rpcrig winradio
rpcrig winradio easycomm rpcrot

Wyświetl plik

@ -103,7 +103,7 @@ SUBDIRS = include lib libltdl src @BACKEND_LIST@ c++ tcl tests doc
DIST_SUBDIRS = include lib libltdl src c++ tcl tests doc \
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
rpcrig winradio
rpcrig winradio easycomm rpcrot
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4

5563
configure vendored

Plik diff jest za duży Load Diff

Wyświetl plik

@ -154,7 +154,7 @@ fi
AC_SUBST(NET)
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc"
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc easycomm"
case "$host_os" in
linux-gnu*)
@ -165,7 +165,7 @@ case "$host_os" in
esac
if test "${ac_cv_header_rpc_rpc_h}" = "yes" ; then
BACKEND_LIST="$BACKEND_LIST rpcrig"
BACKEND_LIST="$BACKEND_LIST rpcrig rpcrot"
fi
# dlopen force or preopen self for static version ?
@ -198,7 +198,9 @@ uniden/Makefile
tentec/Makefile
kachina/Makefile
jrc/Makefile
easycomm/Makefile
rpcrig/Makefile
rpcrot/Makefile
src/Makefile
c++/Makefile
tcl/Makefile