]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/faust-0.9.47mr3/compiler/Makefile.unix
Refactoring of class process in faustexp.ml.
[Faustine.git] / interpretor / faust-0.9.47mr3 / compiler / Makefile.unix
index a627d03b24b4968c62fdccecbd9e7e150ff28a44..9188051da4cb949907fdc964ccb52f0205b0da4b 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