kopia lustrzana https://github.com/Hamlib/Hamlib
regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@685 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
2d6f1d5812
commit
9d74e519e8
|
@ -60,6 +60,9 @@ host_triplet = @host@
|
|||
AMTAR = @AMTAR@
|
||||
AS = @AS@
|
||||
AWK = @AWK@
|
||||
BACKENDEPS = @BACKENDEPS@
|
||||
BACKENDLNK = @BACKENDLNK@
|
||||
BACKEND_LIST = @BACKEND_LIST@
|
||||
CC = @CC@
|
||||
CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
|
@ -96,7 +99,7 @@ aclocal_DATA = hamlib.m4
|
|||
|
||||
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4
|
||||
|
||||
SUBDIRS = include lib libltdl src icom kenwood aor yaesu dummy pcr alinco winradio uniden tentec kachina rpc c++ tcl tests doc
|
||||
SUBDIRS = include lib libltdl src @BACKEND_LIST@ c++ tcl tests doc
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -35,9 +35,6 @@
|
|||
/* Define if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Define if you have the `gdImageCreate' function. */
|
||||
#undef HAVE_GDIMAGECREATE
|
||||
|
||||
/* Define if you have the <gd.h> header file. */
|
||||
#undef HAVE_GD_H
|
||||
|
||||
|
@ -53,15 +50,9 @@
|
|||
/* Define if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if you have the `gd' library (-lgd). */
|
||||
#undef HAVE_LIBGD
|
||||
|
||||
/* Define if you have the `syslog' library (-lsyslog). */
|
||||
#undef HAVE_LIBSYSLOG
|
||||
|
||||
/* Define if you have the `z' library (-lz). */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
/* Define if you have the <linux/ppdev.h> header file. */
|
||||
#undef HAVE_LINUX_PPDEV_H
|
||||
|
||||
|
|
|
@ -60,6 +60,9 @@ host_triplet = @host@
|
|||
AMTAR = @AMTAR@
|
||||
AS = @AS@
|
||||
AWK = @AWK@
|
||||
BACKENDEPS = @BACKENDEPS@
|
||||
BACKENDLNK = @BACKENDLNK@
|
||||
BACKEND_LIST = @BACKEND_LIST@
|
||||
CC = @CC@
|
||||
CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
|
|
|
@ -60,6 +60,9 @@ host_triplet = @host@
|
|||
AMTAR = @AMTAR@
|
||||
AS = @AS@
|
||||
AWK = @AWK@
|
||||
BACKENDEPS = @BACKENDEPS@
|
||||
BACKENDLNK = @BACKENDLNK@
|
||||
BACKEND_LIST = @BACKEND_LIST@
|
||||
CC = @CC@
|
||||
CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
|
@ -101,32 +104,29 @@ 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 -dlopen ../winradio/libhamlib-winradio.la -dlopen ../kachina/libhamlib-kachina.la -dlopen ../rpc/libhamlib-rpcrig.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 ../rpc/libhamlib-rpcrig.la
|
||||
|
||||
listrigs_LDFLAGS = $(BACKENDLNK)
|
||||
dumpcaps_LDFLAGS = $(BACKENDLNK)
|
||||
dumpmem_LDFLAGS = $(BACKENDLNK)
|
||||
testcaps_LDFLAGS = $(BACKENDLNK)
|
||||
testrig_LDFLAGS = $(BACKENDLNK)
|
||||
testtrn_LDFLAGS = $(BACKENDLNK)
|
||||
testbcd_LDFLAGS = $(BACKENDLNK)
|
||||
testfreq_LDFLAGS = $(BACKENDLNK)
|
||||
rigctl_LDFLAGS = $(BACKENDLNK)
|
||||
listrigs_LDFLAGS = @BACKENDLNK@
|
||||
dumpcaps_LDFLAGS = @BACKENDLNK@
|
||||
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)
|
||||
rigmatrix_LDFLAGS = -lgd -lz @BACKENDLNK@
|
||||
testcpp_LDADD = ../c++/libhamlib++.la $(LDADD)
|
||||
testcpp_LDFLAGS = $(BACKENDLNK)
|
||||
testcpp_LDFLAGS = @BACKENDLNK@
|
||||
|
||||
dumpcaps_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
dumpmem_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
testcaps_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
testrig_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
testtrn_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
listrigs_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
rigctl_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS) ../lib/libmisc.a
|
||||
rigmatrix_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
testcpp_DEPENDENCIES = ../c++/libhamlib++.la $(BACKENDEPS)
|
||||
dumpcaps_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||
dumpmem_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||
testcaps_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||
testrig_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||
testtrn_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||
listrigs_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||
rigctl_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@ ../lib/libmisc.a
|
||||
rigmatrix_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
||||
testcpp_DEPENDENCIES = ../c++/libhamlib++.la @BACKENDEPS@
|
||||
|
||||
testrig_SOURCES = testrig.c
|
||||
testtrn_SOURCES = testtrn.c
|
||||
|
|
Ładowanie…
Reference in New Issue