- Refactored MAke system. Put sources into config.mk
- export variables of main Makefile
This commit is contained in:
+16
-5
@@ -1,6 +1,17 @@
|
||||
MAKE_HOME ?= /home/jens/work/software/make
|
||||
CONFIG ?= debug
|
||||
BUILD_DIR ?= ./build/${CONFIG}
|
||||
NAME := Synth
|
||||
|
||||
GCC_SRCS := blit.c
|
||||
GCC_SRCS += env.c
|
||||
GCC_SRCS += lfo.c
|
||||
GCC_SRCS += mw_wave_data.c
|
||||
GCC_SRCS += noise.c
|
||||
GCC_SRCS += param_scale.c
|
||||
GCC_SRCS += sine.c
|
||||
GCC_SRCS += smooth.c
|
||||
GCC_SRCS += synth_debug.c
|
||||
GCC_SRCS += vcf.c
|
||||
GCC_SRCS += vco.c
|
||||
GCC_SRCS += vector_utils.c
|
||||
GCC_SRCS += voice.c
|
||||
GCC_SRCS += wavetable.c
|
||||
|
||||
LIBSRC_PATH ?= $(realpath ../../../../libsrc)
|
||||
VST2_SDK_PATH ?= $(realpath ../../sdk/vst/vstsdk2.4)
|
||||
Reference in New Issue
Block a user