Added make dist rule & MANIFEST.
[perl4caml.git] / Makefile.config
1 # perl4caml configuration -*- Makefile -*-
2 # $Id: Makefile.config,v 1.2 2003-10-12 12:14:06 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.2.0