Revision 7a91c6b428179905821164a4f4f13f134e791e50 authored by weis on 04 December 2006, 17:58:03 UTC, committed by weis on 04 December 2006, 17:58:03 UTC
1 parent b575816
Raw File
makefile.application
#######################################################################
#                                                                     #
#                          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.application,v 1.1 2006-11-28 22:00:14 weis Exp $

include $(MAKEFILES_DIR)/makefile.config

PACKAGE = ocamlp3l
VERSION = 2.02

INSTALLPKGDIR = $(PREFIX)/$(PACKAGE)
INSTALLBINDIR = $(PREFIX)/bin

LIBDIR = $(INSTALLPKGDIR)/lib
BINDIR = $(INSTALLPKGDIR)/bin

MODEL=process
back to top