-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_tags
37 lines (36 loc) · 1.43 KB
/
_tags
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
<src/{asmcomp,bytecomp,jitcomp,parsing,toplevel,typing,utils}>: include
<src/*/*.ml{,i}>: pkg_dynlink, pkg_findlib
<src/*/*.ml{,i}>: oasis_executable_ocamlnat_native
"src/ocamlnat.native": linkall
# OASIS_START
# DO NOT EDIT (digest: 2128cd3c6a2bfd2a063fbc10ba6eff64)
# Executable test
<tests/test.{native,byte}>: pkg_oUnit
<tests/*.ml{,i}>: pkg_oUnit
# Executable ocamlnat
<src/*.ml{,i}>: oasis_executable_ocamlnat_ccopt
"src/jitrun/mem.c": oasis_executable_ocamlnat_ccopt
"src/jitrun/str.c": oasis_executable_ocamlnat_ccopt
"src/jitrun/sym.c": oasis_executable_ocamlnat_ccopt
"src/ocamlnat.native": oasis_executable_ocamlnat_byte
<src/*.ml{,i}>: oasis_executable_ocamlnat_byte
"src/jitrun/mem.c": oasis_executable_ocamlnat_byte
"src/jitrun/str.c": oasis_executable_ocamlnat_byte
"src/jitrun/sym.c": oasis_executable_ocamlnat_byte
"src/ocamlnat.native": oasis_executable_ocamlnat_native
<src/*.ml{,i}>: oasis_executable_ocamlnat_native
"src/jitrun/mem.c": oasis_executable_ocamlnat_native
"src/jitrun/str.c": oasis_executable_ocamlnat_native
"src/jitrun/sym.c": oasis_executable_ocamlnat_native
"src/ocamlnat.native": use_libocamlnat
"src/ocamlnat.native": pkg_findlib
"src/ocamlnat.native": pkg_dynlink
<src/*.ml{,i}>: pkg_findlib
<src/*.ml{,i}>: pkg_dynlink
"src/jitrun/mem.c": pkg_findlib
"src/jitrun/mem.c": pkg_dynlink
"src/jitrun/str.c": pkg_findlib
"src/jitrun/str.c": pkg_dynlink
"src/jitrun/sym.c": pkg_findlib
"src/jitrun/sym.c": pkg_dynlink
# OASIS_STOP