# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.91 95/01/12 16:15:47 kaleb Exp $
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=../.
CONFIG=$(TOP)/config
all::
allopt:opt
# (begin Imakefile)
doctor.OBJS=doctor.cmo
doctor.FILES=$(doctor.OBJS:.cmo=.ml)
all::doctor
depend::
$(CAMLDEP) $(doctor.FILES) >> Makefile
clean::
$(RM) doctor
doctor: doctor.cmo
$(CAMLC) $(LINKFLAGS) doctor.cmo -o doctor
doctor.BINOBJS=doctor.cmx
doctor.FILES=$(doctor.BINOBJS:.cmx=.ml)
opt::doctor.opt
depend::
$(CAMLDEP) $(doctor.FILES) >> Makefile
clean::
$(RM) doctor doctor.opt
doctor.opt: doctor.cmx
$(CAMLCOPT) $(LINKFLAGSOPT) doctor.cmx -o doctor.opt
$(CP) doctor.opt doctor
# (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
syntax highlighted by Code2HTML, v. 0.9.1