-
Notifications
You must be signed in to change notification settings - Fork 5
/
Make
46 lines (38 loc) · 802 Bytes
/
Make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
-R . RelationExtraction
-custom "
#the following is inserted verbatim
all: .git/hooks/pre-commit $(RELEXTR_PLUGIN).cma $(RELEXTR_PLUGIN).cmxs
clean: clean-plugin
clean-plugin:
rm -f $(RELEXTR_PLUGIN).a
test: $(RELEXTR_PLUGIN).cma $(RELEXTR_PLUGIN).cmxs
.git/hooks/pre-commit: git-hooks/pre-commit
cp git-hooks/pre-commit .git/hooks/
chmod +x .git/hooks/pre-commit
#end verbatim
" "" ""
RELEXTR_PLUGIN = "relation_extraction_plugin"
host_stuff.mli
proof_scheme.mli
proof_scheme.ml
pred.mli
pred.ml
coq_stuff.mli
coq_stuff.ml
host2spec.mli
host2spec.ml
minimlgen.mli
minimlgen.ml
fixpred.mli
fixpred.ml
reltacs.mli
reltacs.ml
proofgen.mli
proofgen.ml
fixpointgen.mli
fixpointgen.ml
relation_extraction.mli
relation_extraction.ml
g_relation_extraction.ml4
relation_extraction_plugin.mllib
test