Implementation of Advanced Mobile Phone Service (AMPS)

This commit is contained in:
Andreas Eversberg
2016-05-01 19:51:56 +02:00
parent 7d5d3da8d3
commit d2c4ca4fa9
33 changed files with 36778 additions and 16 deletions

25
src/amps/Makefile.am Normal file
View File

@@ -0,0 +1,25 @@
AM_CPPFLAGS = -Wall -g $(all_includes)
bin_PROGRAMS = \
amps
amps_SOURCES = \
amps.c \
transaction.c \
frame.c \
dsp.c \
sysinfo.c \
image.c \
tones.c \
noanswer.c \
outoforder.c \
invalidnumber.c \
congestion.c \
stations.c \
main.c
amps_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libcommon.a \
$(ALSA_LIBS) \
-lm