tatoo.git
10 years agoFix a bug in ocaml build script (echo -n is not supported on OSX,
Kim Nguyễn [Tue, 7 Jan 2014 16:06:53 +0000 (17:06 +0100)]
Fix a bug in ocaml build script (echo -n is not supported on OSX,
use /bin/echo instead)

10 years agoRefactor the tracing code, store the whole tree structure in a javascript array and...
Kim Nguyễn [Mon, 9 Dec 2013 09:57:59 +0000 (10:57 +0100)]
Refactor the tracing code, store the whole tree structure in a javascript array and handle it from the javascript side.

10 years agoCosmetic changes (whitespaces) and add comments at the top of the .str files to load...
Kim Nguyễn [Sun, 8 Dec 2013 16:20:37 +0000 (17:20 +0100)]
Cosmetic changes (whitespaces) and add comments at the top of the .str files to load the correct emacs-mode when editing.

10 years agoUpdate to latest master of remake.
Kim Nguyễn [Sun, 8 Dec 2013 10:31:26 +0000 (11:31 +0100)]
Update to latest master of remake.
Add a workaround to silence the linker warning when building remake in the configure script.

10 years agoRefactor HTML Tracing to not depend on external files (style, javascript). Add a...
Kim Nguyễn [Sun, 8 Dec 2013 09:55:54 +0000 (10:55 +0100)]
Refactor HTML Tracing to not depend on external files (style, javascript). Add a general facility to turn a file into an OCaml string. The content of file.ml.str is turned into let content = "..." in  a file file.ml.

10 years agoRefactor the run module, moving out of the Make functor everything that can be moved...
Kim Nguyễn [Sun, 8 Dec 2013 09:54:54 +0000 (10:54 +0100)]
Refactor the run module, moving out of the Make functor everything that can be moved. Slightly improve the cache module by avoiding one comparison during find on some cases and remove manual call to Gc.compact in main, since it does not seem to help.

10 years agoResurect the HTML trace. Now generates a single HTML file containing the SVG.
Kim Nguyễn [Fri, 6 Dec 2013 15:09:27 +0000 (16:09 +0100)]
Resurect the HTML trace. Now generates a single HTML file containing the SVG.

10 years agoRename xmark test files so that the name order respects the size order.
Kim Nguyễn [Tue, 3 Dec 2013 23:02:02 +0000 (00:02 +0100)]
Rename xmark test files so that the name order respects the size order.
Fix the gen_xmark script.

10 years agoFix a bug in the test-complexity script and add more test cases.
Kim Nguyễn [Tue, 3 Dec 2013 22:59:24 +0000 (23:59 +0100)]
Fix a bug in the test-complexity script and add more test cases.

10 years agoSpeed-up the run function by keeping only the set of node to be satified for each...
Kim Nguyễn [Tue, 3 Dec 2013 22:57:12 +0000 (23:57 +0100)]
Speed-up the run function by keeping only the set of node to be satified for each node.

10 years agoWIP
Kim Nguyễn [Mon, 2 Dec 2013 21:30:43 +0000 (22:30 +0100)]
WIP

10 years agoSplit the formula cache into a top-down and bottom-up cache.
Kim Nguyễn [Sun, 1 Dec 2013 20:14:54 +0000 (21:14 +0100)]
Split the formula cache into a top-down and bottom-up cache.

10 years agoRemove some unneeded code that was slowing down the run function.
Kim Nguyễn [Sun, 1 Dec 2013 12:18:59 +0000 (13:18 +0100)]
Remove some unneeded code that was slowing down the run function.

10 years agoAdd missing tests for xmark_0.xml file.
Kim Nguyễn [Sun, 1 Dec 2013 11:05:40 +0000 (12:05 +0100)]
Add missing tests for xmark_0.xml file.

10 years agoAdd the results of reference implementations back.
Kim Nguyễn [Sun, 1 Dec 2013 08:20:06 +0000 (09:20 +0100)]
Add the results of reference implementations back.

10 years agoFix typos int the test file generation script.
Kim Nguyễn [Sat, 30 Nov 2013 21:32:17 +0000 (22:32 +0100)]
Fix typos int the test file generation script.

10 years agoAdd generated test files to .gitignore
Kim Nguyễn [Sat, 30 Nov 2013 21:30:05 +0000 (22:30 +0100)]
Add generated test files to .gitignore

10 years agoRefactor the testing infrastructure.
Kim Nguyễn [Sat, 30 Nov 2013 21:29:04 +0000 (22:29 +0100)]
Refactor the testing infrastructure.

10 years agoRefine the run to have a different set of states to satisfy while going td/bu.
Kim Nguyễn [Sat, 30 Nov 2013 18:27:49 +0000 (19:27 +0100)]
Refine the run to have a different set of states to satisfy while going td/bu.

10 years agoFix a bug in the build script that was causing some .cmo files to have a false depend...
Kim Nguyễn [Sat, 30 Nov 2013 12:19:03 +0000 (13:19 +0100)]
Fix a bug in the build script that was causing some .cmo files to have a false dependency on .cmx files.

10 years agoReplace "unsafe" function tempnam by custom code.
Kim Nguyễn [Sat, 30 Nov 2013 08:27:36 +0000 (09:27 +0100)]
Replace "unsafe" function tempnam by custom code.

10 years agoMake remake print "Entering/Leaving directory `foo'" if it changes the current workin...
Kim Nguyễn [Sat, 30 Nov 2013 08:25:47 +0000 (09:25 +0100)]
Make remake print "Entering/Leaving directory `foo'" if it changes the current working dir.

10 years agoAdd a target to run tests with the bytecode version of the program.
Kim Nguyễn [Thu, 28 Nov 2013 22:21:54 +0000 (23:21 +0100)]
Add a target to run tests with the bytecode version of the program.

10 years agoUpdate to master version of remake.
Kim Nguyễn [Thu, 28 Nov 2013 20:32:49 +0000 (21:32 +0100)]
Update to master version of remake.

10 years agoCosmetic changes (truncate long lines, remove trailing spaces…)
Kim Nguyễn [Mon, 25 Nov 2013 20:39:46 +0000 (21:39 +0100)]
Cosmetic changes (truncate long lines, remove trailing spaces…)

10 years agoImplement the ranked automata evaluation to guarantee a O(|D|x|Q|)
Kim Nguyễn [Sun, 24 Nov 2013 21:20:12 +0000 (22:20 +0100)]
Implement the ranked automata evaluation to guarantee a O(|D|x|Q|)
worst case complexity. The states of an automaton are given a rank (an
integer) such that if rank(q) = i, then state q can be satisfied
during run i at the latest. The maximum rank of a state is bounded by
the number of "bi-directional" states, that is, the number of states
which depends at the same time on a state upward and on another state
downard. Therefore, the rank is at most |Q|. For the moment, we
evaluate state [q] *only* during run i. This implies the O(|D|x|Q|)
overal complexity but also means we loose a chance to discard (or
accept) [q] early. A heuristic could improve that.

10 years agoAdd a tiny XML file to help debug automata behaviour.
Kim Nguyễn [Sun, 24 Nov 2013 21:18:57 +0000 (22:18 +0100)]
Add a tiny XML file to help debug automata behaviour.

10 years agoPut the move type of automata in a Move module and add auxiliary function to create...
Kim Nguyễn [Wed, 20 Nov 2013 21:50:56 +0000 (22:50 +0100)]
Put the move type of automata in a Move module and add auxiliary function to create and maintain tables indexed by moves. Use it to return the states of a forumla by move.

10 years agoAdd a utility function Boolean.iter that iterates a function over a formula.
Kim Nguyễn [Wed, 20 Nov 2013 21:46:24 +0000 (22:46 +0100)]
Add a utility function Boolean.iter that iterates a function over a formula.

10 years agoRemove useless cycles in the generated automaton. A state now only has at most one...
Kim Nguyễn [Sat, 16 Nov 2013 22:06:32 +0000 (23:06 +0100)]
Remove useless cycles in the generated automaton. A state now only has at most one trivial cycle with itself.

10 years agoSilence an unused variable warning.
Kim Nguyễn [Fri, 22 Nov 2013 14:32:07 +0000 (15:32 +0100)]
Silence an unused variable warning.

10 years agoPrint detailed statisticts of the run.
Kim Nguyễn [Fri, 8 Nov 2013 21:21:02 +0000 (22:21 +0100)]
Print detailed statisticts of the run.

10 years agoAdd a script to output the number of states/running time/number of traversal for...
Kim Nguyễn [Fri, 8 Nov 2013 20:43:29 +0000 (21:43 +0100)]
Add a script to output the number of states/running time/number of traversal for increasing query sizes.

10 years agoFix a bug in the compilation of * tests.
Kim Nguyễn [Tue, 1 Oct 2013 20:12:27 +0000 (22:12 +0200)]
Fix a bug in the compilation of * tests.

10 years agoAdd the .mly and .mll files as dependencies of the generated .ml
Kim Nguyễn [Sun, 18 Aug 2013 16:49:58 +0000 (18:49 +0200)]
Add the .mly and .mll files as dependencies of the generated .ml

10 years agoRefactor HTML tracing utility. Color the nodes that are in the same
Kim Nguyễn [Sun, 18 Aug 2013 16:32:18 +0000 (18:32 +0200)]
Refactor HTML tracing utility. Color the nodes that are in the same
sat configuration in the same color.

10 years agoIncrease the size of the border of selected nodes in the html trace.
Kim Nguyễn [Sun, 18 Aug 2013 10:19:08 +0000 (12:19 +0200)]
Increase the size of the border of selected nodes in the html trace.

10 years agoAlso print the number of states when printing automata.
Kim Nguyễn [Sun, 18 Aug 2013 10:18:26 +0000 (12:18 +0200)]
Also print the number of states when printing automata.

10 years agoDo not update the run if the todo set is empty for the current node.
Kim Nguyễn [Fri, 16 Aug 2013 17:42:17 +0000 (19:42 +0200)]
Do not update the run if the todo set is empty for the current node.

10 years agoRewrite the HTML debugging output to generate an svg file directly instead going
Kim Nguyễn [Thu, 15 Aug 2013 15:11:02 +0000 (17:11 +0200)]
Rewrite the HTML debugging output to generate an svg file directly instead going
through graphviz.

10 years agoAdd fold_left/right functions to the set interface (iterate in
Kim Nguyễn [Wed, 14 Aug 2013 08:59:27 +0000 (10:59 +0200)]
Add fold_left/right functions to the set interface (iterate in
increasing/decreasing order of keys).

10 years agoImplement set-theoretic operation on 2WSATA (union, intersection,
Kim Nguyễn [Wed, 7 Aug 2013 17:21:15 +0000 (19:21 +0200)]
Implement set-theoretic operation on 2WSATA (union, intersection,
negation, difference).

10 years agoImplement reverse mapping from preorder to nodes.
Kim Nguyễn [Wed, 7 Aug 2013 10:36:39 +0000 (12:36 +0200)]
Implement reverse mapping from preorder to nodes.

10 years agoImprove performance of parallel run by replacing standard hashtable with
Kim Nguyễn [Wed, 7 Aug 2013 10:34:51 +0000 (12:34 +0200)]
Improve performance of parallel run by replacing standard hashtable with
Cache.N1 array.

10 years agoLowlevel optimizations in the Ptset module, replace some function
Kim Nguyễn [Sat, 27 Jul 2013 14:32:26 +0000 (16:32 +0200)]
Lowlevel optimizations in the Ptset module, replace some function
calls by a field access, use bit twidling hack to compute the
largest power of two inferior to a given value (was previously done
with log(WORDSIZE * 8) branching + table lookup).

10 years agoDo not stupidely recompute a constant set of states for each node
Kim Nguyễn [Fri, 26 Jul 2013 15:16:13 +0000 (17:16 +0200)]
Do not stupidely recompute a constant set of states for each node
in the tree, compute it once and for all before the run and store it
at each node as we traverse them.

10 years agoImprove performances by moving the caching outside of the saturation
Kim Nguyễn [Fri, 26 Jul 2013 14:38:26 +0000 (16:38 +0200)]
Improve performances by moving the caching outside of the saturation
of the set of states of the current node (instead of caching and
looking-up at each step)

10 years agoDrastically improve performances by simplifying the book-keeping
Kim Nguyễn [Fri, 26 Jul 2013 14:01:29 +0000 (16:01 +0200)]
Drastically improve performances by simplifying the book-keeping
of pending transitions during a topdown run.
Before:
      - we were keeping for each node
        (1) sat: the set of states satisfied at that node
        (2) unsat: the set of states unsatisfied at that node
        (3) todo: the hashconsed list of pending transitions (of the
            form q, {a,b,c} -> f
            where f has been simplified w.r.t to sat and unsat (that is
            atoms containing states in either have been simplified to True
            or False) and q is neither in sat nor unsat.
      - during each run, for each node, we were scanning todo and rebuilding
        it removing satisfied or unsatisfied transitions. This lead to excessive
        hashconsing, and a lot of time spent in the hashconsing module (in turn
        spending a lot of time in the GC)
After:
       - we keep for each node:
         (1) sat: the set of states satisfied at that node
         (2) todo: the set of undetermined *states*
       - we perform the book-keeping as before but do not materialize the
         simplified transitions. Also unsat is made inplicit (a state is
         unsat if it is neither in sat nor todo).

10 years agoRevert "Tentative optimization"
Kim Nguyễn [Thu, 25 Jul 2013 13:24:58 +0000 (15:24 +0200)]
Revert "Tentative optimization"

This reverts commit e9b4969905125718589b18ff6286e05688f7a929.
Avoiding the computation of a simplified formula does not help.

10 years agoAdd gmon.out to .gitignore
Kim Nguyễn [Thu, 25 Jul 2013 13:22:00 +0000 (15:22 +0200)]
Add gmon.out to .gitignore

10 years agoTentative optimization
Kim Nguyễn [Thu, 25 Jul 2013 13:21:36 +0000 (15:21 +0200)]
Tentative optimization

10 years agoFactor Remakefie and add more tests for parallel query composition. feature/multiple-starters
Kim Nguyễn [Thu, 25 Jul 2013 09:26:56 +0000 (11:26 +0200)]
Factor Remakefie  and add more tests for parallel query composition.

10 years agoAdd Makefile to .gitignore
Kim Nguyễn [Thu, 25 Jul 2013 07:09:58 +0000 (09:09 +0200)]
Add Makefile to .gitignore

10 years agoAdd a Makefile to drive the build process.
Kim Nguyễn [Wed, 24 Jul 2013 22:12:14 +0000 (00:12 +0200)]
Add a Makefile to drive the build process.

10 years agoFix invalid variable substitution in buildscript.
Kim Nguyễn [Wed, 24 Jul 2013 21:59:01 +0000 (23:59 +0200)]
Fix invalid variable substitution in buildscript.

10 years agoUpdate the output of the reference implementation to the new format. refactor/remake
Kim Nguyễn [Wed, 24 Jul 2013 21:52:16 +0000 (23:52 +0200)]
Update the output of the reference implementation to the new format.

10 years agoRemove un-needed scripts
Kim Nguyễn [Wed, 24 Jul 2013 21:50:43 +0000 (23:50 +0200)]
Remove un-needed scripts

10 years agoFactorise common bits of Remakefile in tools/ocamldriver.sh
Kim Nguyễn [Wed, 24 Jul 2013 21:49:44 +0000 (23:49 +0200)]
Factorise common bits of Remakefile in tools/ocamldriver.sh

10 years agoRefactor the build process. Piggyback on remake's dependency tracking
Kim Nguyễn [Wed, 24 Jul 2013 20:52:03 +0000 (22:52 +0200)]
Refactor the build process. Piggyback on remake's dependency tracking
to perform a topological sort of the object files, used during linking.
This is done by generating a .dep file for each object file keeping in
a .dep the transitive closure of its dependencies.
Also, packed modules must now be described by:
- a directory
- a file with the .pack extension, with the same basename as the directory,
listing the module names (relative to the directory containing the .ml files)

10 years agoAdd more tests (broken, needs a refactoring of the build script)
Kim Nguyễn [Wed, 24 Jul 2013 15:21:56 +0000 (17:21 +0200)]
Add more tests (broken, needs a refactoring of the build script)

10 years agoAdd tests for parallel query evaluation.
Kim Nguyễn [Wed, 24 Jul 2013 09:49:53 +0000 (11:49 +0200)]
Add tests for parallel query evaluation.

10 years agoImplement the multiple-starters feature:
Kim Nguyễn [Tue, 23 Jul 2013 17:06:50 +0000 (19:06 +0200)]
Implement the multiple-starters feature:
- implement automata merging and concatenation
- change the command line parsing to allow multiple queries
- update the output format to denote which query a result set belongs to
- implement full evaluation of automata (associate each selecting state
with its result set)

Given queries Q1 ... QN on the command line, we can now:
- compute Q1, then Q2, ... , then QN on the same document, sequentially
- build one automaton that computes Q1, ..., QN in parallel
- compute QN(... Q2(Q1(root))) sequentially (materializing intermediate
results)
- build one automaton that computes QN(...(Q2(Q1(root)))) in one run.

10 years agoChange command line options:
Kim Nguyễn [Tue, 23 Jul 2013 07:38:39 +0000 (09:38 +0200)]
Change command line options:
       * -d, --doc set the input document (default to stdin)
       * -o, --out set the output file (default to stdout)

10 years agoImplement copy and composition of automata.
Kim Nguyễn [Tue, 23 Jul 2013 06:50:13 +0000 (08:50 +0200)]
Implement copy and composition of automata.

10 years agoPreliminary work for multiple starters evaluation. refactor/sanitize-ata
Kim Nguyễn [Fri, 19 Jul 2013 15:02:10 +0000 (17:02 +0200)]
Preliminary work for multiple starters evaluation.

10 years agoRefactor the Ata module:
Kim Nguyễn [Fri, 19 Jul 2013 13:33:37 +0000 (15:33 +0200)]
Refactor the Ata module:
         - add a builder class to ensure we only manipulate well-formed automata
         - move all the caching infrastructure to the computation of the run
         - rename the Eval module to Run

10 years agoSanitize the representation of formula
Kim Nguyễn [Wed, 17 Jul 2013 15:59:01 +0000 (17:59 +0200)]
Sanitize the representation of formula
- rename the toplevel Formula module to Boolean
- rename Ata.SFormula to Formula
- move the flag saying whether an atom is positive or negative
  to Boolean
- distinguish predicates that are moves from generic predicates.

10 years agoAdd a bullet symbol.
Kim Nguyễn [Wed, 17 Jul 2013 16:00:58 +0000 (18:00 +0200)]
Add a bullet symbol.

10 years agoAdd an int_of_bool cast function.
Kim Nguyễn [Wed, 17 Jul 2013 16:00:43 +0000 (18:00 +0200)]
Add an int_of_bool cast function.

10 years agoAdd an interface for the evaluation module.
Kim Nguyễn [Wed, 17 Jul 2013 16:00:22 +0000 (18:00 +0200)]
Add an interface for the evaluation module.

10 years agoMake remake change to the directory where ./remake (and the Remakefile) are.
Kim Nguyễn [Wed, 17 Jul 2013 12:32:56 +0000 (14:32 +0200)]
Make remake change to the directory where ./remake (and the Remakefile) are.

10 years agoRemove the timestamp header in source files. This information is
Kim Nguyễn [Mon, 15 Jul 2013 15:46:15 +0000 (17:46 +0200)]
Remove the timestamp header in source files. This information is
better kept in git.

10 years agoFix a bug where the content of variables are appended instead of being
Kim Nguyễn [Mon, 15 Jul 2013 15:37:39 +0000 (17:37 +0200)]
Fix a bug where the content of variables are appended instead of being
overwritten. Thus, when several sub-process send variable A=foo to the
server, the content of A becomes foofoofoofoo instead of just foo.

10 years agoFix a typo which causes mis-detection of the ocaml-expat bindings.
Kim Nguyễn [Mon, 15 Jul 2013 15:37:05 +0000 (17:37 +0200)]
Fix a typo which causes mis-detection of the ocaml-expat bindings.

10 years agoMigrate to new remake.
Kim Nguyễn [Fri, 7 Jun 2013 15:44:41 +0000 (17:44 +0200)]
Migrate to new remake.

10 years agoRemove the 'round' counter from the hashconsed configurations.
Kim Nguyễn [Fri, 26 Apr 2013 14:55:55 +0000 (16:55 +0200)]
Remove the 'round' counter from the hashconsed configurations.

10 years agoAdd a clean logger infrastructure.
Kim Nguyễn [Thu, 25 Apr 2013 13:35:52 +0000 (15:35 +0200)]
Add a clean logger infrastructure.

10 years agoAdd a bitmap to keep track of whether a subtree needs to be
Kim Nguyễn [Wed, 24 Apr 2013 16:42:24 +0000 (18:42 +0200)]
Add a bitmap to keep track of whether a subtree needs to be
recomputed or not.
A subtree needs to be recomputed when:
(1) it's todo transition list is not empty or
(2) one of its subtrees needs to be recomputed.

Introduce a bitvector module to efficiently represent arrays of
booleans.

10 years agoUpdate test results.
Kim Nguyễn [Wed, 24 Apr 2013 16:43:23 +0000 (18:43 +0200)]
Update test results.

10 years agoMake the html trace tools use colors to represent the round at
Kim Nguyễn [Tue, 23 Apr 2013 14:58:08 +0000 (16:58 +0200)]
Make the html trace tools use colors to represent the round at
which an node was satisfied.

10 years agoAdd a new test suite.
Kim Nguyễn [Tue, 23 Apr 2013 14:57:59 +0000 (16:57 +0200)]
Add a new test suite.

10 years agoCosmetic changes.
Kim Nguyễn [Tue, 23 Apr 2013 13:03:33 +0000 (15:03 +0200)]
Cosmetic changes.

10 years agoAdd generated files to the .gitignore.
Kim Nguyễn [Tue, 23 Apr 2013 09:37:10 +0000 (11:37 +0200)]
Add generated files to the .gitignore.

10 years agoLast tweaking of the Remakefile for automated testing.
Kim Nguyễn [Tue, 23 Apr 2013 09:36:10 +0000 (11:36 +0200)]
Last tweaking of the Remakefile for automated testing.

10 years agoTune the Remakefile to re-run tests when the binary changes.
Kim Nguyễn [Mon, 22 Apr 2013 16:49:11 +0000 (18:49 +0200)]
Tune the Remakefile to re-run tests when the binary changes.

10 years agoUse the Remakefile to perform non-regression tests.
Kim Nguyễn [Mon, 22 Apr 2013 16:20:49 +0000 (18:20 +0200)]
Use the Remakefile to perform non-regression tests.

10 years agoImplement command line options, clean-up screen output.
Kim Nguyễn [Mon, 22 Apr 2013 15:27:59 +0000 (17:27 +0200)]
Implement command line options, clean-up screen output.

10 years agoMerge branch 'feature/precise-sat'
Kim Nguyễn [Mon, 22 Apr 2013 13:34:39 +0000 (15:34 +0200)]
Merge branch 'feature/precise-sat'

10 years agoHashcons transition evaluation based on node configuration.
Kim Nguyễn [Mon, 22 Apr 2013 13:33:58 +0000 (15:33 +0200)]
Hashcons transition evaluation based on node configuration.

10 years agoStore a summary of the node (kind, topology) in the Ata.Config.t type.
Kim Nguyễn [Mon, 22 Apr 2013 12:48:11 +0000 (14:48 +0200)]
Store a summary of the node (kind, topology) in the Ata.Config.t type.

11 years agoadd OCaml object files to .gitignore
Kim Nguyễn [Thu, 18 Apr 2013 23:25:02 +0000 (01:25 +0200)]
add OCaml object files to .gitignore

11 years agoHash-conses each node configuration.
Kim Nguyễn [Thu, 18 Apr 2013 23:23:40 +0000 (01:23 +0200)]
Hash-conses each node configuration.

11 years agoFix the Remakefile and testing script.
Kim Nguyễn [Thu, 18 Apr 2013 16:14:29 +0000 (18:14 +0200)]
Fix the Remakefile and testing script.

11 years agoMaintain the set of unsatisfiable states.
Kim Nguyễn [Thu, 18 Apr 2013 16:14:44 +0000 (18:14 +0200)]
Maintain the set of unsatisfiable states.

11 years agoFix the Remakefile and testing script.
Kim Nguyễn [Thu, 18 Apr 2013 16:14:29 +0000 (18:14 +0200)]
Fix the Remakefile and testing script.

11 years agoAdd an INSTALL file.
Kim Nguyễn [Thu, 18 Apr 2013 09:28:58 +0000 (11:28 +0200)]
Add an INSTALL file.

11 years agoRe-organize the Remakefile.
Kim Nguyễn [Thu, 18 Apr 2013 09:27:51 +0000 (11:27 +0200)]
Re-organize the Remakefile.
Fixes a few typos and make remake.cpp callable from subdirectories.

11 years agoMake the main target more generic, to allow compilation of
Kim Nguyễn [Wed, 17 Apr 2013 06:48:53 +0000 (08:48 +0200)]
Make the main target more generic, to allow compilation of
tools/*.native too, instead of only src/*.native.

11 years agoAdd a distclean target that removes every file generated by the
Kim Nguyễn [Wed, 17 Apr 2013 06:18:44 +0000 (08:18 +0200)]
Add a distclean target that removes every file generated by the
configure/remake scripts.

11 years agoModified building instructions.
Kim Nguyễn [Wed, 17 Apr 2013 06:12:53 +0000 (08:12 +0200)]
Modified building instructions.