From 773470c05431f3f5b5c80e9ef1be2d8ce4bb6cd0 Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 27 Sep 2006 12:09:02 +0000 Subject: [PATCH] Added MANIFEST. --- MANIFEST | 9 +++++++++ Makefile | 4 +++- Makefile.config | 5 +++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 MANIFEST create mode 100644 Makefile.config 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 -- 1.8.3.1