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

CAMLC=camlc
CAMLLIBR=camllibr
CAMLLEX=camllex
CAMLYACC=camlyacc
CPP=/lib/cpp -P
CAMLDEP=camldep
RM=rm -f
TOP=../.
CONFIG=$(TOP)/config

all::

# (begin Imakefile)

all::compr

compr: esbit.zo fileprio.zo huffman.zo compr.zo
	$(CAMLC) $(LINKFLAGS)  esbit.zo fileprio.zo huffman.zo compr.zo -o compr

clean::
	$(RM) compr

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

compr.zo: huffman.zi 
decompr.zo: huffman.zi 
esbit.zo: esbit.zi 
fileprio.zo: fileprio.zi 
huffman.zo: huffman.zi esbit.zi fileprio.zi 
loadall.zo: compr.zo 
