Cleanup common/Makefile.am
This commit is contained in:
@@ -1,55 +1,54 @@
|
|||||||
AUTOMAKE_OPTIONS = subdir-objects
|
|
||||||
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(UHD_CFLAGS) $(SOAPY_CFLAGS)
|
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(UHD_CFLAGS) $(SOAPY_CFLAGS)
|
||||||
|
|
||||||
noinst_LIBRARIES = libcommon.a
|
noinst_LIBRARIES = libcommon.a
|
||||||
|
|
||||||
libcommon_a_SOURCES = \
|
libcommon_a_SOURCES = \
|
||||||
../common/sample.c \
|
sample.c \
|
||||||
../common/debug.c \
|
debug.c \
|
||||||
../common/timer.c \
|
timer.c \
|
||||||
../common/sound_alsa.c \
|
sound_alsa.c \
|
||||||
../common/wave.c \
|
wave.c \
|
||||||
../common/goertzel.c \
|
goertzel.c \
|
||||||
../common/jitter.c \
|
jitter.c \
|
||||||
../common/loss.c \
|
loss.c \
|
||||||
../common/iir_filter.c \
|
iir_filter.c \
|
||||||
../common/dtmf.c \
|
dtmf.c \
|
||||||
../common/samplerate.c \
|
samplerate.c \
|
||||||
../common/call.c \
|
call.c \
|
||||||
../common/freiton.c \
|
freiton.c \
|
||||||
../common/besetztton.c \
|
besetztton.c \
|
||||||
../common/testton.c \
|
testton.c \
|
||||||
../common/mncc_sock.c \
|
mncc_sock.c \
|
||||||
../common/cause.c \
|
cause.c \
|
||||||
../common/emphasis.c \
|
emphasis.c \
|
||||||
../common/compandor.c \
|
compandor.c \
|
||||||
../common/fft.c \
|
fft.c \
|
||||||
../common/fm_modulation.c \
|
fm_modulation.c \
|
||||||
../common/sender.c \
|
sender.c \
|
||||||
../common/display_wave.c \
|
display_wave.c \
|
||||||
../common/display_status.c \
|
display_status.c \
|
||||||
../common/main_common.c
|
main_common.c
|
||||||
|
|
||||||
if HAVE_SDR
|
if HAVE_SDR
|
||||||
AM_CPPFLAGS += -DHAVE_SDR
|
AM_CPPFLAGS += -DHAVE_SDR
|
||||||
|
|
||||||
libcommon_a_SOURCES += \
|
libcommon_a_SOURCES += \
|
||||||
../common/sdr.c \
|
sdr.c \
|
||||||
../common/display_iq.c \
|
display_iq.c \
|
||||||
../common/display_spectrum.c
|
display_spectrum.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_UHD
|
if HAVE_UHD
|
||||||
AM_CPPFLAGS += -DHAVE_UHD
|
AM_CPPFLAGS += -DHAVE_UHD
|
||||||
|
|
||||||
libcommon_a_SOURCES += \
|
libcommon_a_SOURCES += \
|
||||||
../common/uhd.c
|
uhd.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_SOAPY
|
if HAVE_SOAPY
|
||||||
AM_CPPFLAGS += -DHAVE_SOAPY
|
AM_CPPFLAGS += -DHAVE_SOAPY
|
||||||
|
|
||||||
libcommon_a_SOURCES += \
|
libcommon_a_SOURCES += \
|
||||||
../common/soapy.c
|
soapy.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user