kopia lustrzana https://github.com/Hamlib/Hamlib
regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@603 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.2
rodzic
3fe5d3cd98
commit
6c0d2e2a70
22
Makefile.in
22
Makefile.in
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -85,24 +84,21 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
||||
EXTRA_DIST = PLAN TODO LICENSE
|
||||
EXTRA_DIST = PLAN TODO LICENSE hamlib.spec
|
||||
SUBDIRS = include lib libltdl src icom kenwood aor yaesu dummy pcr alinco winradio uniden tentec c++ tcl tests doc
|
||||
|
||||
INCLUDES = $(INCLTDL)
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ./include/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_FILES = hamlib.spec
|
||||
DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \
|
||||
Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 config.guess \
|
||||
config.sub configure configure.in include/config.h.in \
|
||||
config.sub configure configure.ac hamlib.spec.in include/config.h.in \
|
||||
include/stamp-h.in install-sh ltmain.sh missing mkinstalldirs
|
||||
|
||||
|
||||
|
@ -112,19 +108,19 @@ TAR = tar
|
|||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
$(ACLOCAL_M4): configure.in
|
||||
$(ACLOCAL_M4): configure.ac
|
||||
cd $(srcdir) && $(ACLOCAL)
|
||||
|
||||
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
|
||||
config.status: $(srcdir)/configure.ac $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||
$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
|
||||
include/config.h: include/stamp-h
|
||||
|
@ -142,7 +138,7 @@ $(srcdir)/include/config.h.in: $(srcdir)/include/stamp-h.in
|
|||
rm -f $(srcdir)/include/stamp-h.in; \
|
||||
$(MAKE) $(srcdir)/include/stamp-h.in; \
|
||||
else :; fi
|
||||
$(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOHEADER)
|
||||
@echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null
|
||||
|
||||
|
@ -154,6 +150,8 @@ distclean-hdr:
|
|||
-rm -f include/config.h
|
||||
|
||||
maintainer-clean-hdr:
|
||||
hamlib.spec: $(top_builddir)/config.status hamlib.spec.in
|
||||
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
# This directory's subdirectories are mostly independent; you can cd
|
||||
# into them and run `make' without going through this Makefile.
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,20 +85,19 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
||||
ALINCOSRCLIST = dx77.c
|
||||
|
||||
lib_LTLIBRARIES = libhamlib-alinco.la
|
||||
libhamlib_alinco_la_SOURCES = dx77.c alinco.c
|
||||
libhamlib_alinco_la_SOURCES = $(ALINCOSRCLIST) alinco.c
|
||||
libhamlib_alinco_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_alinco_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_alinco_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-alinco.a
|
||||
libhamlib_alinco_a_SOURCES = dx77.c alinco.c
|
||||
libhamlib_alinco_a_SOURCES = $(ALINCOSRCLIST) alinco.c
|
||||
libhamlib_alinco_a_LIBADD = ../src/libhamlib.la
|
||||
|
||||
noinst_HEADERS = alinco.h
|
||||
|
@ -113,9 +113,10 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libhamlib_alinco_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_alinco_a_OBJECTS = dx77.$(OBJEXT) alinco.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_alinco_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_alinco_la_LIBADD =
|
||||
libhamlib_alinco_la_OBJECTS = dx77.lo alinco.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -138,7 +139,7 @@ OBJECTS = $(libhamlib_alinco_a_OBJECTS) $(libhamlib_alinco_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu alinco/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -96,7 +94,7 @@ AORSRCLIST = ar8200.c
|
|||
lib_LTLIBRARIES = libhamlib-aor.la
|
||||
libhamlib_aor_la_SOURCES = $(AORSRCLIST) aor.c
|
||||
libhamlib_aor_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_aor_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_aor_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-aor.a
|
||||
libhamlib_aor_a_SOURCES = $(AORSRCLIST) aor.c
|
||||
|
@ -115,9 +113,10 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libhamlib_aor_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_aor_a_OBJECTS = ar8200.$(OBJEXT) aor.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_aor_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_aor_la_LIBADD =
|
||||
libhamlib_aor_la_OBJECTS = ar8200.lo aor.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -140,7 +139,7 @@ OBJECTS = $(libhamlib_aor_a_OBJECTS) $(libhamlib_aor_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu aor/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -94,7 +92,7 @@ hamlibdocdir = @hamlibdocdir@
|
|||
lib_LTLIBRARIES = libhamlib++.la
|
||||
libhamlib___la_SOURCES = rigclass.cc
|
||||
libhamlib___la_LDFLAGS = -no-undefined -release @VERSION@
|
||||
libhamlib___la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib___la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib++.a
|
||||
libhamlib___a_SOURCES = rigclass.cc
|
||||
|
@ -111,9 +109,10 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libhamlib___a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib___a_OBJECTS = rigclass.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib___la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib___la_LIBADD =
|
||||
libhamlib___la_OBJECTS = rigclass.lo
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
|
@ -134,7 +133,7 @@ OBJECTS = $(libhamlib___a_OBJECTS) $(libhamlib___la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .cc .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu c++/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -10,6 +10,17 @@
|
|||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
#noinst_SCRIPTS = hamlib-doc split-man.pl
|
||||
#EXTRA_DIST = hamlib-doc split-man.pl NOTES
|
||||
|
||||
# hamlib-doc -man $(find -name '*.c' '*.h') | split-man.pl /tmp/man
|
||||
# FIXME: this might be broken with VPATH make
|
||||
#hamlib-doc-man: ../src/rig.c hamlib-doc split-man.pl
|
||||
# ./hamlib-doc -man ../src/rig.c | ./split-man.pl man/
|
||||
|
||||
#hamlib-doc-html: ../src/rig.c hamlib-doc
|
||||
# ./hamlib-doc -html ../src/rig.c > html/hamlib.html
|
||||
|
||||
|
||||
SHELL = @SHELL@
|
||||
|
||||
|
@ -59,7 +70,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +79,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,20 +96,12 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
||||
noinst_SCRIPTS = hamlib-doc split-man.pl
|
||||
EXTRA_DIST = hamlib-doc split-man.pl NOTES
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../include/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SCRIPTS = $(noinst_SCRIPTS)
|
||||
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
|
||||
|
||||
|
@ -107,7 +111,7 @@ TAR = tar
|
|||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
@ -157,7 +161,7 @@ install-am: all-am
|
|||
install: install-am
|
||||
uninstall-am:
|
||||
uninstall: uninstall-am
|
||||
all-am: Makefile $(SCRIPTS)
|
||||
all-am: Makefile
|
||||
all-redirect: all-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
|
@ -200,13 +204,10 @@ distclean-generic clean-generic maintainer-clean-generic clean \
|
|||
mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
# hamlib-doc -man $(find -name '*.c' '*.h') | split-man.pl /tmp/man
|
||||
# FIXME: this might be broken with VPATH make
|
||||
hamlib-doc-man: ../src/rig.c hamlib-doc split-man.pl
|
||||
./hamlib-doc -man ../src/rig.c | ./split-man.pl man/
|
||||
doc: hamlib.cfg ../src/rig.c
|
||||
doxygen hamlib.cfg
|
||||
|
||||
hamlib-doc-html: ../src/rig.c hamlib-doc
|
||||
./hamlib-doc -html ../src/rig.c > html/hamlib.html
|
||||
#man_MANS= man/man3/rig.c.3
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -94,7 +92,7 @@ hamlibdocdir = @hamlibdocdir@
|
|||
lib_LTLIBRARIES = libhamlib-dummy.la
|
||||
libhamlib_dummy_la_SOURCES = dummy.c
|
||||
libhamlib_dummy_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_dummy_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_dummy_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-dummy.a
|
||||
libhamlib_dummy_a_SOURCES = dummy.c
|
||||
|
@ -113,9 +111,10 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libhamlib_dummy_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_dummy_a_OBJECTS = dummy.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_dummy_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_dummy_la_LIBADD =
|
||||
libhamlib_dummy_la_OBJECTS = dummy.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -138,7 +137,7 @@ OBJECTS = $(libhamlib_dummy_a_OBJECTS) $(libhamlib_dummy_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu dummy/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -96,7 +94,7 @@ ICOMSRCLIST = ic706.c icr8500.c icall.c
|
|||
lib_LTLIBRARIES = libhamlib-icom.la
|
||||
libhamlib_icom_la_SOURCES = $(ICOMSRCLIST) icom.c frame.c
|
||||
libhamlib_icom_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_icom_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_icom_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-icom.a
|
||||
libhamlib_icom_a_SOURCES = $(ICOMSRCLIST) icom.c frame.c
|
||||
|
@ -116,9 +114,10 @@ LIBS = @LIBS@
|
|||
libhamlib_icom_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_icom_a_OBJECTS = ic706.$(OBJEXT) icr8500.$(OBJEXT) \
|
||||
icall.$(OBJEXT) icom.$(OBJEXT) frame.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_icom_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_icom_la_LIBADD =
|
||||
libhamlib_icom_la_OBJECTS = ic706.lo icr8500.lo icall.lo icom.lo \
|
||||
frame.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
|
@ -143,7 +142,7 @@ OBJECTS = $(libhamlib_icom_a_OBJECTS) $(libhamlib_icom_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu icom/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -107,7 +105,7 @@ TAR = tar
|
|||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
@ -130,7 +128,7 @@ $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
|
|||
rm -f $(srcdir)/stamp-h.in; \
|
||||
$(MAKE) $(srcdir)/stamp-h.in; \
|
||||
else :; fi
|
||||
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOHEADER)
|
||||
@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
|
||||
|
||||
|
|
|
@ -1,124 +1,139 @@
|
|||
/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
||||
/* include/config.h.in. Generated automatically from configure.ac by autoheader. */
|
||||
|
||||
/* Define if you have the `atexit' function. */
|
||||
#undef HAVE_ATEXIT
|
||||
|
||||
/* Define if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* 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
|
||||
|
||||
/* Define if you have the <getopt.h> header file. */
|
||||
#undef HAVE_GETOPT_H
|
||||
|
||||
/* Define if you have the `getopt_long' function. */
|
||||
#undef HAVE_GETOPT_LONG
|
||||
|
||||
/* Define if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if you have the `c' library (-lc). */
|
||||
#undef HAVE_LIBC
|
||||
|
||||
/* Define if you have the `gd' library (-lgd). */
|
||||
#undef HAVE_LIBGD
|
||||
|
||||
/* Define if you have the `m' library (-lm). */
|
||||
#undef HAVE_LIBM
|
||||
|
||||
/* 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 <linradio/radio_ioctl.h> header file. */
|
||||
#undef HAVE_LINRADIO_RADIO_IOCTL_H
|
||||
|
||||
/* Define if you have the <linradio/wrapi.h> header file. */
|
||||
#undef HAVE_LINRADIO_WRAPI_H
|
||||
|
||||
/* Define if you have the <linux/ppdev.h> header file. */
|
||||
#undef HAVE_LINUX_PPDEV_H
|
||||
|
||||
/* Define if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define if you have the `select' function. */
|
||||
#undef HAVE_SELECT
|
||||
|
||||
/* Define if you have the <sgtty.h> header file. */
|
||||
#undef HAVE_SGTTY_H
|
||||
|
||||
/* Define if you have the `snprintf' function. */
|
||||
#undef HAVE_SNPRINTF
|
||||
|
||||
/* Define if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define if you have the `strerror' function. */
|
||||
#undef HAVE_STRERROR
|
||||
|
||||
/* Define if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define if you have the <sys/ioccom.h> header file. */
|
||||
#undef HAVE_SYS_IOCCOM_H
|
||||
|
||||
/* Define if you have the <sys/ioctl.h> header file. */
|
||||
#undef HAVE_SYS_IOCTL_H
|
||||
|
||||
/* Define if you have the <sys/time.h> header file. */
|
||||
#undef HAVE_SYS_TIME_H
|
||||
|
||||
/* Define if you have the <tcl8.2/tcl.h> header file. */
|
||||
#undef HAVE_TCL8_2_TCL_H
|
||||
|
||||
/* Define if you have the <termios.h> header file. */
|
||||
#undef HAVE_TERMIOS_H
|
||||
|
||||
/* Define if you have the <termio.h> header file. */
|
||||
#undef HAVE_TERMIO_H
|
||||
|
||||
/* Define if you have the <term.h> header file. */
|
||||
#undef HAVE_TERM_H
|
||||
|
||||
/* Define if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define if you have the `usleep' function. */
|
||||
#undef HAVE_USLEEP
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Define if on AIX 3.
|
||||
System headers sometimes define this.
|
||||
We just want to avoid a redefinition error message. */
|
||||
#ifndef _ALL_SOURCE
|
||||
#undef _ALL_SOURCE
|
||||
# undef _ALL_SOURCE
|
||||
#endif
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
||||
/* Define as __inline if that's what the C compiler calls it. */
|
||||
#undef inline
|
||||
|
||||
/* Define if on MINIX. */
|
||||
/* Define if on MINIX. */
|
||||
#undef _MINIX
|
||||
|
||||
/* Define if the system does not provide POSIX.1 features except
|
||||
with this defined. */
|
||||
/* Define if the system does not provide POSIX.1 features except with this
|
||||
defined. */
|
||||
#undef _POSIX_1_SOURCE
|
||||
|
||||
/* Define if you need to in order for stat and other things to work. */
|
||||
/* Define if you need to in order for `stat' and other things to work. */
|
||||
#undef _POSIX_SOURCE
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
#undef const
|
||||
|
||||
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
||||
if it is not supported. */
|
||||
#undef inline
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
||||
/* Define if you have the atexit function. */
|
||||
#undef HAVE_ATEXIT
|
||||
|
||||
/* Define if you have the gdImageCreate function. */
|
||||
#undef HAVE_GDIMAGECREATE
|
||||
|
||||
/* Define if you have the getopt_long function. */
|
||||
#undef HAVE_GETOPT_LONG
|
||||
|
||||
/* Define if you have the select function. */
|
||||
#undef HAVE_SELECT
|
||||
|
||||
/* Define if you have the snprintf function. */
|
||||
#undef HAVE_SNPRINTF
|
||||
|
||||
/* Define if you have the strerror function. */
|
||||
#undef HAVE_STRERROR
|
||||
|
||||
/* Define if you have the usleep function. */
|
||||
#undef HAVE_USLEEP
|
||||
|
||||
/* Define if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Define if you have the <gd.h> header file. */
|
||||
#undef HAVE_GD_H
|
||||
|
||||
/* Define if you have the <getopt.h> header file. */
|
||||
#undef HAVE_GETOPT_H
|
||||
|
||||
/* Define if you have the <linradio/radio_ioctl.h> header file. */
|
||||
#undef HAVE_LINRADIO_RADIO_IOCTL_H
|
||||
|
||||
/* Define if you have the <linradio/wrapi.h> header file. */
|
||||
#undef HAVE_LINRADIO_WRAPI_H
|
||||
|
||||
/* Define if you have the <linux/ppdev.h> header file. */
|
||||
#undef HAVE_LINUX_PPDEV_H
|
||||
|
||||
/* Define if you have the <sgtty.h> header file. */
|
||||
#undef HAVE_SGTTY_H
|
||||
|
||||
/* Define if you have the <sys/ioccom.h> header file. */
|
||||
#undef HAVE_SYS_IOCCOM_H
|
||||
|
||||
/* Define if you have the <sys/ioctl.h> header file. */
|
||||
#undef HAVE_SYS_IOCTL_H
|
||||
|
||||
/* Define if you have the <sys/time.h> header file. */
|
||||
#undef HAVE_SYS_TIME_H
|
||||
|
||||
/* Define if you have the <tcl8.2/tcl.h> header file. */
|
||||
#undef HAVE_TCL8_2_TCL_H
|
||||
|
||||
/* Define if you have the <term.h> header file. */
|
||||
#undef HAVE_TERM_H
|
||||
|
||||
/* Define if you have the <termio.h> header file. */
|
||||
#undef HAVE_TERMIO_H
|
||||
|
||||
/* Define if you have the <termios.h> header file. */
|
||||
#undef HAVE_TERMIOS_H
|
||||
|
||||
/* Define if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define if you have the c library (-lc). */
|
||||
#undef HAVE_LIBC
|
||||
|
||||
/* Define if you have the gd library (-lgd). */
|
||||
#undef HAVE_LIBGD
|
||||
|
||||
/* Define if you have the m library (-lm). */
|
||||
#undef HAVE_LIBM
|
||||
|
||||
/* Define if you have the syslog library (-lsyslog). */
|
||||
#undef HAVE_LIBSYSLOG
|
||||
|
||||
/* Define if you have the z library (-lz). */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
|
|
|
@ -58,7 +58,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -85,9 +84,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -108,7 +104,7 @@ TAR = tar
|
|||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu include/hamlib/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -86,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -98,7 +94,7 @@ TSSRCLIST = ts870s.c ts570.c
|
|||
lib_LTLIBRARIES = libhamlib-kenwood.la
|
||||
libhamlib_kenwood_la_SOURCES = $(TSSRCLIST) kenwood.c
|
||||
libhamlib_kenwood_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_kenwood_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_kenwood_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-kenwood.a
|
||||
libhamlib_kenwood_a_SOURCES = $(TSSRCLIST) kenwood.c
|
||||
|
@ -118,9 +114,10 @@ LIBS = @LIBS@
|
|||
libhamlib_kenwood_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_kenwood_a_OBJECTS = ts870s.$(OBJEXT) ts570.$(OBJEXT) \
|
||||
kenwood.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_kenwood_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_kenwood_la_LIBADD =
|
||||
libhamlib_kenwood_la_OBJECTS = ts870s.lo ts570.lo kenwood.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -143,7 +140,7 @@ OBJECTS = $(libhamlib_kenwood_a_OBJECTS) $(libhamlib_kenwood_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu kenwood/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -109,6 +107,7 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libmisc_a_DEPENDENCIES = @LIBOBJS@
|
||||
libmisc_a_OBJECTS =
|
||||
AR = ar
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -128,7 +127,7 @@ OBJECTS = $(libmisc_a_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
||||
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
|
||||
|
||||
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
|
@ -140,7 +140,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
|
||||
cd $(srcdir) && $(ACLOCAL)
|
||||
|
||||
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
|
@ -342,7 +342,7 @@ distdir: $(DISTFILES)
|
|||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
cp -pr $$/$$file $(distdir)/$$file; \
|
||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -96,7 +94,7 @@ PCRSRCLIST = pcr1000.c pcr100.c
|
|||
lib_LTLIBRARIES = libhamlib-pcr.la
|
||||
libhamlib_pcr_la_SOURCES = $(PCRSRCLIST) pcr.c
|
||||
libhamlib_pcr_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_pcr_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_pcr_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-pcr.a
|
||||
libhamlib_pcr_a_SOURCES = $(PCRSRCLIST) pcr.c
|
||||
|
@ -116,9 +114,10 @@ LIBS = @LIBS@
|
|||
libhamlib_pcr_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_pcr_a_OBJECTS = pcr1000.$(OBJEXT) pcr100.$(OBJEXT) \
|
||||
pcr.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_pcr_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_pcr_la_LIBADD =
|
||||
libhamlib_pcr_la_OBJECTS = pcr1000.lo pcr100.lo pcr.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -141,7 +140,7 @@ OBJECTS = $(libhamlib_pcr_a_OBJECTS) $(libhamlib_pcr_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu pcr/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -68,11 +67,13 @@ DLL_PRELOAD = @DLL_PRELOAD@
|
|||
ECHO = @ECHO@
|
||||
EXEEXT = @EXEEXT@
|
||||
INCLTDL = @INCLTDL@
|
||||
LIBHAMLIBTCL = @LIBHAMLIBTCL@
|
||||
LIBLTDL = @LIBLTDL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBWINRADIO = @LIBWINRADIO@
|
||||
LN_S = @LN_S@
|
||||
LTHAMLIBTCL = @LTHAMLIBTCL@
|
||||
LTLIBWINRADIO = @LTLIBWINRADIO@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
NET = @NET@
|
||||
|
@ -83,9 +84,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -93,7 +91,7 @@ hamlibdocdir = @hamlibdocdir@
|
|||
INCLUDES = @INCLUDES@ $(INCLTDL)
|
||||
|
||||
lib_LTLIBRARIES = libhamlib.la
|
||||
libhamlib_la_SOURCES = rig.c serial.c misc.c register.c event.c cal.c
|
||||
libhamlib_la_SOURCES = rig.c serial.c misc.c register.c event.c cal.c conf.c
|
||||
libhamlib_la_LDFLAGS = -no-undefined -release @VERSION@
|
||||
libhamlib_la_LIBADD = $(LIBLTDL)
|
||||
libhamlib_la_DEPENDENCIES = $(LIBLTDL)
|
||||
|
@ -103,7 +101,7 @@ libhamlib_a_SOURCES = rig.c serial.c misc.c register.c event.c cal.c
|
|||
libhamlib_a_LIBADD = $(LIBLTDL)
|
||||
libhamlib_a_DEPENDENCIES = $(LIBLTDL)
|
||||
|
||||
noinst_HEADERS = event.h misc.h serial.h cal.h
|
||||
noinst_HEADERS = event.h misc.h serial.h cal.h conf.h
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../include/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
@ -116,10 +114,11 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libhamlib_a_OBJECTS = rig.$(OBJEXT) serial.$(OBJEXT) misc.$(OBJEXT) \
|
||||
register.$(OBJEXT) event.$(OBJEXT) cal.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_la_OBJECTS = rig.lo serial.lo misc.lo register.lo event.lo \
|
||||
cal.lo
|
||||
cal.lo conf.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -134,15 +133,15 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|||
|
||||
TAR = tar
|
||||
GZIP_ENV = --best
|
||||
DEP_FILES = .deps/cal.P .deps/event.P .deps/misc.P .deps/register.P \
|
||||
.deps/rig.P .deps/serial.P
|
||||
DEP_FILES = .deps/cal.P .deps/conf.P .deps/event.P .deps/misc.P \
|
||||
.deps/register.P .deps/rig.P .deps/serial.P
|
||||
SOURCES = $(libhamlib_a_SOURCES) $(libhamlib_la_SOURCES)
|
||||
OBJECTS = $(libhamlib_a_OBJECTS) $(libhamlib_la_OBJECTS)
|
||||
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -85,9 +84,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -99,7 +95,7 @@ LDFLAGS = -no-undefined -module -avoid-version
|
|||
#lib_LTLIBRARIES = @LTHAMLIBTCL@
|
||||
@HAMLIBTCL_TRUE@libhamlibtcl_la_SOURCES = hamlibtcl.c
|
||||
#libhamlibtcl_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
@HAMLIBTCL_TRUE@libhamlibtcl_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlibtcl_la_LIBADD = ../src/libhamlib.la
|
||||
#EXTRA_LTLIBRARIES = libhamlibtcl.la
|
||||
|
||||
@HAMLIBTCL_TRUE@lib_LIBRARIES = libhamlibtcl.a
|
||||
|
@ -122,10 +118,11 @@ CPPFLAGS = @CPPFLAGS@
|
|||
LIBS = @LIBS@
|
||||
@HAMLIBTCL_TRUE@libhamlibtcl_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
@HAMLIBTCL_TRUE@libhamlibtcl_a_OBJECTS = hamlibtcl.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlibtcl_la_LDFLAGS =
|
||||
@HAMLIBTCL_TRUE@libhamlibtcl_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlibtcl_la_LIBADD =
|
||||
@HAMLIBTCL_TRUE@libhamlibtcl_la_OBJECTS = hamlibtcl.lo
|
||||
SCRIPTS = $(noinst_SCRIPTS)
|
||||
|
||||
|
@ -148,7 +145,7 @@ OBJECTS = $(libhamlibtcl_a_OBJECTS) $(libhamlibtcl_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu tcl/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -86,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -98,7 +94,7 @@ TENTECSRCLIST = rx320.c
|
|||
lib_LTLIBRARIES = libhamlib-tentec.la
|
||||
libhamlib_tentec_la_SOURCES = $(TENTECSRCLIST) tentec.c
|
||||
libhamlib_tentec_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_tentec_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_tentec_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-tentec.a
|
||||
libhamlib_tentec_a_SOURCES = $(TENTECSRCLIST) tentec.c
|
||||
|
@ -117,9 +113,10 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libhamlib_tentec_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_tentec_a_OBJECTS = rx320.$(OBJEXT) tentec.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_tentec_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_tentec_la_LIBADD =
|
||||
libhamlib_tentec_la_OBJECTS = rx320.lo tentec.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -142,7 +139,7 @@ OBJECTS = $(libhamlib_tentec_a_OBJECTS) $(libhamlib_tentec_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu tentec/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -86,34 +85,35 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
||||
noinst_PROGRAMS = dumpcaps dumpmem testcaps testrig testtrn testbcd testfreq listrigs testcpp @RIGMATRIX@
|
||||
bin_PROGRAMS = rigctl
|
||||
man_MANS = rigctl.1
|
||||
|
||||
noinst_PROGRAMS = dumpcaps dumpmem testcaps testrig testtrn testbcd testfreq listrigs testcpp @RIGMATRIX@
|
||||
|
||||
EXTRA_PROGRAMS = rigmatrix
|
||||
|
||||
# all the programs need this
|
||||
LDADD = ../src/libhamlib.la
|
||||
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@
|
||||
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@
|
||||
|
||||
listrigs_LDADD = $(BACKENDLNK) $(LDADD)
|
||||
dumpcaps_LDADD = $(BACKENDLNK) $(LDADD)
|
||||
dumpmem_LDADD = $(BACKENDLNK) $(LDADD)
|
||||
testcaps_LDADD = $(BACKENDLNK) $(LDADD)
|
||||
testrig_LDADD = $(BACKENDLNK) $(LDADD)
|
||||
testtrn_LDADD = $(BACKENDLNK) $(LDADD)
|
||||
rigctl_LDADD = $(BACKENDLNK) $(LDADD) ../lib/libmisc.a
|
||||
listrigs_LDFLAGS = $(BACKENDLNK)
|
||||
dumpcaps_LDFLAGS = $(BACKENDLNK)
|
||||
dumpmem_LDFLAGS = $(BACKENDLNK)
|
||||
testcaps_LDFLAGS = $(BACKENDLNK)
|
||||
testrig_LDFLAGS = $(BACKENDLNK)
|
||||
testtrn_LDFLAGS = $(BACKENDLNK)
|
||||
rigctl_LDFLAGS = $(BACKENDLNK)
|
||||
# rigmatrix needs also libgd
|
||||
rigmatrix_LDADD = -lgd $(BACKENDLNK) $(LDADD)
|
||||
testcpp_LDADD = $(BACKENDLNK) ../c++/libhamlib++.la
|
||||
rigmatrix_LDFLAGS = -lgd $(BACKENDLNK)
|
||||
testcpp_LDADD = ../c++/libhamlib++.la $(LDADD)
|
||||
testcpp_LDFLAGS = $(BACKENDLNK)
|
||||
|
||||
dumpcaps_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
dumpmem_DEPENDENCIES = $(DEPENDENCIES) $(BACKENDEPS)
|
||||
|
@ -137,7 +137,7 @@ rigctl_SOURCES = rigctl.c
|
|||
rigmatrix_SOURCES = rigmatrix.c
|
||||
testcpp_SOURCES = testcpp.cc
|
||||
|
||||
EXTRA_DIST = rigmatrix_head.html
|
||||
EXTRA_DIST = rigmatrix_head.html $(man_MANS)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../include/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
@ -153,31 +153,30 @@ CPPFLAGS = @CPPFLAGS@
|
|||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
rigmatrix_OBJECTS = rigmatrix.$(OBJEXT)
|
||||
rigmatrix_LDFLAGS =
|
||||
rigmatrix_LDADD = $(LDADD)
|
||||
rigctl_OBJECTS = rigctl.$(OBJEXT)
|
||||
rigctl_LDFLAGS =
|
||||
rigctl_LDADD = $(LDADD)
|
||||
dumpcaps_OBJECTS = dumpcaps.$(OBJEXT)
|
||||
dumpcaps_LDFLAGS =
|
||||
dumpcaps_LDADD = $(LDADD)
|
||||
dumpmem_OBJECTS = dumpmem.$(OBJEXT)
|
||||
dumpmem_LDFLAGS =
|
||||
dumpmem_LDADD = $(LDADD)
|
||||
testcaps_OBJECTS = testcaps.$(OBJEXT)
|
||||
testcaps_LDFLAGS =
|
||||
testcaps_LDADD = $(LDADD)
|
||||
testrig_OBJECTS = testrig.$(OBJEXT)
|
||||
testrig_LDFLAGS =
|
||||
testrig_LDADD = $(LDADD)
|
||||
testtrn_OBJECTS = testtrn.$(OBJEXT)
|
||||
testtrn_LDFLAGS =
|
||||
testtrn_LDADD = $(LDADD)
|
||||
testbcd_OBJECTS = testbcd.$(OBJEXT)
|
||||
testbcd_LDADD = $(LDADD)
|
||||
testbcd_DEPENDENCIES = ../src/libhamlib.la
|
||||
testbcd_DEPENDENCIES = ../src/libhamlib.la ../lib/libmisc.a
|
||||
testbcd_LDFLAGS =
|
||||
testfreq_OBJECTS = testfreq.$(OBJEXT)
|
||||
testfreq_LDADD = $(LDADD)
|
||||
testfreq_DEPENDENCIES = ../src/libhamlib.la
|
||||
testfreq_DEPENDENCIES = ../src/libhamlib.la ../lib/libmisc.a
|
||||
testfreq_LDFLAGS =
|
||||
listrigs_OBJECTS = listrigs.$(OBJEXT)
|
||||
listrigs_LDFLAGS =
|
||||
listrigs_LDADD = $(LDADD)
|
||||
testcpp_OBJECTS = testcpp.$(OBJEXT)
|
||||
testcpp_LDFLAGS =
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
|
@ -188,6 +187,10 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CF
|
|||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
man1dir = $(mandir)/man1
|
||||
MANS = $(man_MANS)
|
||||
|
||||
NROFF = nroff
|
||||
DIST_COMMON = README Makefile.am Makefile.in
|
||||
|
||||
|
||||
|
@ -204,7 +207,7 @@ OBJECTS = $(rigmatrix_OBJECTS) $(rigctl_OBJECTS) $(dumpcaps_OBJECTS) $(dumpmem_O
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .cc .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
@ -334,6 +337,45 @@ testcpp$(EXEEXT): $(testcpp_OBJECTS) $(testcpp_DEPENDENCIES)
|
|||
.cc.lo:
|
||||
$(LTCXXCOMPILE) -c $<
|
||||
|
||||
install-man1:
|
||||
$(mkinstalldirs) $(DESTDIR)$(man1dir)
|
||||
@list='$(man1_MANS)'; \
|
||||
l2='$(man_MANS)'; for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.1*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
||||
else file=$$i; fi; \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
|
||||
done
|
||||
|
||||
uninstall-man1:
|
||||
@list='$(man1_MANS)'; \
|
||||
l2='$(man_MANS)'; for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.1*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
|
||||
rm -f $(DESTDIR)$(man1dir)/$$inst; \
|
||||
done
|
||||
install-man: $(MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) install-man1
|
||||
uninstall-man:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
|
||||
|
||||
tags: TAGS
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP)
|
||||
|
@ -445,20 +487,20 @@ installcheck: installcheck-am
|
|||
install-exec-am: install-binPROGRAMS
|
||||
install-exec: install-exec-am
|
||||
|
||||
install-data-am:
|
||||
install-data-am: install-man
|
||||
install-data: install-data-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
install: install-am
|
||||
uninstall-am: uninstall-binPROGRAMS
|
||||
uninstall-am: uninstall-binPROGRAMS uninstall-man
|
||||
uninstall: uninstall-am
|
||||
all-am: Makefile $(PROGRAMS)
|
||||
all-am: Makefile $(PROGRAMS) $(MANS)
|
||||
all-redirect: all-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
installdirs:
|
||||
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
||||
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
|
||||
|
||||
|
||||
mostlyclean-generic:
|
||||
|
@ -505,22 +547,21 @@ mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
|
|||
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
|
||||
mostlyclean-compile distclean-compile clean-compile \
|
||||
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
|
||||
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
|
||||
distclean-tags clean-tags maintainer-clean-tags distdir \
|
||||
mostlyclean-depend distclean-depend clean-depend \
|
||||
maintainer-clean-depend info-am info dvi-am dvi check check-am \
|
||||
installcheck-am installcheck install-exec-am install-exec \
|
||||
install-data-am install-data install-am install uninstall-am uninstall \
|
||||
all-redirect all-am all installdirs mostlyclean-generic \
|
||||
distclean-generic clean-generic maintainer-clean-generic clean \
|
||||
mostlyclean distclean maintainer-clean
|
||||
clean-libtool maintainer-clean-libtool install-man1 uninstall-man1 \
|
||||
install-man uninstall-man tags mostlyclean-tags distclean-tags \
|
||||
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
|
||||
distclean-depend clean-depend maintainer-clean-depend info-am info \
|
||||
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
|
||||
install-exec install-data-am install-data install-am install \
|
||||
uninstall-am uninstall all-redirect all-am all installdirs \
|
||||
mostlyclean-generic distclean-generic clean-generic \
|
||||
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
rigmatrix.html: rigmatrix_head.html rigmatrix listrigs dumpcaps
|
||||
mkdir -p html
|
||||
( cd html && cat ../rigmatrix_head.html && ../rigmatrix ) > html/rigmatrix.html
|
||||
#for f in `./listrigs | tail +2 | cut -f1` ; do ./dumpcaps $f > html/model$1.txt ; done
|
||||
# ./listrigs | awk 'NR!=1 { system("./dumpcaps $1 > html/model$1.txt") }'
|
||||
for f in `./listrigs | tail +2 | cut -f1` ; do ./dumpcaps $$f > html/model$$f.txt ; done
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -86,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -98,7 +94,7 @@ UNIDENSRC = bc895.c
|
|||
lib_LTLIBRARIES = libhamlib-uniden.la
|
||||
libhamlib_uniden_la_SOURCES = $(UNIDENSRC) uniden.c
|
||||
libhamlib_uniden_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_uniden_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_uniden_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-uniden.a
|
||||
libhamlib_uniden_a_SOURCES = $(UNIDENSRC) uniden.c
|
||||
|
@ -117,9 +113,10 @@ LDFLAGS = @LDFLAGS@
|
|||
LIBS = @LIBS@
|
||||
libhamlib_uniden_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_uniden_a_OBJECTS = bc895.$(OBJEXT) uniden.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_uniden_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_uniden_la_LIBADD =
|
||||
libhamlib_uniden_la_OBJECTS = bc895.lo uniden.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -142,7 +139,7 @@ OBJECTS = $(libhamlib_uniden_a_OBJECTS) $(libhamlib_uniden_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu uniden/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -98,7 +96,7 @@ LDFLAGS = -no-undefined -module -avoid-version
|
|||
@WINRADIO_TRUE@lib_LTLIBRARIES = libhamlib-winradio.la
|
||||
@WINRADIO_TRUE@libhamlib_winradio_la_SOURCES = winradio.c $(WRSRCLIST)
|
||||
#libhamlib_winradio_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
@WINRADIO_TRUE@libhamlib_winradio_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_winradio_la_LIBADD = ../src/libhamlib.la
|
||||
#EXTRA_LTLIBRARIES = libhamlib-winradio.la
|
||||
|
||||
#lib_LIBRARIES = @LIBWINRADIO@
|
||||
|
@ -123,10 +121,11 @@ LIBS = @LIBS@
|
|||
@WINRADIO_TRUE@wr1000.$(OBJEXT) wr1500.$(OBJEXT) wr1550.$(OBJEXT) \
|
||||
@WINRADIO_TRUE@wr3100.$(OBJEXT) wr3150.$(OBJEXT) wr3500.$(OBJEXT) \
|
||||
@WINRADIO_TRUE@wr3700.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_winradio_la_LDFLAGS =
|
||||
@WINRADIO_TRUE@libhamlib_winradio_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_winradio_la_LIBADD =
|
||||
@WINRADIO_TRUE@libhamlib_winradio_la_OBJECTS = winradio.lo wr1000.lo \
|
||||
@WINRADIO_TRUE@wr1500.lo wr1550.lo wr3100.lo wr3150.lo wr3500.lo \
|
||||
@WINRADIO_TRUE@wr3700.lo
|
||||
|
@ -153,7 +152,7 @@ OBJECTS = $(libhamlib_winradio_a_OBJECTS) $(libhamlib_winradio_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu winradio/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
|
@ -59,7 +59,6 @@ PRE_UNINSTALL = :
|
|||
POST_UNINSTALL = :
|
||||
host_alias = @host_alias@
|
||||
host_triplet = @host@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
|
@ -69,11 +68,13 @@ ECHO = @ECHO@
|
|||
EXEEXT = @EXEEXT@
|
||||
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@
|
||||
|
@ -84,9 +85,6 @@ RANLIB = @RANLIB@
|
|||
RIGMATRIX = @RIGMATRIX@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
V_MAJOR = @V_MAJOR@
|
||||
V_MINOR = @V_MINOR@
|
||||
WINDRES = @WINDRES@
|
||||
WINRADIODEPS = @WINRADIODEPS@
|
||||
WINRADIOLNK = @WINRADIOLNK@
|
||||
hamlibdocdir = @hamlibdocdir@
|
||||
|
@ -96,7 +94,7 @@ YAESUSRC = ft747.c ft847.c
|
|||
lib_LTLIBRARIES = libhamlib-yaesu.la
|
||||
libhamlib_yaesu_la_SOURCES = yaesu.c $(YAESUSRC)
|
||||
libhamlib_yaesu_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||
libhamlib_yaesu_la_LIBADD = ../src/libhamlib.la
|
||||
#libhamlib_yaesu_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
lib_LIBRARIES = libhamlib-yaesu.a
|
||||
libhamlib_yaesu_a_SOURCES = yaesu.c $(YAESUSRC)
|
||||
|
@ -116,9 +114,10 @@ LIBS = @LIBS@
|
|||
libhamlib_yaesu_a_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_yaesu_a_OBJECTS = yaesu.$(OBJEXT) ft747.$(OBJEXT) \
|
||||
ft847.$(OBJEXT)
|
||||
AR = ar
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
|
||||
libhamlib_yaesu_la_DEPENDENCIES = ../src/libhamlib.la
|
||||
libhamlib_yaesu_la_LIBADD =
|
||||
libhamlib_yaesu_la_OBJECTS = yaesu.lo ft747.lo ft847.lo
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
|
@ -141,7 +140,7 @@ OBJECTS = $(libhamlib_yaesu_a_OBJECTS) $(libhamlib_yaesu_la_OBJECTS)
|
|||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .obj .s
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu yaesu/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
|
|
Ładowanie…
Reference in New Issue