# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $

CAMLC=bigloo
CAMLLIBR=camllibr
CAMLLEX=camllex
CAMLYACC=camlyacc
CPP=/lib/cpp -P
CAMLDEP=camldep
RM=rm -f
TOP=../.
CONFIG=$(TOP)/config
COMPFLAGS=-unsafe -O -extend caml

all::

# (begin Imakefile)

all::docteur

docteur: docteur.o
	$(CAMLC) docteur.o -o docteur $(COMPFLAGS)

clean::
	@ $(RM) docteur

# (end Imakefile)

clean::
	@ $(RM) *.zi *.zix *.o *.scm *.sci *.c *~ #*#

beforedepend::

.SUFFIXES: .mli .zi .ml .o

.mli.zi:
	$(CAMLC) $(COMPFLAGS) $<

.ml.o:
	$(CAMLC) -A $(COMPFLAGS) $<

# Generated dependencies below

