Wykres commitów

77 Commity (6d4295af2c241312683993d540fedebd0aa097a6)

Autor SHA1 Wiadomość Data
Ladislav Vaiz 6d4295af2c Add Android build support
Android makefile fragments are distributed as extra distribution files
by the GNU build system but are otherwise ignored.  The Android build
support is independent and does not rely on the GNU build system.

See android/README.android for more info.

Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2013-04-26 22:31:56 -05:00
Nate Bargmann 74a6e7e6b9 Build libltdl recursively instead of as a sub-project
Building libltdl recursively now eliminates the second 'configure' run
inside the libltdl directory and requires the distribution of fewer
files and quiets compilation.

Also, if the 'configure' option '--with-included-ltdl' is not passed and
a system libltdl is found, the included libltdl directory will not even
be built.  Only when the included libltdl is needed will it be built.
2013-04-22 17:29:13 -05:00
Nate Bargmann 2fea683ca1 Install build files rather than symlink
Previously, invoking autogen.sh would create symbolic links to needed
Autotools files in the tree only when working from a Git checkout
(source distributions have the files included).  Consideration of this
included the possibility of bugs if the Autotools packages were upgraded
on the developer's system that strange bugs could result.  Copying the
files means the tree is self contained until the next time autoreconf or
autogen.sh is run.

The top level Makefile.am included the variable $(subdirs) in both
SUBDIRS and DIST_SUBDIRS assignments.  While this variable may contain a
useful value, it is undocumented in the manuals.  Relying on it may
result in some directory being ommitted or other changes in the future,
so removing it from the assignments.
2012-10-13 19:09:46 -05:00
Nate Bargmann 52be3c47b8 Provide libltdl in source tarballs
Initializing libltdl is now done by the LTDL_INIT macro in configure.ac.
This now creates a libltdl directory in the tree (not tracked in Git)
when autoreconf is run.  The downside is that this complicates the build
a little bit with the advantage that the build can now take place on a
system that does not have libltdl-dev installed as Hamlib will build on
such systems by passing the '--with-included-ltdl' flag to the configure
script.  In particular, this simplifies the build on Linux for the mingw32
host by not having to run libtoolize manually and assures that libltdl
is built with the same build and host architectures as Hamlib.

Now check if '--with-included-ltdl' has been passed to configure and if
not, only then test for the presence of an installed ltdl.h.

Commented out AM_MAINTAINER_MODE macro.  It is recommended by the
Automake manual that this macro and its configure options not be used as
the Autotools system is designed to regenerate its files.  Let me know
if this is problem as it can be reversed easily enough.  The autogen.sh
script no longer passes the '--enable-maintainer-mode' option to
configure when bootstrapping the build system from Git.

Minor edits in configure.ac to improve readability.

Updated build-win32 files in scripts/
2012-10-07 08:31:10 -05:00
Nate Bargmann 8c145cfc6b Merge branch 'API_3'
Conflicts:
	.gitignore
	Makefile.am
	NEWS
	c++/Makefile.am
	configure.ac
	hamlib.spec.in
	rpcrig/rpcrig.x
	rpcrig/rpcrig_backend.c
	rpcrig/rpcrig_backend.h
	rpcrig/rpcrig_proc.c
	rpcrig/rpcrigd.c
	rpcrot/rpcrot.x
	rpcrot/rpcrot_backend.c
	rpcrot/rpcrot_backend.h
	rpcrot/rpcrot_proc.c
	rpcrot/rpcrotd.c
	src/Makefile.am
	tests/rigctl.1
	tests/rotctl.1
2012-02-03 15:03:39 -06:00
Frank Goenninger f6ea9f1246 Add ADAT ADT-200A backend
Signed-off-by: Stephane Fillod <fillods@users.sf.net>
2012-01-11 23:16:41 +01:00
Nate Bargmann 5bd2731327 Remove dist-win32 Makefile target.
Win32 binaries are built by a separate shell script distributed with the
source archive.  Perhaps the Makefile build target will be given
consideration at a later date.
2011-12-07 21:29:41 -06:00
Nate Bargmann 22c3eb9c90 Remove rpm make target.
RPM packages are built by distribution maintainers.  Support for
building RPMs is no longer required in Hamlib.
2011-12-07 21:20:00 -06:00
Stephane Fillod be74cf0f54 add rotator Celestron/Orion Teletrack Az-G telescope mount 2011-08-21 23:30:41 +02:00
Stephane Fillod 23c28e84e8 Kill RPC backends and rpc.rigd/rpc.rotd 2011-08-21 13:23:01 +02:00
Øystein Hårberg e53bfe96b8 New TS-7400 based rotor backend
From Øystein Hårberg, LA7LKA, a backend for a rotor based on the TS-7400
embedded ARM board running Linux from http://www.embeddedarm.com/

Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2011-07-10 21:20:28 -05:00
Nate Bargmann 11bf209038 Distribute scripts/ in source releases. 2011-06-20 22:26:27 -05:00
Stephane Fillod ba7f19408a disable cxx binding for dist-win32 2011-06-14 23:36:07 +02:00
Stephane Fillod b60c28894a Add IF-100 rotor support 2011-05-26 22:07:26 +02:00
Stephane Fillod 27505fb46d New Makefile target 'dist-win32' for automated build 2011-05-22 23:23:46 +02:00
Stéphane Fillod, F8CFE 1d8e24003a added TRM8060
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2997 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-26 20:47:35 +00:00
Stéphane Fillod, F8CFE fcb1a784c1 Add M2 RC2800 rotator backend, patch by Magne Maehre
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2918 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-19 21:56:00 +00:00
Stéphane Fillod, F8CFE bbee57c3be fix build thinko introduced by r2898
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2899 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-26 17:44:18 +00:00
Stéphane Fillod, F8CFE a81145dd96 first release of ARS-RCI
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2898 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-25 21:30:17 +00:00
Stéphane Fillod, F8CFE 361316e094 fix libltdl build order
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2869 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-08 07:29:50 +00:00
Kamal Mostafa, KA6MAL 44e5abe225 Update bundled libltdl (libtool) to version 2.2.6b to address CVE-2009-3736.
- autogen.sh: never downgrade our bundled libltdl/ (only run libtoolize if
        system version is newer than our bundled version).
 - autofixer.sh: script removed as libtool 1.x is no longer allowed.
 - configure.ac: (not enabled) optional setting to deprecate embedded libltdl/.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2841 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-03-01 18:43:38 +00:00
