X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=Makefile.config;h=637ca6c2f7766893c868f870e16e76389ac9c3eb;hb=f4ea557f1eae3dfc964fa08748debe6055516cce;hp=e3a1039482f70b1dedc536553a970de5ec9ae359;hpb=ca5c0933addc2b872316df28789f7de81281c3fe;p=perl4caml.git diff --git a/Makefile.config b/Makefile.config index e3a1039..637ca6c 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,5 @@ # perl4caml configuration -*- Makefile -*- -# $Id: Makefile.config,v 1.2 2003-10-12 12:14:06 rich Exp $ +# $Id: Makefile.config,v 1.12 2003-11-19 16:28:22 rich Exp $ # PERLINCDIR # Directory containing the Perl include files, eg. . @@ -7,11 +7,17 @@ PERLINCDIR := $(shell perl -MConfig -e 'print "$$Config{archlib}/CORE"') # OCAMLLIBDIR -# This is where we will install perl4caml. +# 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) +# EXTRA_CFLAGS +# You can specify extra flags to be passed to gcc here. + +EXTRA_CFLAGS := + # PACKAGE and VERSION PACKAGE := perl4caml -VERSION := 0.2.0 +VERSION := 0.3.7