Implementation of C-Netz (German mobile telephone system)

This commit is contained in:
Andreas Eversberg
2016-02-16 18:56:55 +01:00
parent 4b3e3385b5
commit 16acdbf59d
28 changed files with 10428 additions and 12 deletions

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

@@ -0,0 +1,21 @@
AM_CPPFLAGS = -Wall -g $(all_includes)
bin_PROGRAMS = \
cnetz
cnetz_SOURCES = \
cnetz.c \
sysinfo.c \
telegramm.c \
dsp.c \
fsk_fm_demod.c \
scrambler.c \
image.c \
ansage.c \
main.c
cnetz_LDADD = \
$(COMMON_LA) \
$(ALSA_LIBS) \
$(top_builddir)/src/common/libcommon.a \
-lm