ec3c5d7cded36ef0b632fc620aca4920019876c4
[perl4caml.git] / Makefile.config
1 # perl4caml configuration -*- Makefile -*-
2 # $Id: Makefile.config,v 1.7 2003-10-15 09:49:52 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 (actually in the /perl subdirectory
11 # of this, so you will need to add '-I +perl' when compiling programs).
12
13 OCAMLLIBDIR := $(shell ocamlc -where)
14
15 # PACKAGE and VERSION
16
17 PACKAGE := perl4caml
18 VERSION := 0.3.2