|
|
@ -4,11 +4,11 @@ CFLAGS+= -Wall -Werror -O3 |
|
|
|
|
|
|
|
lib_LTLIBRARIES=libeth_ar.la |
|
|
|
|
|
|
|
libeth_ar_la_SOURCES= eth_ar.c fprs.c fprs2aprs.c |
|
|
|
libeth_ar_la_SOURCES= eth_ar.c fprs.c fprs2aprs.c alaw.c ulaw.c |
|
|
|
libeth_ar_la_CFLAGS=-fPIC |
|
|
|
libeth_ar_la_LDFLAGS= -fPIC -version-info 1:0:1 -lm |
|
|
|
|
|
|
|
nobase_include_HEADERS = eth_ar/eth_ar.h eth_ar/fprs.h |
|
|
|
nobase_include_HEADERS = eth_ar/eth_ar.h eth_ar/fprs.h eth_ar/alaw.h eth_ar/ulaw.h |
|
|
|
|
|
|
|
bin_PROGRAMS = eth_ar_callssid2mac |
|
|
|
noinst_PROGRAMS = eth_ar_if fprs_test emphasis_test eth_ar_test test_eth |
|
|
@ -17,11 +17,11 @@ if ENABLE_HAMLIB |
|
|
|
if ENABLE_SAMPLERATE |
|
|
|
bin_PROGRAMS += analog_trx freedv_eth fprs2aprs_gate eth_ar_if fprs_request fprs_destination fprs_monitor eth_ar_callssid2mac |
|
|
|
|
|
|
|
analog_trx_SOURCES = sound.c alaw.c ulaw.c dsp.c io.c interface.c analog_trx.c freedv_eth_config.c |
|
|
|
analog_trx_SOURCES = sound.c dsp.c io.c interface.c analog_trx.c freedv_eth_config.c |
|
|
|
analog_trx_LDADD = libeth_ar.la |
|
|
|
analog_trx_LDFLAGS = -lcodec2 -lsamplerate -lasound -lhamlib -lpthread -lm |
|
|
|
|
|
|
|
freedv_eth_SOURCES = sound.c alaw.c ulaw.c dsp.c io.c interface.c nmea.c freedv_eth.c freedv_eth_rx.c freedv_eth_config.c freedv_eth_transcode.c freedv_eth_queue.c freedv_eth_tx.c freedv_eth_txa.c ctcss.c beacon.c emphasis.c freedv_eth_rxa.c freedv_eth_baseband_in.c |
|
|
|
freedv_eth_SOURCES = sound.c dsp.c io.c interface.c nmea.c freedv_eth.c freedv_eth_rx.c freedv_eth_config.c freedv_eth_transcode.c freedv_eth_queue.c freedv_eth_tx.c freedv_eth_txa.c ctcss.c beacon.c emphasis.c freedv_eth_rxa.c freedv_eth_baseband_in.c |
|
|
|
freedv_eth_LDADD = libeth_ar.la |
|
|
|
freedv_eth_LDFLAGS = -lcodec2 -lsamplerate -lasound -lhamlib -lpthread -lm |
|
|
|
|
|
|
|