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: