10bdab4dc6
- Stripped portions of `myocamlbuild{,_config}.ml' that seem useless when `-use-ocamlfind' is passed to ocamlbuild. - Added some code in `myocamlbuild_config.ml' to be able to generate documentation by merging interface and implementation files.
22 lines
418 B
Text
22 lines
418 B
Text
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
libdir = @libdir@
|
|
|
|
INSTALL= @INSTALL@
|
|
@SET_MAKE@
|
|
|
|
BUILD= _build
|
|
COMPILER=heptc
|
|
SIMULATOR=hepts
|
|
|
|
INSTALL_BINDIR=$(bindir)
|
|
INSTALL_LIBDIR=$(libdir)/heptagon
|
|
STDLIB_DIR=@stdlib_dir@
|
|
|
|
OCAMLBUILD=STDLIB=$(STDLIB_DIR) @OCAMLBUILD@ -use-ocamlfind
|
|
|
|
TARGET=byte
|
|
ENABLE_SIMULATOR=@enable_simulator@
|