changes
authorfclaude <fclaude@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Tue, 24 Mar 2009 22:25:26 +0000 (22:25 +0000)
committerfclaude <fclaude@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Tue, 24 Mar 2009 22:25:26 +0000 (22:25 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@291 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

Makefile
compile.sh [new file with mode: 0755]

index d31aa75..e6ce245 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ OCAMLOPT = ocamlopt -g -cc "$(CXX)"
 SYNT_DEBUG = -ppopt -DDEBUG
 else
 CXX = g++  
-OCAMLOPT = ocamlopt -nodynlink -cc "$(CXX)" -ccopt -O3 -ccopt -std=c++0x -noassert -inline $(INLINE)
+OCAMLOPT = ocamlopt -cc "$(CXX)" -ccopt -O3 -ccopt -std=c++0x -noassert -inline $(INLINE)
 endif
 ifeq ($(PROFILE), true)
 SYNT_PROF = $(SYNT_DEBUG) -ppopt -DPROFILE
diff --git a/compile.sh b/compile.sh
new file mode 100755 (executable)
index 0000000..2dda53b
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+cd XMLTree/libcds
+make clean
+make
+cd ../TextCollection
+make clean
+make
+cd ..
+make clean
+make
+cd ..
+make clean
+make
+make timeXMLTree