ocaml/otherlibs/bigarray/Makefile.Mac

53 lines
1.7 KiB
Makefile
Raw Normal View History

#########################################################################
# #
# Objective Caml #
# #
# Damien Doligez, projet Moscova, INRIA Rocquencourt #
# #
# Copyright 2000 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$
PPCC = mrc
PPCCOptions = -i :::byterun:,:::config: -w 35 {cdbgflag}
CAMLC = :::boot:ocamlrun :::ocamlc -I :::stdlib: -I ::unix:
PPCC_OBJS = bigarray_stubs.c.x mmap_unix.c.x
CAML_OBJS = bigarray.cmo
all <EFBFBD> libbigarray.x bigarray.cma
libbigarray.x <EFBFBD> {PPCC_OBJS}
ppclink {ldbgflag} -xm library -o libbigarray.x {PPCC_OBJS}
bigarray.cma <EFBFBD> {CAML_OBJS}
{CAMLC} -a -linkall -o bigarray.cma {CAML_OBJS}
install <EFBFBD>
duplicate -y bigarray.cmi bigarray.mli libbigarray.x <20>
bigarray.cma "{LIBDIR}"
partialclean <EFBFBD>
delete -y <20>.cm<63> || set status 0
clean <EFBFBD> partialclean
delete -i <20>.x || set status 0
.cmi <EFBFBD> .mli
{CAMLC} -c {COMPFLAGS} {depdir}{default}.mli
.cmo <EFBFBD> .ml
{CAMLC} -c {COMPFLAGS} {depdir}{default}.ml
depend <EFBFBD>
begin
MakeDepend -w -objext .x <20>.c
:::boot:ocamlrun :::tools:ocamldep -I :::stdlib: -I ::unix: <20>.mli <20>.ml
end | streamedit -e "/<2F>t/ replace // ' ' -c <20>" > Makefile.Mac.depend