Added MANIFEST.
authorrich <rich>
Wed, 27 Sep 2006 12:09:02 +0000 (12:09 +0000)
committerrich <rich>
Wed, 27 Sep 2006 12:09:02 +0000 (12:09 +0000)
MANIFEST [new file with mode: 0644]
Makefile
Makefile.config [new file with mode: 0644]

diff --git a/MANIFEST b/MANIFEST
new file mode 100644 (file)
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
index e9c818c..24a0ce9 100644 (file)
--- 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 (file)
index 0000000..0cad3c4
--- /dev/null
@@ -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