JTACS: Implementation of the Japanese variant of TACS

This commit is contained in:
Andreas Eversberg
2017-08-27 18:02:43 +02:00
parent 489ab9506c
commit 94ed39f5e2
13 changed files with 265 additions and 5 deletions

21
src/jtacs/Makefile.am Normal file
View File

@@ -0,0 +1,21 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
bin_PROGRAMS = \
jtacs
jtacs_SOURCES = \
tones.c \
stations.c \
image.c \
main.c
jtacs_LDADD = \
$(COMMON_LA) \
../amps/libamps.a \
$(top_builddir)/src/common/libmobile.a \
$(top_builddir)/src/common/libcommon.a \
$(ALSA_LIBS) \
$(UHD_LIBS) \
$(SOAPY_LIBS) \
-lm