- setup project after git migration

This commit is contained in:
2022-06-28 19:47:14 +02:00
parent 226a041610
commit bdb7d69c66
8 changed files with 28 additions and 5 deletions
+4 -5
View File
@@ -1,11 +1,10 @@
MAKE_HOME ?= /home/jens/work/software/make
MAKE_HOME ?= $(realpath ./submodules/tools/make)
CONFIG ?= debug
TARGET ?= mpsk_receiver
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
LIBSRC_PATH ?= $(realpath ../../libsrc)
JUCE_PATH ?= $(realpath ../../extlib/JUCE)
EIGEN_PATH ?= $(realpath ../../extlib/eigen)
BLAZE_PATH ?= $(realpath ../../extlib/blaze)
LIBSRC_PATH ?= $(realpath ./submodules/libsrc)
JUCE_PATH ?= $(realpath ./submodules/libext/JUCE)
BLAZE_PATH ?= $(realpath ./submodules/libext/blaze)
export