kopia lustrzana https://github.com/Hamlib/Hamlib
regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@632 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.2
rodzic
3debb5052f
commit
28fd0dae4b
|
@ -62,20 +62,21 @@ host_triplet = @host@
|
|||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DLL_PRELOAD = @DLL_PRELOAD@
|
||||
ECHO = @ECHO@
|
||||
EXEEXT = @EXEEXT@
|
||||
GCJ = @GCJ@
|
||||
GCJFLAGS = @GCJFLAGS@
|
||||
INCLTDL = @INCLTDL@
|
||||
INCLUDES = @INCLUDES@
|
||||
LIBHAMLIBTCL = @LIBHAMLIBTCL@
|
||||
LIBLTDL = @LIBLTDL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBWINRADIO = @LIBWINRADIO@
|
||||
LN_S = @LN_S@
|
||||
LTHAMLIBTCL = @LTHAMLIBTCL@
|
||||
LTLIBWINRADIO = @LTLIBWINRADIO@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
NET = @NET@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
|
@ -85,8 +86,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
||||
bin_PROGRAMS = rigctl
|
||||
|
@ -100,8 +99,8 @@ EXTRA_PROGRAMS = rigmatrix
|
|||
LDADD = ../src/libhamlib.la ../lib/libmisc.a
|
||||
DEPENDENCIES = ../src/libhamlib.la
|
||||
|
||||
BACKENDLNK = -dlopen self -dlopen ../icom/libhamlib-icom.la -dlopen ../yaesu/libhamlib-yaesu.la -dlopen ../kenwood/libhamlib-kenwood.la -dlopen ../aor/libhamlib-aor.la -dlopen ../dummy/libhamlib-dummy.la -dlopen ../pcr/libhamlib-pcr.la -dlopen ../alinco/libhamlib-alinco.la -dlopen ../uniden/libhamlib-uniden.la -dlopen ../tentec/libhamlib-tentec.la @WINRADIOLNK@
|
||||
BACKENDEPS = ../icom/libhamlib-icom.la ../yaesu/libhamlib-yaesu.la ../kenwood/libhamlib-kenwood.la ../aor/libhamlib-aor.la ../dummy/libhamlib-dummy.la ../pcr/libhamlib-pcr.la ../alinco/libhamlib-alinco.la ../uniden/libhamlib-uniden.la ../tentec/libhamlib-tentec.la @WINRADIODEPS@
|
||||
BACKENDLNK = -dlopen self -dlopen ../icom/libhamlib-icom.la -dlopen ../yaesu/libhamlib-yaesu.la -dlopen ../kenwood/libhamlib-kenwood.la -dlopen ../aor/libhamlib-aor.la -dlopen ../dummy/libhamlib-dummy.la -dlopen ../pcr/libhamlib-pcr.la -dlopen ../alinco/libhamlib-alinco.la -dlopen ../uniden/libhamlib-uniden.la -dlopen ../tentec/libhamlib-tentec.la -dlopen ../winradio/libhamlib-winradio.la -dlopen ../kachina/libhamlib-kachina.la
|
||||
BACKENDEPS = ../icom/libhamlib-icom.la ../yaesu/libhamlib-yaesu.la ../kenwood/libhamlib-kenwood.la ../aor/libhamlib-aor.la ../dummy/libhamlib-dummy.la ../pcr/libhamlib-pcr.la ../alinco/libhamlib-alinco.la ../uniden/libhamlib-uniden.la ../tentec/libhamlib-tentec.la ../winradio/libhamlib-winradio.la ../kachina/libhamlib-kachina.la
|
||||
|
||||
listrigs_LDFLAGS = $(BACKENDLNK)
|
||||
dumpcaps_LDFLAGS = $(BACKENDLNK)
|
||||
|
@ -109,6 +108,8 @@ dumpmem_LDFLAGS = $(BACKENDLNK)
|
|||
testcaps_LDFLAGS = $(BACKENDLNK)
|
||||
testrig_LDFLAGS = $(BACKENDLNK)
|
||||
testtrn_LDFLAGS = $(BACKENDLNK)
|
||||
testbcd_LDFLAGS = $(BACKENDLNK)
|
||||
testfreq_LDFLAGS = $(BACKENDLNK)
|
||||
rigctl_LDFLAGS = $(BACKENDLNK)
|
||||
# rigmatrix needs also libgd
|
||||
rigmatrix_LDFLAGS = -lgd $(BACKENDLNK)
|
||||
|
@ -169,11 +170,9 @@ testtrn_LDADD = $(LDADD)
|
|||
testbcd_OBJECTS = testbcd.$(OBJEXT)
|
||||
testbcd_LDADD = $(LDADD)
|
||||
testbcd_DEPENDENCIES = ../src/libhamlib.la ../lib/libmisc.a
|
||||
testbcd_LDFLAGS =
|
||||
testfreq_OBJECTS = testfreq.$(OBJEXT)
|
||||
testfreq_LDADD = $(LDADD)
|
||||
testfreq_DEPENDENCIES = ../src/libhamlib.la ../lib/libmisc.a
|
||||
testfreq_LDFLAGS =
|
||||
listrigs_OBJECTS = listrigs.$(OBJEXT)
|
||||
listrigs_LDADD = $(LDADD)
|
||||
testcpp_OBJECTS = testcpp.$(OBJEXT)
|
||||
|
|
Ładowanie…
Reference in New Issue