-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOMakefile
73 lines (64 loc) · 1 KB
/
OMakefile
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# How-to-build using OMake
#
# cp OMakeroot.in OMakeroot # to create OMakeroot for the first time
# If OMakeroot is here, include OMyMakefile
if $(file-exists OMakeroot)
include OMyMakefile
export
.PHONY: all install clean
OCAMLPACKS[]=
spotlib
compiler-libs.common
ppx_import
ppx_meta_conv
ppx_meta_conv_ocaml
typerep
ppx_typerep_conv
ppx_orakuda.regexp_re_pcre
ppx_monadic
levenshtein
opamfind
unmagic
ppx_tools.metaquot
OCAMLDEPFLAGS=
OCAMLPPFLAGS=
FILES[] =
utils
conf
cmt
reset
dumpsource
hump
humpext
humpeval
packpath
package
cm
xoprint
xprinttyp
sigext
hashcons
sigtyperep
data
scrape
datalink
sigmatch
coretype
distthresh
query
directive
summary
sig
sigscrape
humpscrape
humpflat
search
predefscrape
attr
ocamldoc
main
PROGRAM = oco
# NO_INSTALL=true
MyOCamlProgram($(PROGRAM), $(FILES))
Subdirs()
WithMerlin()