Document the enhancements for DEPEND and INCLUDE and use a better example
[openssl.git] / Configurations / 99-personal-levitte.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3
4 %targets = (
5     "levitte-linux-elf" => {
6         inherit_from     => [ "linux-elf" ],
7         cflags           => add(picker(debug => "-ggdb -g3")),
8         defines          => add(picker(debug => "LEVITTE_DEBUG"),
9                                 { separator => undef }),
10         build_scheme     => [ "unified", "unix" ],
11         build_file       => "Makefile",
12     },
13     "levitte-linux-x86_64" => {
14         inherit_from     => [ "linux-x86_64" ],
15         cflags           => add(picker(debug => "-ggdb -g3")),
16         defines          => add(picker(debug => "LEVITTE_DEBUG"),
17                                 { separator => undef }),
18         build_scheme     => [ "unified", "unix" ],
19         build_file       => "Makefile",
20     },
21 );