forked from superbobry/pareto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
81 lines (81 loc) · 3.4 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
78
79
80
81
# OASIS_START
# DO NOT EDIT (digest: 72fc256e4a1166326970ff1b3fe6d0ba)
# 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
<**/.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/algebra.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/*.ml{,i}>: oasis_library_pareto_ccopt
"lib/mlgsl_extra.c": oasis_library_pareto_ccopt
<lib/pareto.{cma,cmxa}>: oasis_library_pareto_byte
<lib/*.ml{,i}>: oasis_library_pareto_byte
"lib/mlgsl_extra.c": oasis_library_pareto_byte
<lib/pareto.{cma,cmxa}>: oasis_library_pareto_native
<lib/*.ml{,i}>: oasis_library_pareto_native
"lib/mlgsl_extra.c": oasis_library_pareto_native
<lib/pareto.{cma,cmxa}>: use_libpareto_stubs
<lib/*.ml{,i}>: pkg_gsl
"lib/mlgsl_extra.c": pkg_gsl
# Executable test_runner
<lib_test/test_runner.{native,byte}>: use_pareto
<lib_test/test_runner.{native,byte}>: pkg_gsl
<lib_test/test_runner.{native,byte}>: pkg_oUnit
<lib_test/*.ml{,i}>: use_pareto
<lib_test/*.ml{,i}>: pkg_gsl
<lib_test/*.ml{,i}>: pkg_oUnit
<lib_test/test_runner.{native,byte}>: custom
# Executable base_ex
<examples/base_ex.{native,byte}>: oasis_executable_base_ex_byte
<examples/*.ml{,i}>: oasis_executable_base_ex_byte
<examples/base_ex.{native,byte}>: oasis_executable_base_ex_native
<examples/*.ml{,i}>: oasis_executable_base_ex_native
<examples/base_ex.{native,byte}>: use_pareto
<examples/base_ex.{native,byte}>: pkg_gsl
# Executable distributions_ex
<examples/distributions_ex.{native,byte}>: oasis_executable_distributions_ex_byte
<examples/*.ml{,i}>: oasis_executable_distributions_ex_byte
<examples/distributions_ex.{native,byte}>: oasis_executable_distributions_ex_native
<examples/*.ml{,i}>: oasis_executable_distributions_ex_native
<examples/distributions_ex.{native,byte}>: use_pareto
<examples/distributions_ex.{native,byte}>: pkg_gsl
# Executable tests_ex
<examples/tests_ex.{native,byte}>: oasis_executable_tests_ex_byte
<examples/*.ml{,i}>: oasis_executable_tests_ex_byte
<examples/tests_ex.{native,byte}>: oasis_executable_tests_ex_native
<examples/*.ml{,i}>: oasis_executable_tests_ex_native
<examples/tests_ex.{native,byte}>: use_pareto
<examples/tests_ex.{native,byte}>: pkg_gsl
# Executable sample_ex
<examples/sample_ex.{native,byte}>: oasis_executable_sample_ex_byte
<examples/*.ml{,i}>: oasis_executable_sample_ex_byte
<examples/sample_ex.{native,byte}>: oasis_executable_sample_ex_native
<examples/*.ml{,i}>: oasis_executable_sample_ex_native
<examples/sample_ex.{native,byte}>: use_pareto
<examples/sample_ex.{native,byte}>: pkg_gsl
# Executable resampling_ex
<examples/resampling_ex.{native,byte}>: oasis_executable_resampling_ex_byte
<examples/*.ml{,i}>: oasis_executable_resampling_ex_byte
<examples/resampling_ex.{native,byte}>: oasis_executable_resampling_ex_native
<examples/*.ml{,i}>: oasis_executable_resampling_ex_native
<examples/resampling_ex.{native,byte}>: use_pareto
<examples/resampling_ex.{native,byte}>: pkg_gsl
<examples/*.ml{,i}>: use_pareto
<examples/*.ml{,i}>: pkg_gsl
# OASIS_STOP