Added some documentation, license file.
[perl4caml.git] / Makefile.config
1 # perl4caml configuration -*- Makefile -*-
2 # $Id: Makefile.config,v 1.5 2003-10-14 16:46:13 rich Exp $
3
4 # PERLINCDIR
5 # Directory containing the Perl include files, eg. <EXTERN.h>.
6
7 PERLINCDIR := $(shell perl -MConfig -e 'print "$$Config{archlib}/CORE"')
8
9 # OCAMLLIBDIR
10 # This is where we will install perl4caml.
11
12 OCAMLLIBDIR := $(shell ocamlc -where)
13
14 # PACKAGE and VERSION
15
16 PACKAGE := perl4caml
17 VERSION := 0.3.1