Implementation of "Radiocom 2000", the analog French mobile network
This commit is contained in:
21
src/r2000/Makefile.am
Normal file
21
src/r2000/Makefile.am
Normal 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
|
||||
|
Reference in New Issue
Block a user