kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Inhibit some warnings, update clean script
rodzic
13e2e43542
commit
bd1ad6c4cf
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
AUTO_RX_VERSION := $(shell PYTHONPATH=./auto_rx python -m autorx.version)
|
AUTO_RX_VERSION := $(shell PYTHONPATH=./auto_rx python -m autorx.version)
|
||||||
|
|
||||||
CFLAGS = -O3 -Wall -Wno-unused-variable -DVER_JSN_STR=\"$(AUTO_RX_VERSION)\"
|
CFLAGS = -O3 -w -Wno-unused-variable -DVER_JSN_STR=\"$(AUTO_RX_VERSION)\"
|
||||||
export CFLAGS
|
export CFLAGS
|
||||||
|
|
||||||
SUBDIRS := \
|
SUBDIRS := \
|
||||||
|
|
|
||||||
|
|
@ -3,49 +3,9 @@
|
||||||
# Auto Sonde Decoder clean script.
|
# Auto Sonde Decoder clean script.
|
||||||
#
|
#
|
||||||
|
|
||||||
# TODO: Convert this to a makefile! Any takers?
|
# Clean all binaries
|
||||||
|
echo "Cleaning all binaries."
|
||||||
# rs_detect.
|
make -C .. clean
|
||||||
echo "Cleaning dft_detect"
|
|
||||||
cd ../scan/
|
|
||||||
rm dft_detect
|
|
||||||
|
|
||||||
echo "Cleaning RS92/RS41/DFM/LMS6/iMS Demodulators"
|
|
||||||
|
|
||||||
|
|
||||||
# New demodulators
|
|
||||||
cd ../demod/mod/
|
|
||||||
|
|
||||||
rm *.o
|
|
||||||
rm rs41mod
|
|
||||||
rm dfm09mod
|
|
||||||
rm rs92mod
|
|
||||||
rm lms6mod
|
|
||||||
rm lms6Xmod
|
|
||||||
rm meisei100mod
|
|
||||||
rm m10mod
|
|
||||||
rm m20mod
|
|
||||||
rm mXXmod
|
|
||||||
rm mp3h1mod
|
|
||||||
rm imet54mod
|
|
||||||
|
|
||||||
# LMS6-1680 Decoder
|
|
||||||
echo "Cleaning LMS6-1680 Demodulator."
|
|
||||||
cd ../../mk2a/
|
|
||||||
|
|
||||||
rm mk2a1680mod
|
|
||||||
|
|
||||||
echo "Cleaning iMet Demodulator."
|
|
||||||
cd ../imet/
|
|
||||||
|
|
||||||
rm imet1rs_dft
|
|
||||||
rm imet4iq
|
|
||||||
|
|
||||||
|
|
||||||
echo "Cleaning fsk_demod"
|
|
||||||
cd ../utils/
|
|
||||||
|
|
||||||
rm fsk_demod
|
|
||||||
|
|
||||||
|
|
||||||
echo "Removing binaries in the auto_rx directory."
|
echo "Removing binaries in the auto_rx directory."
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
CFLAGS = -O3 -Wall -Wno-unused-variable -DVER_JSN_STR=\"$(AUTO_RX_VERSION)\" -DNOC34C50
|
CFLAGS = -O3 -w -Wno-unused-variable -DVER_JSN_STR=\"$(AUTO_RX_VERSION)\" -DNOC34C50
|
||||||
LDLIBS = -lm
|
LDLIBS = -lm
|
||||||
|
|
||||||
PROGRAMS := dft_detect
|
PROGRAMS := dft_detect
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue