From 258c929f64adc92812b7d966a07ef9712686e54a Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Mon, 5 Jan 2004 20:26:19 +0000 Subject: PR#1914,PR#1956, suppression du portage Mac OS 9 git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6060 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- test/Moretest/Makefile.Mac | 76 ---------------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 test/Moretest/Makefile.Mac (limited to 'test/Moretest') diff --git a/test/Moretest/Makefile.Mac b/test/Moretest/Makefile.Mac deleted file mode 100644 index 0ebb0f0f6..000000000 --- a/test/Moretest/Makefile.Mac +++ /dev/null @@ -1,76 +0,0 @@ -######################################################################### -# # -# 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$ - -CAMLC = :::boot:ocamlrun :::ocamlc -I :::stdlib: -CAMLDEP = :::boot:ocamlrun :::tools:ocamldep -CAMLRUN = :::byterun:ocamlrun - -FILES = arrays.byt callback.byt equality.byt intext.byt io.byt manyargs.byt ¶ - multdef.byt patmatch.byt recvalues.byt sets.byt signals.byt syserror.byt ¶ - testrandom.byt usemultdef.byt wc.byt tscanf.byt - -all Ä {FILES} - duplicate -y :::ocaml ":/vmunix" - duplicate -y :::byterun:interp.a ":/etc/hosts" - set -e ocamlcommands "{tempfolder}ocamlcommands" - set exit 0 - for i in {FILES} - :{i} - end - delete -i ":/etc/hosts" ":/vmunix" "{tempfolder}ocamlcommands" - -callback.byt Ä callback.cmo callbackprim.c.o callbackprim.c.x - alias ocamlc "{CAMLC}" - :::tools:ocamlc-custom -o callback.byt callback.cmo callbackprim.c.[ox] - -manyargs.byt Ä manyargs.cmo manyargsprim.c.o manyargsprim.c.x - alias ocamlc "{CAMLC}" - :::tools:ocamlc-custom -o manyargs.byt manyargs.cmo manyargsprim.c.[ox] - -usemultdef.byt Ä multdef.cmo usemultdef.cmo - {CAMLC} -o usemultdef.byt multdef.cmo usemultdef.cmo - -# Common rules - -.byt Ä .cmo - {CAMLC} -o {default}.byt {default}.cmo - -.fast.byt Ä .ml - {CAMLC} -unsafe -o {default}.fast.byt {default}.fast.cmo - -.cmi Ä .mli - {CAMLC} -c {default}.mli - -.cmo Ä .ml - {CAMLC} -c {default}.ml - -.fast.cmo Ä .ml - {CAMLC} -unsafe -c {default}.ml - -.c.o Ä .c - sc -w 7 -i :::byterun: {default}.c -o {default}.c.o - -.c.x Ä .c - mrc -w 7 -w 35 -i :::byterun: {default}.c -o {default}.c.x - -clean ÄÄ - delete -i Å.byt || set status 0 - delete -i Å.cm[io] || set status 0 - delete -i Å.c.[ox] || set status 0 - delete -i intext.data - -# Dependencies - -depend Ä - {CAMLDEP} Å.mli Å.ml > Makefile.Mac.depend -- cgit v1.2.3-70-g09d2