# perl4caml configuration -*- Makefile -*- # $Id: Makefile.config,v 1.3 2003-10-12 17:33:14 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.2.1