ocaml/otherlibs/graph/Makefile.Mac

41 lines
1.4 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 GNU Library General Public License, with #
# the special exception on linking described in file ../../LICENSE. #
# #
#########################################################################
# $Id$
CAMLC = :::boot:ocamlrun :::ocamlc -I :::stdlib:
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