Doc: UMK article improvements (formatting + some new text).

git-svn-id: svn://ultimatepp.org/upp/trunk@15107 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-09-20 09:42:34 +00:00
parent 30b1bdaa3a
commit 1291afe1ed
2 changed files with 50 additions and 43 deletions

View file

@ -16,44 +16,50 @@ topic "UMK - Command line builder";
[s10; UMK `- Command line builder&]
[s12; Table of contents&]
[s0; &]
[s0; [^topic`:`/`/ide`/app`/umk`_en`-us`#1^ 1. Introduction]&]
[s0; [^topic`:`/`/ide`/app`/umk`_en`-us`#2^ 2. Examples]&]
[s0; [^topic`:`/`/ide`/app`/umk`_en`-us`#1^ 1. Definition]&]
[s0; [^topic`:`/`/ide`/app`/umk`_en`-us`#2^ 2. Command line interface]&]
[s0; [^topic`:`/`/ide`/app`/umk`_en`-us`#3^ 3. Examples]&]
[s0; &]
[s12;:1: 1. Introduction&]
[s12;:1: 1. Definition&]
[s11; [* UMK] (U`+`+ MaKe) is a command line utility to build the U`+`+
program, with U`+`+ assembly/package/build method system.&]
[s12;:2: 2. Command line interface&]
[s11; Below is a command line interface of UMK:&]
[s0; &]
[s0;i224;O9; [*C3 umk ][*C@(0.0.255)3 assembly package ][*C3 `[][*C@(0.0.255)3 build`_method][*C3 `]
][*C@4;3 ][*C3 `[`-`[][*C@4;3 a][*C3 `]`[][*C@4;3 b][*C3 `]`[][*C@4;3 u][*C3 `]`[][*C@4;3 r][*C3 `]`[
][*C@4;3 s][*C3 `]`[][*C@4;3 S][*C3 `]`[][*C@4;3 v][*C3 `]`[][*C@4;3 m][*C3 `]`[][*C@4;3 d][*C3 `]`[][*C@4;3 M
][*C3 `]`[][*C@4;3 M`=][*/C@3;3 makefile][*C3 `]`[][*C@4;3 l][*C3 `]`[][*C@4;3 x][*C3 `]`[][*C@4;3 X
][*C3 `]`[][%-*C@4;3 H][%-*/C@3;3 n][*C3 `]`]..][*C@4;3 ][*C3 `[`+][*C@(0.0.255)3 FLAG][*C3 `[,][*C@(0.0.255)3 F
LAG][*C3 `]..`]][*C@4;3 ][*C3 `[][*C@(0.0.255)3 out][*C3 `] `[][*C@4;3 !][*C3
`[][*C@(0.0.255)3 runarg][*C3 `]..`]]&]
[s0;l128;i224;O9; [*C3 umk ][*C@(0.0.255)3 assembly package ][*C3 `[][*C@(0.0.255)3 build`_me
thod][*C3 `]][*C@4;3 ][*C3 `[`-`[][*C@4;3 a][*C3 `]`[][*C@4;3 b][*C3 `]`[][*C@4;3 u][*C3 `]`[][*C@4;3 r
][*C3 `]`[][*C@4;3 s][*C3 `]`[][*C@4;3 S][*C3 `]`[][*C@4;3 v][*C3 `]`[][*C@4;3 m][*C3 `]`[][*C@4;3 d][*C3 `]
`[][*C@4;3 M][*C3 `]`[][*C@4;3 M`=][*/C@3;3 makefile][*C3 `]`[][*C@4;3 l][*C3 `]`[][*C@4;3 x][*C3 `]
`[][*C@4;3 X][*C3 `]`[][%-*C@4;3 H][%-*/C@3;3 n][*C3 `]`]..][*C@4;3 ][*C3 `[`+][*C@(0.0.255)3 FL
AG][*C3 `[,][*C@(0.0.255)3 FLAG][*C3 `]..`]][*C@4;3 ][*C3 `[][*C@(0.0.255)3 out][*C3 `]
`[][*C@(0.0.255)3 !][*C3 `[][*C@(0.0.255)3 runarg][*C3 `]..`]]&]
[s0;3 &]
[s11; [*@(0.0.255) assembly] is a direct set of package nest directories
relative to working directory that represent U`+`+ assembly separated
by `',`'. Alternatively it can be a predefined assembly (in .var
file) which is in Win32 in directory where is located umk.exe
or in POSIX systems in directories [@3 .config/u`+`+/umk ]or [@3 .config/u`+`+/theide
] or direct path to .var file.&]
[s11; [*@(0.0.255) package ]is the main package (a program to build).&]
[s11; [*@(0.0.255) build`_method] is build method that is to be used
to build the resulting executable, specified either as name of
build method (which is then searched for in [@3 .config/u`+`+/umk
[s11; Let`'s take a closer look at all available options:&]
[s11;l128;i150;O0; [*@(0.0.255) assembly] is a direct set of package
nest directories relative to working directory that represent
U`+`+ assembly separated by `',`'. Alternatively it can be a
predefined assembly (in .var file) which is in Win32 in directory
where is located umk.exe or in POSIX systems in directories [@3 .config/u`+`+/umk
]or [@3 .config/u`+`+/theide] or direct path to .var file.&]
[s11;l128;i150;O0; [*@(0.0.255) package ]is the main package (a program
to build).&]
[s11;l128;i150;O0; [*@(0.0.255) build`_method] is build method that
is to be used to build the resulting executable, specified either
as name of build method (which is then searched for in [@3 .config/u`+`+/umk
]or [@3 .config/u`+`+/theide] directories) or it is a direct path
to the .bm file. If not specified, [* CLANG] build method is assumed.
Note that in POSIX, umk automatically creates [* CLANG] and [* GCC]
build methods if they do not exist.&]
[s11; [*@(0.0.255) FLAG][* s] are [^topic`:`/`/ide`/app`/Flags`$en`-us^ compilation
flags]. If flags are not specified, the first main configuration
[s11;l128;i150;O0; [*@(0.0.255) FLAG][* s] are [^topic`:`/`/ide`/app`/Flags`$en`-us^ compila
tion flags]. If flags are not specified, the first main configuration
entry in .upp file is used.&]
[s11; [*@(0.0.255) out] overrides output name, file or directory.&]
[s11; [*C@4;3 !] means the the resulting binary should be also executed
after successful build, using optional arguments after [*C@4;3 !]
as its arguments.&]
[s0;*C@4;3 &]
[ {{1914:8086h1;@1 [s0; [3 Option]]
[s11;l128;i150;O0; [*@(0.0.255) out] overrides output name, file or
directory.&]
[s11;l128;i150;O0; [*C@(0.0.255)3 !] means the the resulting binary
should be also executed after successful build, using optional
arguments after [*C@(0.0.255)3 !] as its arguments.&]
[s11;l128;i150;O0; Other options can be found in the table below:&]
[ {{1914:8086<283;h1;@1 [s0; [3 Option]]
:: [s0; [3 Description]]
::^@2 [s0; [*C@4;3 a]]
::= [s0; [3 Rebuild all.]]
@ -83,13 +89,14 @@ as its arguments.&]
::= [s0; [3 Number of threads used for building. Default is number of logical
cores available.]]}}&]
[s0; &]
[s12;:2: 2. Examples&]
[s12;:3: 3. Examples&]
[s11; Sample usage of UMK is located below:&]
[s0;*C@5+92 &]
[s0; [*C@5+92 umk uppsrc ide GCC `-br `+GUI,SSE2,SHARED `~/theide]&]
[s0; [*C@5+92 umk uppsrc ide /usr/share/upp/GCC.bm `-br `+GUI,SSE2,SHARED
[s0;l128; [*C@5+92 umk uppsrc ide GCC `-br `+GUI,SSE2,SHARED `~/theide]&]
[s0;l128; [*C@5+92 umk uppsrc ide /usr/share/upp/GCC.bm `-br `+GUI,SSE2,SHARED
`~/theide]&]
[s0;*C@5+92 &]
[s0; [*C@5+92 umk examples Bombs GCC `-ab `+GUI,SHARED `~/bombs]&]
[s0; [*C@5+92 umk upp/examples,upp/uppsrc Bombs `~/GCC.bm `-rv `+GUI,SHARED
`~/bin]&]
[s0;l128;*C@5+92 &]
[s0;l128; [*C@5+92 umk examples Bombs GCC `-ab `+GUI,SHARED `~/bombs]&]
[s0;l128; [*C@5+92 umk upp/examples,upp/uppsrc Bombs `~/GCC.bm `-rv
`+GUI,SHARED `~/bin]&]
[s0; ]]

View file

@ -1,11 +1,11 @@
TITLE("UMK - Command line builder")
COMPRESSED
120,156,157,87,11,111,219,54,16,254,43,28,210,110,73,227,216,36,245,180,140,1,105,147,182,9,250,26,154,5,27,102,40,21,37,211,182,16,61,60,81,74,19,20,237,111,223,71,73,86,172,68,91,183,5,77,35,29,239,62,222,125,247,32,53,143,77,211,157,9,110,205,174,223,124,152,206,56,121,242,132,141,232,158,225,48,195,181,12,102,114,27,255,49,131,113,139,27,38,115,249,212,116,13,195,165,94,148,8,165,252,121,194,93,183,54,226,35,190,199,29,139,51,199,116,77,151,25,142,203,97,203,41,229,212,225,22,51,13,151,91,222,66,170,200,159,83,168,27,216,99,106,27,83,202,40,117,24,163,6,119,168,97,153,140,25,28,16,220,225,140,90,158,204,22,254,252,204,158,105,3,19,6,212,178,41,165,54,208,76,147,2,93,155,153,6,51,40,55,44,54,181,108,47,148,171,56,243,231,143,67,178,190,27,146,67,189,184,148,105,27,145,48,103,207,142,173,25,131,169,61,178,247,28,108,107,90,216,108,170,35,50,96,198,185,109,77,153,101,194,37,147,114,175,144,127,
86,113,33,83,153,149,45,66,204,24,103,179,144,57,51,184,240,237,219,183,49,51,105,195,148,3,95,24,133,223,156,65,134,56,28,102,77,233,212,114,153,75,13,199,228,150,131,208,55,162,16,105,27,73,104,242,89,27,135,59,114,247,108,102,131,81,234,194,127,107,10,0,138,32,240,23,68,90,248,103,184,94,217,26,107,59,109,52,29,77,247,64,146,97,81,103,74,29,211,177,76,68,194,153,205,64,36,213,241,35,13,94,150,23,169,72,252,185,112,141,217,179,143,182,46,3,170,73,3,79,148,217,220,132,99,20,68,155,216,149,185,174,201,28,203,53,166,182,237,69,98,83,198,121,214,236,38,240,187,89,215,53,196,70,140,237,153,200,168,161,185,115,44,80,198,234,189,233,148,113,19,180,83,203,114,188,82,222,130,176,51,115,22,234,109,77,109,200,181,33,117,92,219,100,216,212,68,142,96,132,205,97,195,240,204,44,199,118,96,24,151,137,244,231,122,43,237,38,253,206,143,119,42,151,162,74,176,215,151,79,95,159,190,124,127,116,121,65,230,138,209,25,185,124,247,134,
4,71,228,36,79,83,145,45,72,18,103,146,132,85,156,44,100,241,163,15,21,62,35,191,138,48,145,36,95,146,40,207,74,100,88,233,5,152,182,127,230,87,101,190,137,163,192,11,38,193,36,94,200,96,34,54,155,96,82,165,215,193,39,153,5,71,149,10,246,216,21,97,99,114,158,149,69,190,168,162,154,176,255,96,205,175,8,31,147,151,183,34,221,36,82,249,59,219,195,61,143,121,15,177,235,21,6,236,103,58,60,159,236,95,6,135,193,33,121,39,222,200,3,18,43,34,16,201,78,184,85,25,39,113,121,71,202,188,137,156,148,107,73,26,147,77,145,175,80,75,35,242,57,46,215,173,12,125,47,211,48,185,155,108,68,116,45,86,114,210,24,165,178,92,231,11,162,238,20,218,104,220,163,40,230,220,212,21,12,135,78,12,130,208,136,143,167,227,125,58,166,99,20,241,129,209,97,146,22,179,86,48,72,48,127,168,88,239,21,124,106,54,107,149,252,90,201,156,25,164,51,11,142,90,83,45,21,91,189,29,89,56,32,171,6,100,197,128,76,13,200,46,6,100,55,3,
178,116,64,182,24,144,189,27,146,5,63,227,121,114,114,108,104,32,113,45,151,177,238,129,71,122,201,128,236,118,64,246,251,174,236,233,81,43,61,171,159,219,93,178,78,197,31,143,7,104,62,124,152,159,87,111,159,191,222,174,142,254,97,17,112,67,121,123,104,145,87,229,214,128,236,120,254,67,35,28,48,40,170,76,20,171,222,38,77,13,26,228,190,43,238,13,186,194,243,155,190,88,96,136,71,37,81,178,212,253,190,45,198,76,170,178,93,202,139,88,42,82,200,68,148,241,141,212,45,243,57,47,174,227,108,213,173,163,143,214,162,132,202,166,144,10,211,226,65,215,0,91,143,231,82,46,72,120,71,130,159,70,193,79,99,242,60,41,101,145,213,144,208,136,75,18,137,140,132,18,14,1,100,129,60,103,80,239,16,246,227,140,140,111,68,65,116,254,15,200,231,117,28,173,181,251,16,255,22,103,6,215,15,247,222,124,94,203,66,234,229,36,143,234,109,209,127,99,121,139,129,86,104,197,95,62,92,156,255,222,118,173,218,181,212,113,206,143,13,50,198,212,91,198,171,73,
165,195,152,212,205,11,203,199,43,24,26,24,95,190,134,109,89,220,8,204,12,48,212,249,58,30,76,65,215,242,240,81,79,158,84,192,139,173,112,95,108,103,80,55,158,14,134,97,250,147,65,7,220,155,75,117,82,244,14,185,38,182,82,32,162,55,239,144,44,156,15,58,145,224,38,170,74,61,243,71,68,109,100,20,47,99,40,75,12,64,89,32,9,36,19,105,125,26,244,224,247,187,44,64,45,67,146,69,17,173,97,182,108,88,254,63,68,238,36,226,160,78,86,217,171,209,45,187,218,249,113,152,54,4,147,243,37,201,242,242,222,239,145,62,4,78,222,62,127,255,218,239,59,172,161,148,170,82,185,24,147,247,121,41,91,130,218,130,24,213,83,90,84,101,158,162,42,35,145,160,236,162,66,162,126,212,14,160,62,65,240,246,250,228,164,15,142,58,90,106,191,238,200,34,175,221,145,183,177,42,135,211,214,206,4,12,85,34,80,167,127,115,28,190,74,196,74,5,79,154,3,241,74,31,95,155,88,183,96,158,145,165,94,242,235,200,235,199,26,230,1,7,154,163,101,92,
160,139,235,226,106,232,174,138,6,0,61,138,54,209,61,85,109,54,53,141,154,28,93,33,195,30,235,153,68,242,27,89,20,240,79,233,215,77,85,214,85,49,106,172,187,14,64,251,237,64,108,71,23,72,18,89,83,234,253,194,11,99,204,46,12,136,117,94,129,74,221,254,137,202,219,114,212,253,191,196,144,32,170,138,34,169,212,178,74,26,202,145,41,165,141,243,250,26,38,18,132,191,170,244,61,84,181,6,59,27,163,120,99,45,223,106,180,167,116,171,128,23,242,229,11,155,50,211,115,169,107,175,217,236,152,145,230,142,98,144,15,205,45,207,247,188,78,116,138,203,124,17,119,242,171,99,222,46,117,199,46,164,63,119,234,31,101,83,34,168,165,113,173,223,215,14,251,218,151,74,146,23,111,207,127,253,99,72,55,233,235,94,128,116,204,217,52,95,200,33,237,234,49,114,9,10,100,185,147,165,1,179,180,111,118,82,87,63,218,47,21,77,145,12,217,20,15,67,78,164,192,118,218,51,178,191,104,174,160,186,184,22,224,98,213,136,235,139,21,178,153,52,194,131,33,216,
69,31,246,180,111,141,2,108,1,213,93,26,230,137,26,130,80,143,73,80,107,116,138,190,2,134,133,208,67,102,200,236,226,251,102,245,20,104,83,171,254,21,232,77,31,244,133,36,104,166,48,87,131,148,190,27,76,195,246,246,67,246,49,1,235,7,204,16,40,119,151,34,131,244,153,236,174,55,195,151,168,225,61,106,224,58,65,43,156,204,89,221,227,59,168,79,143,58,47,207,238,49,179,62,216,251,42,13,209,133,185,30,136,192,93,52,147,165,62,23,106,210,208,187,99,114,122,95,26,89,167,159,228,43,61,121,49,173,10,205,242,141,192,196,11,235,186,251,250,245,193,39,0,247,118,63,16,186,174,182,14,167,188,251,74,217,190,235,193,142,65,167,138,136,96,126,233,225,141,239,159,176,32,193,225,235,203,243,209,197,197,75,62,186,56,123,254,241,229,41,9,190,109,207,162,239,96,76,42,85,76,234,204,79,32,157,0,82,31,72,255,18,245,159,252,148,109,68,228,69,158,134,170,245,85,132,91,212,14,48,212,203,127,231,229,100,139,50,210,47,173,219,13,32,76,59,
103,139,155,199,176,113,247,153,230,251,127,1,167,228,33,68,
120,156,157,87,9,111,219,184,18,254,43,124,72,187,77,26,199,38,169,211,242,46,144,54,237,54,69,143,60,212,27,188,197,26,74,69,201,180,45,68,135,87,148,114,160,104,127,251,155,161,142,90,137,186,73,55,72,98,121,56,51,156,249,102,230,35,181,136,77,211,157,9,110,205,46,223,157,77,103,156,60,121,194,70,116,207,112,152,225,90,6,51,185,13,255,152,193,184,197,13,147,185,124,106,186,134,225,82,47,74,132,82,254,34,225,174,171,141,248,136,239,113,199,226,204,49,93,211,101,134,227,114,176,229,148,114,234,112,139,153,134,203,45,111,41,85,228,47,40,168,27,176,199,212,54,166,148,81,234,48,70,13,238,80,195,50,25,51,56,184,224,14,103,212,242,100,182,244,23,167,246,12,13,76,48,160,150,77,41,181,193,155,105,82,240,142,102,166,193,12,202,13,139,77,45,219,11,229,58,206,252,197,253,148,172,7,83,114,168,23,151,50,109,50,18,230,236,249,177,53,99,96,106,143,236,61,7,182,53,45,216,108,138,25,25,96,198,185,109,77,153,101,66,72,38,229,
94,33,255,174,226,66,166,50,43,27,15,49,99,156,205,66,230,204,32,132,111,223,190,141,153,73,107,164,28,136,133,81,136,155,51,144,65,30,14,179,166,116,106,185,204,165,134,99,114,203,129,212,183,162,16,105,147,73,104,242,89,147,135,59,114,247,108,102,3,162,212,133,248,173,41,56,160,144,4,124,2,144,22,252,26,174,87,54,198,104,135,70,211,209,116,15,64,50,44,234,76,169,99,58,150,9,153,112,102,51,0,146,98,254,80,6,47,203,139,84,36,254,66,184,198,236,249,39,27,219,128,34,104,128,19,101,54,55,33,48,10,64,155,176,43,115,93,147,57,150,107,76,109,219,139,196,182,140,243,172,222,77,192,223,118,163,123,136,141,24,219,51,161,162,6,98,231,88,0,25,211,123,211,41,227,38,192,78,45,203,241,74,121,3,128,157,154,179,16,183,53,209,144,163,33,117,92,219,100,176,169,9,53,2,35,216,28,108,24,60,51,203,177,29,48,140,203,68,250,11,220,10,195,164,15,252,120,175,228,74,84,9,236,245,229,243,215,167,175,63,30,157,207,201,66,49,
58,35,231,31,222,145,224,136,156,228,105,42,178,37,73,226,76,146,176,138,147,165,44,126,241,65,133,207,200,31,34,76,36,201,87,36,202,179,18,42,172,112,1,76,155,143,197,69,153,111,227,40,240,130,73,48,137,151,50,152,136,237,54,152,84,233,101,240,89,102,193,81,165,130,61,118,65,216,152,64,16,113,22,107,184,126,194,150,95,16,62,238,7,24,67,28,197,74,68,242,103,252,24,23,196,24,147,215,55,34,221,38,82,249,59,73,64,146,30,243,250,17,106,57,3,207,207,17,34,159,236,159,7,135,193,33,249,32,222,201,3,18,43,34,0,141,157,136,170,50,78,226,242,150,148,121,141,30,41,55,146,212,38,219,34,95,67,63,142,200,117,92,110,26,25,112,135,76,195,228,118,178,21,209,165,88,203,73,109,148,202,114,147,47,137,186,85,48,138,227,54,52,238,253,24,128,54,204,151,50,201,175,7,226,234,20,177,126,144,136,215,171,93,194,56,76,42,231,38,206,23,164,122,98,16,128,140,248,240,116,188,79,199,116,12,35,118,96,116,209,146,38,90,173,96,144,
96,113,87,81,103,17,124,174,211,104,148,124,173,100,206,12,210,153,5,71,141,41,74,69,171,183,35,11,7,100,213,128,172,24,144,169,1,217,124,64,118,53,32,75,7,100,203,1,217,135,33,89,240,27,60,79,78,142,13,116,36,46,161,147,112,66,239,233,37,3,178,155,1,217,159,187,178,167,71,141,244,84,63,55,187,100,157,138,63,30,15,192,124,120,183,62,191,191,127,241,166,93,29,253,195,34,184,27,170,219,93,139,188,42,91,131,129,213,255,212,107,3,43,69,149,137,98,221,219,171,238,71,131,180,253,252,94,150,193,51,69,74,192,17,91,58,201,149,44,72,146,231,151,68,148,68,36,9,17,87,34,78,106,98,210,4,172,188,198,180,238,105,102,209,217,25,18,195,243,239,27,119,125,236,215,131,178,132,19,43,42,137,146,37,14,71,219,219,153,84,101,179,148,23,177,84,164,144,137,40,227,43,137,179,125,157,23,151,113,182,238,214,97,224,55,16,80,33,183,133,84,64,141,119,198,27,124,227,89,84,202,37,9,111,73,240,108,20,60,27,147,23,9,140,100,166,
93,130,70,92,146,72,100,36,196,52,193,201,18,9,8,212,59,15,251,113,70,198,87,162,32,216,78,7,228,122,19,71,27,12,31,196,255,139,51,131,227,195,247,104,174,55,178,144,184,156,228,145,222,22,198,121,44,111,0,164,2,21,255,123,54,127,251,103,67,47,106,215,18,243,92,28,27,100,12,20,191,138,215,147,10,211,152,104,46,0,203,251,43,192,110,192,178,62,186,109,80,220,10,32,55,64,168,139,117,252,112,61,58,58,129,128,145,47,83,1,33,181,194,125,209,50,103,71,170,7,143,240,217,167,32,132,162,71,173,186,92,184,93,142,144,87,10,32,234,81,54,148,17,142,73,44,49,160,22,85,37,118,216,136,168,173,140,226,85,12,202,18,56,28,58,81,40,146,137,84,147,106,207,253,126,87,31,80,203,160,252,162,136,54,96,182,170,241,255,55,16,239,148,232,64,151,177,236,117,111,139,59,6,63,14,211,26,122,242,118,69,178,188,252,30,247,8,207,177,147,247,47,62,190,241,251,1,163,43,165,170,84,46,199,228,99,94,202,6,160,166,85,70,250,56,16,
85,153,167,208,175,17,204,221,45,137,10,9,157,165,118,28,226,97,3,223,222,156,156,244,157,67,135,173,48,174,91,178,204,117,56,242,38,86,229,35,106,216,48,17,80,57,17,208,206,63,56,220,127,79,196,90,5,79,234,227,253,2,143,189,109,140,147,154,103,100,133,75,190,134,65,63,106,55,119,0,65,192,86,113,1,195,174,219,174,198,190,42,106,7,48,202,48,77,56,122,213,118,171,49,69,164,176,93,30,17,62,210,34,201,175,100,81,64,176,10,191,110,171,82,247,203,168,118,213,77,13,140,236,143,252,221,161,82,128,84,100,245,148,244,219,52,140,129,75,129,104,54,121,5,192,35,141,36,42,111,154,23,121,100,5,100,67,84,21,69,82,169,85,149,212,5,130,186,42,52,174,169,83,0,155,22,235,10,47,239,170,49,184,191,63,116,124,140,203,173,226,112,220,103,122,58,26,70,110,137,109,149,87,208,33,0,166,142,94,115,118,136,215,21,100,108,242,229,11,155,50,211,115,169,107,255,202,225,18,188,97,179,99,70,234,75,157,65,206,234,203,181,239,121,157,232,
21,188,67,21,113,39,191,56,230,205,82,119,159,0,233,111,157,250,39,89,183,36,244,238,88,235,247,181,195,190,246,185,146,228,229,251,183,127,252,53,164,155,244,117,231,80,74,96,252,52,95,202,33,237,234,190,231,18,208,147,229,78,237,7,204,210,190,217,137,158,54,24,247,84,212,125,56,100,83,220,77,57,145,2,182,195,200,200,254,178,190,249,99,255,46,1,139,117,45,214,119,81,232,135,164,22,30,12,185,93,246,221,190,234,91,67,91,55,14,213,109,26,230,137,26,114,161,238,131,160,54,48,140,120,59,13,11,129,164,54,100,54,127,216,76,179,78,83,90,245,40,167,87,125,167,47,37,129,17,13,225,98,49,164,252,97,176,12,237,181,142,236,3,227,234,7,160,41,80,238,110,123,6,233,35,217,221,219,134,111,135,195,123,104,199,186,64,107,184,35,100,154,57,118,188,62,61,234,162,60,253,238,51,235,59,251,88,165,33,78,34,18,48,248,93,214,228,165,207,33,13,26,76,191,126,219,105,91,35,235,244,147,124,141,76,15,132,88,32,202,237,53,11,2,248,250,
245,206,59,147,225,237,190,81,181,87,183,185,254,10,251,225,41,94,191,117,236,222,72,186,209,7,79,144,134,117,56,229,187,111,35,58,55,45,196,163,7,216,87,21,17,1,30,197,227,5,94,84,195,130,4,135,111,206,223,142,230,243,215,124,52,63,125,241,233,245,43,18,124,107,79,203,199,56,154,84,170,152,232,134,153,128,116,2,126,241,220,252,25,215,15,134,45,27,72,200,203,60,13,85,19,186,8,91,255,157,235,16,151,255,49,232,73,235,106,132,95,154,44,106,175,96,223,197,94,92,221,247,29,119,111,217,190,255,127,116,226,169,172,