From 3788b3e8a5051ab9ad7073d951ad3bb4969d2b87 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 30 May 2017 12:49:40 +0200 Subject: TACS support (variations added to AMPS code) These are: - Bandwidth only 25 KHz, so lower deviations - Data rate only 8000 KHz - SID is called AID (Area ID) - MIN1 coding is different --- src/tacs/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/tacs/Makefile.am (limited to 'src/tacs/Makefile.am') diff --git a/src/tacs/Makefile.am b/src/tacs/Makefile.am new file mode 100644 index 0000000..16a232e --- /dev/null +++ b/src/tacs/Makefile.am @@ -0,0 +1,21 @@ +AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) + +bin_PROGRAMS = \ + tacs + +tacs_SOURCES = \ + tones.c \ + outoforder.c \ + stations.c \ + image.c \ + main.c + +tacs_LDADD = \ + $(COMMON_LA) \ + ../amps/libamps.a \ + $(top_builddir)/src/common/libcommon.a \ + $(ALSA_LIBS) \ + $(UHD_LIBS) \ + $(SOAPY_LIBS) \ + -lm + -- cgit v1.2.3