ocaml/test/testinterp/Makefile.Mac

38 lines
1.3 KiB
Makefile
Raw Normal View History

#########################################################################
# #
# Objective Caml #
# #
# Damien Doligez, projet Para, INRIA Rocquencourt #
# #
# Copyright 1999 Institut National de Recherche en Informatique et #
# en Automatique. All rights reserved. This file is distributed #
# under the terms of the Q Public License version 1.0. #
# #
#########################################################################
# $Id$
start = 0
default <EFBFBD> ocamlrun.ppc ocamlrun.68k
:runtest.mpw -start {start} -run ocamlrun.68k t<>.ml
#:runtest.mpw -start {start} -run ocamlrun.ppc t<>.ml
all <EFBFBD> default
test <EFBFBD> default
comments <EFBFBD>
runtest.mpw -bc t<>.ml
ocamlrun.ppc <20> :::byterun:ocamlrun no68k.rez
duplicate -y :::byterun:ocamlrun ocamlrun.ppc
rez -a no68k.rez -o ocamlrun.ppc
ocamlrun.68k <20> :::byterun:ocamlrun noppc.rez
duplicate -y :::byterun:ocamlrun ocamlrun.68k
rez -a noppc.rez -o ocamlrun.68k
clean <EFBFBD>
delete -i <20>.cm[io] || set status 0
delete -i a.out