Added initial caml4perl.
[perl4caml.git] / Makefile.config
1 # perl4caml configuration -*- Makefile -*-
2 # $Id: Makefile.config,v 1.1 2003-10-11 18:25: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"')