Added bootstrap and uninstall target
authortoots@rastageeks.org <toots@rastageeks.org>
Thu, 28 Aug 2008 16:44:07 +0000 (16:44 +0000)
committertoots@rastageeks.org <toots@rastageeks.org>
Thu, 28 Aug 2008 16:44:07 +0000 (16:44 +0000)
Makefile.in
bootstrap [new file with mode: 0755]

index 6086f24..701724b 100644 (file)
@@ -274,6 +274,9 @@ install:
                pa_bitstring.cmo
        @for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
 
+uninstall: 
+       ocamlfind remove bitstring
+
 # Standard rules.
 
 .mli.cmi:
diff --git a/bootstrap b/bootstrap
new file mode 100755 (executable)
index 0000000..06d18c4
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+aclocal
+autoheader
+autoconf