mirror of
https://github.com/VK3FNG/soundmodem.git
synced 2025-12-06 03:01:59 +01:00
9 lines
240 B
Makefile
9 lines
240 B
Makefile
EXTRA_DIST = getopt.c getopt.h getopt1.c openpty.c vsnprintf.c random.c
|
|
|
|
noinst_LIBRARIES = libmisc.a
|
|
|
|
noinst_HEADERS = raisedcosine.h
|
|
|
|
libmisc_a_SOURCES = sinc.c hamming.c rctime.c rcfreq.c rrctime.c rrcfreq.c
|
|
libmisc_a_LIBADD = @LIBOBJS@
|