LIBDIR=/usr/local/lib/ocaml/ CAMLC=ocamlc CAMLCOPT=ocamlopt COMPFLAGS=-g COMPFLAGSOPT= CAMLLIBR=ocamllibr CAMLLEX=ocamllex CAMLYACC=ocamlyacc CAMLDEP=ocamldep -pp camlp4o CPP=/lib/cpp -P RM=rm -f CP=cp -p -f TOP=TOPDIR CONFIG=$(TOP)/config #include "Imake.rules" all:: allopt:opt /**/# (begin Imakefile) #include INCLUDE_IMAKEFILE /**/# (end Imakefile) clean:: $(RM) *.cmi *.cmix *.cmo *.cmx *.o a.out* *~ *.opt #*# depend:: beforedepend:: mfile: imake -I$(CONFIG) -DTOPDIR=$(TOP) makefiles:: beforedepend mfile depend .SUFFIXES: .mli .cmi .ml .cmo .cmx .mli.cmi: $(CAMLC) $(COMPFLAGS) -c $< .ml.cmo: $(CAMLC) $(COMPFLAGS) -c $< .ml.cmx: $(CAMLCOPT) $(COMPFLAGSOPT) -c $< /**/# Generated dependencies below