projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug of vector wave output error fixed.
[Faustine.git]
/
interpretor
/
Makefile
diff --git
a/interpretor/Makefile
b/interpretor/Makefile
index
6de2b12
..
39ec26e
100644
(file)
--- a/
interpretor/Makefile
+++ b/
interpretor/Makefile
@@
-2,11
+2,11
@@
#
# 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 basic.ml symbol.ml
value.ml signal.ml beam.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
-EXEC =
mrfausti
+EXEC =
faustine
# Path to ocaml include header files
export OCAML_INCLUDE_PATH
# Path to ocaml include header files
export OCAML_INCLUDE_PATH
@@
-146,6
+146,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: