13966ac24e
offers the following basic CW services to a caller program: o Morse code character translation tables, and lookup functions o Morse code low-level timing calculations o A 'sidetone' generation and queueing system, using either the system sound card, the console speaker, or both o Optional keying control for an external device, say a transmitter, or an oscillator o CW character and string send routines, tied in with the character lookup o CW receive routines, also tied in to the character lookup o Adaptive speed tracking of received CW o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation Submitted by: self
10 lines
287 B
PHP
10 lines
287 B
PHP
--- Makefile.inc.in.orig 2007-12-28 15:21:30.000000000 -0500
|
|
+++ Makefile.inc.in 2007-12-28 15:21:22.000000000 -0500
|
|
@@ -30,6 +30,7 @@
|
|
AC_AWK = @AWK@
|
|
AC_RANLIB = @RANLIB@
|
|
AC_QTDIR = @QTDIR@
|
|
+AC_QTLIB = @QTLIBR@
|
|
AC_QTMOC = @QTMOC@
|
|
AC_CFLAG_PIC = @CFLAG_PIC@
|
|
AC_SUBDIRS = @SUBDIRS@
|