Implementation of "Radiocom 2000", the analog French mobile network

This commit is contained in:
Andreas Eversberg
2017-06-10 15:30:20 +02:00
parent 8ce3ff455d
commit ffd3b848e1
20 changed files with 3591 additions and 13 deletions

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

@@ -0,0 +1,21 @@
#AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
bin_PROGRAMS = \
radiocom2000
radiocom2000_SOURCES = \
r2000.c \
dsp.c \
frame.c \
tones.c \
image.c \
main.c
radiocom2000_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libcommon.a \
$(ALSA_LIBS) \
$(UHD_LIBS) \
$(SOAPY_LIBS) \
-lm