2007-02-07 01:40:59 -08:00
|
|
|
#!/bin/sh
|
2008-12-03 10:09:09 -08:00
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
# #
|
2011-07-27 07:17:02 -07:00
|
|
|
# OCaml #
|
2008-12-03 10:09:09 -08:00
|
|
|
# #
|
|
|
|
# Nicolas Pouillard, projet Gallium, INRIA Rocquencourt #
|
|
|
|
# #
|
|
|
|
# Copyright 2008 Institut National de Recherche en Informatique et #
|
|
|
|
# en Automatique. All rights reserved. This file is distributed #
|
2011-07-20 02:17:07 -07:00
|
|
|
# under the terms of the Q Public License version 1.0. #
|
2008-12-03 10:09:09 -08:00
|
|
|
# #
|
|
|
|
#########################################################################
|
|
|
|
|
2007-02-07 01:40:59 -08:00
|
|
|
set -e
|
|
|
|
cd `dirname $0`/..
|
2007-02-11 23:59:44 -08:00
|
|
|
. build/targets.sh
|
2007-02-07 01:40:59 -08:00
|
|
|
set -x
|
2008-10-23 08:29:11 -07:00
|
|
|
$OCAMLBUILD $@ native_stdlib_mixed_mode $OCAMLOPT_BYTE $OCAMLLEX_BYTE $CAMLP4_NATIVE
|