summaryrefslogtreecommitdiffstats
path: root/test/Moretest
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2004-01-05 20:26:19 +0000
committerDamien Doligez <damien.doligez-inria.fr>2004-01-05 20:26:19 +0000
commit258c929f64adc92812b7d966a07ef9712686e54a (patch)
treeb61d46ba69aad98c6bcbab4e7eaea5648a41dc7e /test/Moretest
parentb1b67be7ad15b951b0debb039304af2a8fb37ceb (diff)
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
Diffstat (limited to 'test/Moretest')
-rw-r--r--test/Moretest/Makefile.Mac76
1 files changed, 0 insertions, 76 deletions
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