# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
CAMLC=camlc
COMPFLAGS=-W
CAMLLIBR=camllibr
CAMLLEX=camllex
CAMLYACC=camlyacc
CPP=/lib/cpp -P
CAMLDEP=camldep
RM=rm -f
TOP=../.
CONFIG=$(TOP)/config
all::
# (begin Imakefile)
all::minicaml
minicaml: eval.zo lexuniv.zo syntaxe.zo types.zo synthese.zo caml.zo
$(CAMLC) $(LINKFLAGS) eval.zo lexuniv.zo syntaxe.zo types.zo synthese.zo caml.zo -o minicaml
clean::
$(RM) minicaml
# (end Imakefile)
clean::
$(RM) *.zi *.zix *.zo *~ #*#
beforedepend::
makefile: beforedepend
imake -I$(CONFIG) -DTOPDIR=$(TOP)
$(CAMLDEP) *.mli *.ml >> Makefile
makefiles:: makefile
.SUFFIXES: .mli .zi .ml .zo
.mli.zi:
$(CAMLC) $(COMPFLAGS) -c $<
.ml.zo:
$(CAMLC) $(COMPFLAGS) -c $<
# Generated dependencies below
eval.zi: syntaxe.zi
synthese.zi: syntaxe.zi types.zi
caml.zo: eval.zi syntaxe.zi synthese.zi types.zi
eval.zo: eval.zi syntaxe.zi
interprete.zo: eval.zi syntaxe.zi
lexuniv.zo: lexuniv.zi
loadall.zo: caml.zo
syntaxe.zo: syntaxe.zi lexuniv.zi
synthese.zo: synthese.zi syntaxe.zi types.zi
types.zo: types.zi
typeur.zo: eval.zi syntaxe.zi synthese.zi types.zi
syntax highlighted by Code2HTML, v. 0.9.1