]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/Makefile
New Faustine tested by sin.dsp and fft.dsp.
[Faustine.git] / interpretor / Makefile
index 23b74e4a821a1ef290f678dd686bffeb6cadd5b0..39ec26e8686cf2ef06a4e53017ac13ecaab375ea 100644 (file)
@@ -146,6 +146,12 @@ preprocess.cmx: preprocess.ml
 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: