projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pretty printing of main.ml.
[Faustine.git]
/
interpretor
/
Makefile
diff --git
a/interpretor/Makefile
b/interpretor/Makefile
index
56a213b
..
e287f8b
100644
(file)
--- a/
interpretor/Makefile
+++ b/
interpretor/Makefile
@@
-2,7
+2,7
@@
#
# The Caml sources (including camlyacc and camllex source files)
#
# The Caml sources (including camlyacc and camllex source files)
-SOURCES = types.ml parser.mly lexer.mll
value.ml signal.ml faustexp.ml interpreter
.ml preprocess.ml main.ml preprocess_stubs.cpp
+SOURCES = types.ml parser.mly lexer.mll
basic.ml symbol.ml aux.ml value.ml signal.ml beam.ml process.ml faustio
.ml preprocess.ml main.ml preprocess_stubs.cpp
# The executable file to generate
# The executable file to generate
@@
-15,7
+15,7
@@
export OCAML_INCLUDE_PATH
#SNDFILE_PATH = /home/wang/Desktop/libsndfile-ocaml
export SNDFILE_PATH
#SNDFILE_PATH = /home/wang/Desktop/libsndfile-ocaml
export SNDFILE_PATH
-# Path to Faust.mr
3
+# Path to Faust.mr
2
FAUST_PATH = faust-0.9.47mr3
# Path to preprocessor library
FAUST_PATH = faust-0.9.47mr3
# Path to preprocessor library
@@
-45,7
+45,7
@@
CC = g++
# LIBS=$(WITHGRAPHICS) $(WITHUNIX) $(WITHSTR) $(WITHNUMS) $(WITHTHREADS)\
# $(WITHDBM)
# LIBS=$(WITHGRAPHICS) $(WITHUNIX) $(WITHSTR) $(WITHNUMS) $(WITHTHREADS)\
# $(WITHDBM)
-LIBS = $(WITHSNDFILE) $(WITHUNIX)
+LIBS = $(WITHSNDFILE) $(WITHUNIX)
$(WITHSTR)
# Should be set to -INCLUDE if you use any of the libraries above
# or if any C code have to be linked with your program
# Should be set to -INCLUDE if you use any of the libraries above
# or if any C code have to be linked with your program
@@
-73,6
+73,8
@@
WITHUNIX =unix.cma
WITHSNDFILE = sndfile.cma
WITHSNDFILE = sndfile.cma
+WITHSTR = str.cma
+
# c++ wrap options
GPP_CALL = -cc "g++"
# c++ wrap options
GPP_CALL = -cc "g++"
@@
-146,6
+148,12
@@
preprocess.cmx: preprocess.ml
preprocess_stubs.o: preprocess_stubs.cpp
$(CC) $(CC_OPTIONS) $<
preprocess_stubs.o: preprocess_stubs.cpp
$(CC) $(CC_OPTIONS) $<
+faustio.cmo: faustio.ml
+ $(CAMLC) $(INCLUDE) $(LIBS) -c $<
+
+faustio.cmx: faustio.ml
+ $(CAMLOPT) $(INCLUDE) $(LIBS:.cma=.cmxa) -c $<
+
.SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .mly
.ml.cmo:
.SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .mly
.ml.cmo: