1999-11-17 10:59:06 -08:00
|
|
|
|
#########################################################################
|
|
|
|
|
# #
|
|
|
|
|
# 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 GNU Library General Public License. #
|
|
|
|
|
# #
|
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
|
|
# $Id$
|
|
|
|
|
|
2000-02-05 04:16:09 -08:00
|
|
|
|
CAMLC = :::boot:ocamlrun :::ocamlc -I :::stdlib:
|
1998-10-02 06:02:32 -07:00
|
|
|
|
|
|
|
|
|
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
|