-
Notifications
You must be signed in to change notification settings - Fork 5
/
_tags
77 lines (76 loc) · 3.24 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
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
74
75
76
77
# OASIS_START
# DO NOT EDIT (digest: e03994bacd251b5bdf8e243abc994271)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library pareto
"lib/pareto.cmxs": use_pareto
"lib/base.cmx": for-pack(Pareto)
"lib/distributions.cmx": for-pack(Pareto)
"lib/resampling.cmx": for-pack(Pareto)
"lib/sample.cmx": for-pack(Pareto)
"lib/tests.cmx": for-pack(Pareto)
"lib/internal.cmx": for-pack(Pareto)
<lib/pareto.{cma,cmxa}>: oasis_library_pareto_byte
<lib/*.ml{,i,y}>: oasis_library_pareto_byte
<lib/pareto.{cma,cmxa}>: oasis_library_pareto_native
<lib/*.ml{,i,y}>: oasis_library_pareto_native
<lib/*.ml{,i,y}>: package(gsl)
# Executable test_runner
<lib_test/test_runner.{native,byte}>: package(gsl)
<lib_test/test_runner.{native,byte}>: package(oUnit)
<lib_test/test_runner.{native,byte}>: use_pareto
<lib_test/*.ml{,i,y}>: package(gsl)
<lib_test/*.ml{,i,y}>: package(oUnit)
<lib_test/*.ml{,i,y}>: use_pareto
<lib_test/test_runner.{native,byte}>: custom
# Executable base_ex
<examples/base_ex.{native,byte}>: oasis_executable_base_ex_byte
<examples/*.ml{,i,y}>: oasis_executable_base_ex_byte
<examples/base_ex.{native,byte}>: oasis_executable_base_ex_native
<examples/*.ml{,i,y}>: oasis_executable_base_ex_native
<examples/base_ex.{native,byte}>: package(gsl)
<examples/base_ex.{native,byte}>: use_pareto
# Executable distributions_ex
<examples/distributions_ex.{native,byte}>: oasis_executable_distributions_ex_byte
<examples/*.ml{,i,y}>: oasis_executable_distributions_ex_byte
<examples/distributions_ex.{native,byte}>: oasis_executable_distributions_ex_native
<examples/*.ml{,i,y}>: oasis_executable_distributions_ex_native
<examples/distributions_ex.{native,byte}>: package(gsl)
<examples/distributions_ex.{native,byte}>: use_pareto
# Executable tests_ex
<examples/tests_ex.{native,byte}>: oasis_executable_tests_ex_byte
<examples/*.ml{,i,y}>: oasis_executable_tests_ex_byte
<examples/tests_ex.{native,byte}>: oasis_executable_tests_ex_native
<examples/*.ml{,i,y}>: oasis_executable_tests_ex_native
<examples/tests_ex.{native,byte}>: package(gsl)
<examples/tests_ex.{native,byte}>: use_pareto
# Executable sample_ex
<examples/sample_ex.{native,byte}>: oasis_executable_sample_ex_byte
<examples/*.ml{,i,y}>: oasis_executable_sample_ex_byte
<examples/sample_ex.{native,byte}>: oasis_executable_sample_ex_native
<examples/*.ml{,i,y}>: oasis_executable_sample_ex_native
<examples/sample_ex.{native,byte}>: package(gsl)
<examples/sample_ex.{native,byte}>: use_pareto
# Executable resampling_ex
<examples/resampling_ex.{native,byte}>: oasis_executable_resampling_ex_byte
<examples/*.ml{,i,y}>: oasis_executable_resampling_ex_byte
<examples/resampling_ex.{native,byte}>: oasis_executable_resampling_ex_native
<examples/*.ml{,i,y}>: oasis_executable_resampling_ex_native
<examples/resampling_ex.{native,byte}>: package(gsl)
<examples/resampling_ex.{native,byte}>: use_pareto
<examples/*.ml{,i,y}>: package(gsl)
<examples/*.ml{,i,y}>: use_pareto
# OASIS_STOP
<lib_top/*>: use_toploop