CXXFLAGS ?= -O3 -Wall -Wuninitialized $(ARCHFLAGS)
CXXFLAGS += -Wno-parentheses $(addprefix -I, $(subprojects)) -DINSTALL_PREFIX='"$(prefix)"'
-all : faust preprocess.a
+all : faust preprocess.a # Haisheng WANG adds preprocess.a for multirate faust interpretor
faust : $(objects)
$(CXX) $(CXXFLAGS) $(objects) -o faust