# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.91 95/01/12 16:15:47 kaleb 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::hello

hello:  hello.zo
	$(CAMLC) $(LINKFLAGS) -custom unix.zo tklib.zo   hello.zo  -ccopt -L/usr/local/lib/tk8.0/lib -ccopt -L/usr/local/lib/tcl8.0/lib -lcamltk4 -ltk8.0 -ltcl8.0 -lunix -lX11 -o hello

clean::
	$(RM) hello

all::hello_quit

hello_quit:  hello_quit.zo
	$(CAMLC) $(LINKFLAGS) -custom unix.zo tklib.zo   hello_quit.zo  -ccopt -L/usr/local/lib/tk8.0/lib -ccopt -L/usr/local/lib/tcl8.0/lib -lcamltk4 -ltk8.0 -ltcl8.0 -lunix -lX11 -o hello_quit

clean::
	$(RM) hello_quit

all::rgb

rgb:  rgb.zo
	$(CAMLC) $(LINKFLAGS) -custom unix.zo tklib.zo   rgb.zo  -ccopt -L/usr/local/lib/tk8.0/lib -ccopt -L/usr/local/lib/tcl8.0/lib -lcamltk4 -ltk8.0 -ltcl8.0 -lunix -lX11 -o rgb

clean::
	$(RM) rgb

all::convert_euro

convert_euro:  convert_euro.zo
	$(CAMLC) $(LINKFLAGS) -custom unix.zo tklib.zo   convert_euro.zo  -ccopt -L/usr/local/lib/tk8.0/lib -ccopt -L/usr/local/lib/tcl8.0/lib -lcamltk4 -ltk8.0 -ltcl8.0 -lunix -lX11 -o convert_euro

clean::
	$(RM) convert_euro

all::convert

convert:  convert.zo
	$(CAMLC) $(LINKFLAGS) -custom unix.zo tklib.zo   convert.zo  -ccopt -L/usr/local/lib/tk8.0/lib -ccopt -L/usr/local/lib/tcl8.0/lib -lcamltk4 -ltk8.0 -ltcl8.0 -lunix -lX11 -o convert

clean::
	$(RM) convert

all::taquin

taquin:  taquin.zo
	$(CAMLC) $(LINKFLAGS) -custom unix.zo tklib.zo   taquin.zo  -ccopt -L/usr/local/lib/tk8.0/lib -ccopt -L/usr/local/lib/tcl8.0/lib -lcamltk4 -ltk8.0 -ltcl8.0 -lunix -lX11 -o taquin

clean::
	$(RM) taquin

all::tetris

tetris:  tetris.zo
	$(CAMLC) $(LINKFLAGS) -custom unix.zo tklib.zo   tetris.zo  -ccopt -L/usr/local/lib/tk8.0/lib -ccopt -L/usr/local/lib/tcl8.0/lib -lcamltk4 -ltk8.0 -ltcl8.0 -lunix -lX11 -o tetris

clean::
	$(RM) tetris

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

