26 lines
504 B
Makefile
26 lines
504 B
Makefile
|
CAMLC = :::boot:ocamlrun :::boot:ocamlc -I :::stdlib:
|
|||
|
|
|||
|
all <EFBFBD> graphics.cmi graphics.cma
|
|||
|
set status 0
|
|||
|
|
|||
|
graphics.cma <EFBFBD> graphics.cmo
|
|||
|
{CAMLC} -a -o graphics.cma graphics.cmo
|
|||
|
|
|||
|
partialclean <EFBFBD>
|
|||
|
delete -i <20>.cm[aio] || set status 0
|
|||
|
|
|||
|
clean <EFBFBD> partialclean
|
|||
|
set status 0
|
|||
|
|
|||
|
install <EFBFBD>
|
|||
|
duplicate -y graphics.cm[ia] graphics.mli "{LIBDIR}"
|
|||
|
|
|||
|
.cmi <EFBFBD> .mli
|
|||
|
{CAMLC} -c {default}.mli
|
|||
|
|
|||
|
.cmo <EFBFBD> .ml
|
|||
|
{CAMLC} -c {default}.ml
|
|||
|
|
|||
|
depend <EFBFBD>
|
|||
|
:::boot:ocamlrun :::tools:ocamldep <20>.mli <20>.ml > Makefile.Mac.depend
|