# 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)

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

byt:: soli.byt

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

clean::
	$(RM) soli.byt

soli.byt: soli.cmo
	$(CAMLBYT) $(LINKFLAGSBYT)  soli.cmo -o soli.byt
	$(CP) soli.byt soli

clean::
	$(RM) soli

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

bin:: soli.bin

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

clean::
	$(RM) soli.bin

soli.bin: soli.cmx
	$(CAMLBIN) $(LINKFLAGSBIN)  soli.cmx -o soli.bin
	$(CP) soli.bin soli

clean::
	$(RM) soli

# (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

soli.cmo:
soli.cmx:
soli.cmo:
soli.cmx:
soli.cmo:
soli.cmx:
soli.cmo:
soli.cmx:
