ocaml/build/new-build-system

52 lines
2.4 KiB
Plaintext

#########################################################################
# #
# OCaml #
# #
# Nicolas Pouillard, projet Gallium, INRIA Rocquencourt #
# #
# Copyright 2007 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. #
# #
#########################################################################
_tags # Defines tags to setup exceptions
myocamlbuild.ml # Contains all needed rules that are differents
boot/ocamldep
myocamlbuild_config.mli
utils/config.mlbuild # Should be renamed as utils/config.ml
# Files that just contain module names of object files.
**/*.mllib # Files that describe the contents of an OCaml library
**/*.mlpack # Files that describe the contents of an OCaml package
**/*.cilb # Files that describe the contents of an C static library
**/*.dilb # Files that describe the contents of an C dynamic library
build/
world.sh # Build all the OCaml world
world.byte.sh # Build the bytecode world
world.native.sh # Build the native world
world.all.sh # Build all the world the don't bootstrap
fastworld.sh # Same as above but faster
boot-c-parts.sh # Compile byterun, ocamlyacc and asmrun with the Makefiles
boot.sh # Compile the stdlib and ocamlc
camlp4-targets.sh # Setup camlp4 targets
otherlibs-targets.sh # Setup otherlibs targets
targets.sh # All targets of the OCaml distribution
install.sh # Install all needed files
distclean.sh # Clean all generated files
myocamlbuild.sh # Regenerate the boot/myocamlbuild program
mk_shell_and_ocamlbuild_config.sh # Generate config/config.sh and myocamlbuild_config.ml
camlp4-bootstrap.sh
# Partial stuffs (just camlp4 and ocamlbuild)
mixed-boot.sh
camlp4-byte-only.sh
camlp4-native-only.sh
ocamlbuild-byte-only.sh
ocamlbuild-native-only.sh