unified build scheme: add a personal configuration to test it
[openssl.git] / Configurations / 99-personal-levitte.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3 ##
4 ## If you edit this file, run this command before committing
5 ##      make -f Makefile.in TABLE
6 ## This file is interpolated by the Configure script.
7
8 %targets = (
9     "levitte-linux-elf" => {
10         inherit_from     => [ "linux-elf" ],
11         debug_cflags     => add("-DLEVITTE_DEBUG -ggdb -g3"),
12         build_scheme     => [ "unified", "unix" ],
13         build_file       => "Makefile",
14     },
15     "levitte-linux-x86_64" => {
16         inherit_from     => [ "linux-x86_64" ],
17         debug_cflags     => add("-DLEVITTE_DEBUG -ggdb -g3"),
18         build_scheme     => [ "unified", "unix" ],
19         build_file       => "Makefile",
20     },
21 );