1 ## Import the default environment
2 Import qw( env kupoenv );
4 $moogleize = "$env->{MC}/arch/x86/moogle/moogleize";
5 $arch_file = "$env->{MC}/arch/x86/type/x86_arch.kupo";
6 $kupoenv = $env->clone(
8 MOOGLECOM => "$moogleize -inline -rdonly $arch_file",
11 ## Declare the source files in this directory which are eligible for building
13 ## For the OCamlSources method:
14 ## - Filenames must end in .ml, .mll, or .mly.
15 ## - Order doesn't matter.
21 # This is alpha-sorted. Try to keep it that way...
29 'x86_permutomatic.ml',
34 OCamlLibrary $env 'x86util',