# perl4caml configuration -*- Makefile -*- # $Id: Makefile.config,v 1.10 2003-10-16 13:41:22 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 (actually in the /perl subdirectory # of this, so you will need to add '-I +perl' when compiling programs). OCAMLLIBDIR := $(shell ocamlc -where) # PACKAGE and VERSION PACKAGE := perl4caml VERSION := 0.3.5