# Makefile generated by imake - do not edit!

CPP=/lib/cpp -P
RM=rm -f
CP=cp -p -f
TOPDIR=.
CONFIGDIR=$(TOPDIR)/config

LIBDIR=/usr/local/lib/ocaml/

CAMLCOMPILERBIN=ocamlopt
CAMLCOMPILERBYT=ocamlc
CAMLFLAGSBIN=-w A -warn-error Ae
CAMLFLAGSBYT=-g $(CAMLFLAGSBIN)

CAMLBIN=$(CAMLCOMPILERBIN) $(CAMLFLAGSBIN)
CAMLBYT=$(CAMLCOMPILERBYT) $(CAMLFLAGSBYT)

CAMLLIBRBYT=ocamlmklib
CAMLLIBRBIN=ocamlmklib

CAMLLEX=ocamllex
CAMLYACC=ocamlyacc
CAMLDEP=ocamldep -pp camlp4o

all:: byt bin

# (begin Imakefile)

colwheel.BYTOBJS=colwheel.cmo
colwheel.FILES=$(colwheel.BYTOBJS:.cmo=.ml)

byt:: colwheel.byt

depend::
	$(CAMLDEP) $(colwheel.FILES) >> Makefile

clean::
	$(RM) colwheel.byt

colwheel.byt: colwheel.cmo
	$(CAMLBYT) $(LINKFLAGSBYT) -custom unix.cma graphics.cma  colwheel.cmo -o colwheel

colwheel.BINOBJS=colwheel.cmx
colwheel.FILES=$(colwheel.BINOBJS:.cmx=.ml)

bin:: colwheel.bin

depend::
	$(CAMLDEP) $(colwheel.FILES) >> Makefile

clean::
	$(RM) colwheel.bin

colwheel.bin: colwheel.cmx
	$(CAMLBIN) $(LINKFLAGSBIN) unix.cmxa graphics.cmxa  colwheel.cmx -o colwheel.bin
	$(CP) colwheel.bin colwheel

clean::
	$(RM) colwheel

# (end Imakefile)

clean::
	$(RM) *.cmi *.cmix *.cmo *.cmx *.o a.out* *~ *.byt *.bin #*#

depend::

beforedepend::

mfile:
	imake -I$(CONFIGDIR)

makefiles:: beforedepend mfile depend

.SUFFIXES: .mli .cmi .ml .mly .mll .cmo .cmx .cma .cmxa

.mli.cmi:
	$(CAMLBYT) -c $<

.ml.cmo:
	$(CAMLBYT) -c $<

.ml.cmx:
	$(CAMLBIN) -c $<

# Generated dependencies below

colwheel.cmo:
colwheel.cmx:
colwheel.cmo:
colwheel.cmx:
colwheel.cmo:
colwheel.cmx:
colwheel.cmo:
colwheel.cmx:
