X-Git-Url: https://svn.cri.mines-paristech.fr/git/Faustine.git/blobdiff_plain/06159b51a934937f647ec7119b47cb466d8e50b1..1878a8448a5a73cbf289306beb5e88ab48561129:/interpretor/faust-0.9.47mr3/compiler/Makefile.unix?ds=sidebyside

diff --git a/interpretor/faust-0.9.47mr3/compiler/Makefile.unix b/interpretor/faust-0.9.47mr3/compiler/Makefile.unix
index a627d03..9188051 100755
--- a/interpretor/faust-0.9.47mr3/compiler/Makefile.unix
+++ b/interpretor/faust-0.9.47mr3/compiler/Makefile.unix
@@ -23,7 +23,7 @@ endif
 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