# perl4caml configuration -*- Makefile -*- # $Id: Makefile.config,v 1.4 2003-10-14 16:07:05 rich Exp $ # PERLINCDIR # Directory containing the Perl include files, eg. . PERLINCDIR := $(shell perl -MConfig -e 'print "$$Config{archlib}/CORE"') # OCAMLLIBDIR # This is where we will install perl4caml. OCAMLLIBDIR := $(shell ocamlc -where) # PACKAGE and VERSION PACKAGE := perl4caml VERSION := 0.3.0