##########################################################################
#                                                                        #
#                                 Averell                                #
#                                                                        #
#          Vincent Simonet, Projet Cristal, INRIA Rocquencourt           #
#                                                                        #
#  Copyright 2002 Institut National de Recherche en Informatique et en   #
#  Automatique.  All rights reserved.  This file is distributed under    #
#  the terms of the GNU Library General Public License, with the         #
#  special exception on linking described in file LICENSE.               #
#                                                                        #
#  Author contact: Vincent.Simonet@inria.fr                              #
#  Software page: http://cristal.inria.fr/~simonet/soft/                 #
#                                                                        #
##########################################################################

# $Id: Makefile,v 1.1 2002/10/29 15:46:32 simonet Exp $



include ../Makefile.common
include Makefile.defs

SRCDIRS= .



##########################################################################

all: ocg.cma
opt: ocg.cmxa



#########################################################################

ocg.cma: $(AVERELL.CMO)
	$(OCAMLC) $(OCAMLC_FLAGS) -a -o $@ $(AVERELL.CMO)

ocg.cmxa: $(AVERELL.CMX)
	$(OCAMLOPT) $(OCAMLOPT_FLAGS) -a -o $@ $(AVERELL.CMX)



include Depend
