- setup project after git migration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user