From: rich Date: Wed, 27 Sep 2006 12:09:02 +0000 (+0000) Subject: Added MANIFEST. X-Git-Tag: 0.9.0~26 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=773470c05431f3f5b5c80e9ef1be2d8ce4bb6cd0;hp=f5645e2de53ff5935195cdb086d46feda4eff705;p=ocaml-ancient.git Added MANIFEST. --- diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..173daa4 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,9 @@ +.cvsignore +.depend +ancient_c.c +ancient.ml +ancient.mli +Makefile +Makefile.config +MANIFEST +test_ancient.ml diff --git a/Makefile b/Makefile index e9c818c..24a0ce9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile,v 1.1 2006-09-27 12:07:07 rich Exp $ +# $Id: Makefile,v 1.2 2006-09-27 12:09:02 rich Exp $ + +include Makefile.config CC := gcc CFLAGS := -g -fPIC -Wall -Werror diff --git a/Makefile.config b/Makefile.config new file mode 100644 index 0000000..0cad3c4 --- /dev/null +++ b/Makefile.config @@ -0,0 +1,5 @@ +# Mark objects as 'ancient' so they are taken out of the OCaml heap. +# $Id: Makefile.config,v 1.1 2006-09-27 12:09:02 rich Exp $ + +PACKAGE := ancient +VERSION := 0.0.1