- refactored Makefiles

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1057 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-22 09:17:06 +00:00
parent 44815e7dc1
commit 25b3621668
4 changed files with 3 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
include ./config.mk
include $(MAKE_HOME)/defaults.mk
NAME := Juce
+1 -4
View File
@@ -1,10 +1,7 @@
include ./config.mk
include $(MAKE_HOME)/defaults.mk
DEFINES := -Dradio_float_t=float -Dfir_float_t=float
CXXFLAGS_release := -O3
CFLAGS_release := -O3
LDFLAGS_release := -O3
TARGET_ARCH := -march=native
CXXFLAGS += -std=c++20
CXXFLAGS += -Wno-volatile
CXXFLAGS += -Wno-deprecated-declarations
+1
View File
@@ -1,4 +1,5 @@
include ./config.mk
include $(MAKE_HOME)/defaults.mk
NAME := Source
-1
View File
@@ -2,7 +2,6 @@ MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= mpsk_receiver
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../libsrc)
JUCE_PATH ?= $(realpath ../../extlib/JUCE)