Erosion and dilasion by square successfully tested.
[Faustine.git] / interpretor / faust-0.9.47mr3 / compiler / Makefile.unix
index a627d03..9188051 100755 (executable)
@@ -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