Added wrappers around some common libraries.
[perl4caml.git] / Makefile.config
index acf9799..3cdafe3 100644 (file)
@@ -1,7 +1,17 @@
 # perl4caml configuration -*- Makefile -*-
-# $Id: Makefile.config,v 1.1 2003-10-11 18:25:52 rich Exp $
+# $Id: Makefile.config,v 1.3 2003-10-12 17:33:14 rich Exp $
 
 # PERLINCDIR
 # Directory containing the Perl include files, eg. <EXTERN.h>.
 
 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