File tree Expand file tree Collapse file tree 18 files changed +153
-909
lines changed Expand file tree Collapse file tree 18 files changed +153
-909
lines changed Original file line number Diff line number Diff line change 1
1
PYTHON =python2.7
2
2
3
- OCAMLBUILD = ocamlbuild -package uuidm -lib str -lib unix -I ocaml -cflag -g
4
- OCAMLBUILD_TEST = ocamlbuild -package uuidm -package oUnit -lib str -I ocaml -I test -cflag -g
3
+ OCAMLBUILD = ocamlbuild -package uuidm -lib str -lib unix -I ocaml -I lib -cflag -g
4
+ OCAMLBUILD_TEST = ocamlbuild -package uuidm -package oUnit -lib str -I ocaml -I test -I lib -cflag -g
5
+
6
+ LIB = lib/OrderedShim.ml lib/Util.ml lib/Opts.ml
5
7
6
8
AGGREGATION = ocaml/TreeAggregation.ml ocaml/TreeAggregation.mli \
7
9
ocaml/TreeAggregationArrangement.ml ocaml/TreeAggregationMain.ml \
8
- ocaml/Serialization.ml ocaml/Opts.ml ocaml/OrderedShim.ml ocaml/Util.ml
10
+ ocaml/Serialization.ml
9
11
10
12
AGGREGATION_TEST = test/SerializationTest.ml test/OptsTest.ml \
11
13
test/TreeAggregationTest.ml test/TestCommon.ml
12
14
13
15
default : TreeAggregationMain.native
14
16
15
- TreeAggregationMain.native : $(AGGREGATION )
17
+ TreeAggregationMain.native : $(LIB ) $( AGGREGATION )
16
18
$(OCAMLBUILD ) TreeAggregationMain.native
17
19
18
- TreeAggregationTest.native : $(AGGREGATION ) $(AGGREGATION_TEST )
20
+ TreeAggregationTest.native : $(LIB ) $( AGGREGATION ) $(AGGREGATION_TEST )
19
21
$(OCAMLBUILD_TEST ) TreeAggregationTest.native
20
22
21
23
test-units : TreeAggregationTest.native
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments