osmocom-analog/src/nmt/Makefile.am

23 lines
285 B
Makefile
Raw Normal View History

AM_CPPFLAGS = -Wall -g $(all_includes)
bin_PROGRAMS = \
nmt
nmt_SOURCES = \
nmt.c \
2016-08-17 16:25:48 +00:00
transaction.c \
dsp.c \
frame.c \
dms.c \
sms.c \
image.c \
tones.c \
announcement.c \
main.c
nmt_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libcommon.a \
$(ALSA_LIBS) \
-lm