1996-11-02 10:04:50 -08:00
|
|
|
|
CAMLC = ::::boot:ocamlrun ::::ocamlc -I ::::stdlib:
|
|
|
|
|
CAMLOPT = ::::boot:ocamlrun ::::ocamlopt -I ::::stdlib:
|
|
|
|
|
|
|
|
|
|
test <EFBFBD> test.byt
|
|
|
|
|
:test.byt
|
|
|
|
|
|
|
|
|
|
TESTFILES = test.cmo test_nats.cmo test_big_ints.cmo <20>
|
|
|
|
|
test_ratios.cmo test_nums.cmo end_test.cmo
|
|
|
|
|
|
|
|
|
|
test.byt <20> {TESTFILES} ::nums.cma ::libnums.o
|
1996-11-06 08:53:56 -08:00
|
|
|
|
alias ocamlc "{CAMLC}"
|
|
|
|
|
::::tools:ocamlc-custom -o test.byt ::nums.cma {TESTFILES} ::libnums.[ox]
|
1996-11-02 10:04:50 -08:00
|
|
|
|
|
|
|
|
|
.cmo <EFBFBD> .ml
|
|
|
|
|
{CAMLC} -I :: -c {default}.ml
|
|
|
|
|
|
|
|
|
|
ocamlnum <EFBFBD>
|
1996-11-06 08:53:56 -08:00
|
|
|
|
ocamlmktop -o ocamlnum -custom ::nums.cma ::libnums.[ox]
|
1996-11-02 10:04:50 -08:00
|
|
|
|
|
|
|
|
|
clean <EFBFBD>
|
|
|
|
|
delete -i test.byt ocamlnum
|
|
|
|
|
delete -i <20>.cm[io] || set status 0
|
|
|
|
|
|
|
|
|
|
depend <EFBFBD>
|
|
|
|
|
ocamldep <20>.ml > Makefile.Mac.depend
|