Revision f8d61e99908f7b00d6dfafdd12d780660ff5b242 authored by fclement on 09 January 2007, 18:06:59 UTC, committed by fclement on 09 January 2007, 18:06:59 UTC
1 parent 548dc23
Raw File
makefile.config
#######################################################################
#                                                                     #
#                          OCamlP3l                                   #
#                                                                     #
# (C) 2004-2006                                                       #
#             Roberto Di Cosmo (dicosmo@dicosmo.org)                  #
#             Zheng Li (zli@lip6.fr)                                  #
#             Pierre Weis (Pierre.Weis@inria.fr)                      #
#             Francois Clement (Francois.Clement@inria.fr)            #
#                                                                     #
# This program is free software; you can redistribute it and/or       #
# modify it under the terms of the GNU Library General Public License #
# as published by the Free Software Foundation; either version 2      #
# of the License, or (at your option) any later version.              #
#                                                                     #
# This program is distributed in the hope that it will be useful,     #
# but WITHOUT ANY WARRANTY; without even the implied warranty of      #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the       #
# GNU Library General Public License for more details.                #
#                                                                     #
#######################################################################

# $Id: makefile.config,v 1.2 2006-12-08 15:45:40 fclement Exp $
#
# Modify the following variable according to the installation
# directory you choose.
#
PREFIX = /usr/local
PREFIX = $(COMMON)
back to top