Stéphane Fillod, F8CFE 4776b181f6 Support for the SPID Rot2Prog rotator controller, by Norvald H. Ryeng, LA6YKA
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2699 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-06-01 10:28:55 +00:00
Stéphane Fillod, F8CFE 0a64ab0e2c R&S skelton backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2676 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-21 11:07:19 +00:00
Stéphane Fillod, F8CFE 48ea7c9263 do not distribute any more the gnuradio backend (out of date)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2592 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-24 13:33:49 +00:00
Stéphane Fillod, F8CFE 8dd158daa6 Heathkit HD 1780 Intellirotor backend, by Rob Frohne, KL7NA
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2590 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-20 19:44:04 +00:00
Stéphane Fillod, F8CFE c365417595 kill microtune backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2440 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-10-31 22:20:40 +00:00
Nate Bargmann, N0NB 13b3d1d946 Added gs232a to Makefile.am DIST_SUBDIRS variable
Clarified backend additions in README.developer


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2368 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-06-20 03:11:41 +00:00
Stéphane Fillod, F8CFE 20e2fbf8ec moved miniVNA to kit subdir
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2321 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-04-11 18:03:53 +00:00
Thierry Leconte, F4DWV 0a44db2145 add miniVNA backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2306 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-03-05 20:32:23 +00:00
Nate Bargmann, N0NB ef7659e1e0 Makefile.am and rig.h minor edits to the comments to (hopefully) improve
readability.  configure.ac added AM_PROG_CC_C_O macro to quiet error
message regarding rigmem.c in tests/Makefile.am from autoconf 2.61 on
Debian Stable.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2225 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-11-01 01:13:30 +00:00
Martin Ewing, AA6E c0c011f2ec add comment
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2144 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-10-13 18:24:42 +00:00
Stéphane Fillod, F8CFE 5375dcfd4c added racal,wj and tuner backends
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1842 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-12 21:27:16 +00:00
Stéphane Fillod, F8CFE 62b6b3ed4a added skanti initial support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1815 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-18 18:51:25 +00:00
Stéphane Fillod, F8CFE 44001101f1 added README.win32 to dist
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1780 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-01 22:32:47 +00:00
Stéphane Fillod, F8CFE 11baf1dcb4 Added 'kit' backend, enable winradio build under non-Linux systems
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1724 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-16 20:31:04 +00:00
Stéphane Fillod, F8CFE c9c6280394 kylix binding is unmaintained, not distributed for now
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1596 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:37:27 +00:00
Stéphane Fillod, F8CFE 2acf79bcee added skelton for new backends: tapr(DSP10) and rft(EKD500).
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1559 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-07 22:15:49 +00:00
Stéphane Fillod, F8CFE 962a3f018f new backends, and aclocal -I flag
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1478 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-06-22 19:34:07 +00:00
Stéphane Fillod, F8CFE 2d68a902c2 added microtune backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1359 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-29 23:04:05 +00:00
Joop Stakenborg, PG4I 2de46e4b18 need hamlib.spec for 'make rpm'
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1349 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-15 19:37:25 +00:00
Joop Stakenborg, PG4I 98191e40b3 add rpm support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1348 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-12 17:02:07 +00:00
Nate Bargmann, N0NB b2eb1793ec 2003-01-10
Update:
		Updated build files for rotorez backend.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1345 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-11 00:48:43 +00:00
Stéphane Fillod, F8CFE 671fe70e40 added fodtrack rotator initial support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1294 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-28 22:24:10 +00:00
Stéphane Fillod, F8CFE 3497d098a5 misc Makefile fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1282 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-13 20:39:07 +00:00
Stéphane Fillod, F8CFE 683ba1c248 tcl and perl subdir are gone in favor of bindings, added pkg support, fixed from gnuradio stuff
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1199 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-07 21:40:34 +00:00
Stéphane Fillod, F8CFE fdd237f95e check for C99 struct intializer support, and enter bindings/ subdir only if swig is installed
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1172 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-11 21:33:52 +00:00
Stéphane Fillod, F8CFE 45168bff5a added swig bindings
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1166 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-08 22:33:44 +00:00
Stéphane Fillod, F8CFE 4af5a96eee added Drake backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1107 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-08 22:14:23 +00:00
Stéphane Fillod, F8CFE 4795c74b2a added gnuradio backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1098 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-06 09:30:01 +00:00
Stéphane Fillod, F8CFE 35fb4ea90d added early perl binding
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@949 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-09 21:55:45 +00:00