Implementation of NMT (Nordic Mobile Telephoe) network

This commit is contained in:
Andreas Eversberg
2016-02-21 18:13:30 +01:00
parent cbfc818cce
commit 57caa536cf
19 changed files with 10866 additions and 3 deletions

19
src/nmt/Makefile.am Normal file
View File

@@ -0,0 +1,19 @@
AM_CPPFLAGS = -Wall -g $(all_includes)
bin_PROGRAMS = \
nmt
nmt_SOURCES = \
nmt.c \
dsp.c \
frame.c \
image.c \
tones.c \
announcement.c \
main.c
nmt_LDADD = \
$(COMMON_LA) \
$(ALSA_LIBS) \
$(top_builddir)/src/common/libcommon.a \
-lm