diff --git a/DSP_API/.cproject b/DSP_API/.cproject index ff34f14..fa94b11 100644 --- a/DSP_API/.cproject +++ b/DSP_API/.cproject @@ -5,16 +5,16 @@ + - - + @@ -49,16 +49,16 @@ + - - + @@ -99,6 +99,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -114,4 +169,5 @@ + diff --git a/DSP_API/Release/CODEC2_FREEDV/subdir.mk b/DSP_API/Release/CODEC2_FREEDV/subdir.mk index 01a752c..d1e72e9 100644 --- a/DSP_API/Release/CODEC2_FREEDV/subdir.mk +++ b/DSP_API/Release/CODEC2_FREEDV/subdir.mk @@ -89,7 +89,7 @@ C_DEPS += \ CODEC2_FREEDV/%.o: ../CODEC2_FREEDV/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - arm-linux-gnueabihf-gcc -static -I"/home/graham/workspace/smartsdr-dsp/DSP_API" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/SmartSDR_Interface" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + arm-linux-gnueabihf-gcc -static -I"/src/flex-git/smartsdr-dsp/DSP_API" -I"/src/flex-git/smartsdr-dsp/DSP_API/SmartSDR_Interface" -I"/src/flex-git/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/DSP_API/Release/SmartSDR_Interface/subdir.mk b/DSP_API/Release/SmartSDR_Interface/subdir.mk index 80b1a54..a53cc92 100644 --- a/DSP_API/Release/SmartSDR_Interface/subdir.mk +++ b/DSP_API/Release/SmartSDR_Interface/subdir.mk @@ -53,7 +53,7 @@ C_DEPS += \ SmartSDR_Interface/%.o: ../SmartSDR_Interface/%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - arm-linux-gnueabihf-gcc -static -I"/home/graham/workspace/smartsdr-dsp/DSP_API" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/SmartSDR_Interface" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + arm-linux-gnueabihf-gcc -static -I"/src/flex-git/smartsdr-dsp/DSP_API" -I"/src/flex-git/smartsdr-dsp/DSP_API/SmartSDR_Interface" -I"/src/flex-git/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' diff --git a/DSP_API/Release/makefile b/DSP_API/Release/makefile index 2872af3..18ba7ff 100644 --- a/DSP_API/Release/makefile +++ b/DSP_API/Release/makefile @@ -37,7 +37,7 @@ freedv: $(OBJS) $(USER_OBJS) # Other Targets clean: - -$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) freedv + -$(RM) $(EXECUTABLES) $(OBJS) $(C_DEPS) freedv -@echo ' ' post-build: diff --git a/DSP_API/Release/sources.mk b/DSP_API/Release/sources.mk index 7dc98a2..008ec2a 100644 --- a/DSP_API/Release/sources.mk +++ b/DSP_API/Release/sources.mk @@ -2,14 +2,14 @@ # Automatically-generated file. Do not edit! ################################################################################ -O_SRCS := -C_SRCS := -S_UPPER_SRCS := OBJ_SRCS := ASM_SRCS := +C_SRCS := +O_SRCS := +S_UPPER_SRCS := +EXECUTABLES := OBJS := C_DEPS := -EXECUTABLES := # Every subdirectory with source files must be described here SUBDIRS := \ diff --git a/DSP_API/Release/subdir.mk b/DSP_API/Release/subdir.mk index d466154..e9af579 100644 --- a/DSP_API/Release/subdir.mk +++ b/DSP_API/Release/subdir.mk @@ -23,7 +23,7 @@ C_DEPS += \ %.o: ../%.c @echo 'Building file: $<' @echo 'Invoking: GCC C Compiler' - arm-linux-gnueabihf-gcc -static -I"/home/graham/workspace/smartsdr-dsp/DSP_API" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/SmartSDR_Interface" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + arm-linux-gnueabihf-gcc -static -I"/src/flex-git/smartsdr-dsp/DSP_API" -I"/src/flex-git/smartsdr-dsp/DSP_API/SmartSDR_Interface" -I"/src/flex-git/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '