0023426: Tool to compare two runs of tests on the same station
[occt.git] / src / WNT / WNT_WOKUMake.edl
CommitLineData
b311480e 1-- Created on: 1996-10-03
2-- Created by: Jean GAUTIER
3-- Copyright (c) 1996-1999 Matra Datavision
4-- Copyright (c) 1999-2012 OPEN CASCADE SAS
7fd59977 5--
b311480e 6-- The content of this file is subject to the Open CASCADE Technology Public
7-- License Version 6.5 (the "License"). You may not use the content of this file
8-- except in compliance with the License. Please obtain a copy of the License
9-- at http://www.opencascade.org and read it completely before using this file.
7fd59977 10--
b311480e 11-- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
12-- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
13--
14-- The Original Code and all software distributed under the License is
15-- distributed on an "AS IS" basis, without warranty of any kind, and the
16-- Initial Developer hereby disclaims all such warranties, including without
17-- limitation, any warranties of merchantability, fitness for a particular
18-- purpose or non-infringement. Please see the License for the specific terms
19-- and conditions governing the rights and limitations under the License.
20
7fd59977 21
22@ifnotdefined ( %WNT_WOKUMake_EDL) then
23
24 @set %WNT_WOKUMake_EDL = "";
25
26 @uses "WNT.edl";
27
28 @if ( %Station == "sun" ) then
29 -- Pas de WNT sur SUN
30 @set %WOKUMake_Steps = "";
31 @string %WOKUMake_Steps = %WOKUMake_Steps "*src ";
32 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.fill(src) ";
33 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.src(xcpp.fill) ";
34 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.header(xcpp.fill) ";
35 @string %WOKUMake_Steps = %WOKUMake_Steps ".xcpp.template(xcpp.fill) ";
36 @string %WOKUMake_Steps = %WOKUMake_Steps " obj.inc(src,xcpp.src) ";
37 @endif;
38
39 @if ( %Station == "sil" ) then
40 -- Pas de WNT sur SGI
41 @set %WOKUMake_Steps = "";
42 @string %WOKUMake_Steps = %WOKUMake_Steps "*src ";
43 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.fill(src) ";
44 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.src(xcpp.fill) ";
45 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.header(xcpp.fill) ";
46 @string %WOKUMake_Steps = %WOKUMake_Steps ".xcpp.template(xcpp.fill) ";
47 @string %WOKUMake_Steps = %WOKUMake_Steps " obj.inc(src,xcpp.src) ";
48 @endif;
49
50 @if ( %Station == "ao1" ) then
51 -- Pas de WNT sur DEC
52 @set %WOKUMake_Steps = "";
53 @string %WOKUMake_Steps = %WOKUMake_Steps "*src ";
54 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.fill(src) ";
55 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.src(xcpp.fill) ";
56 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.header(xcpp.fill) ";
57 @string %WOKUMake_Steps = %WOKUMake_Steps ".xcpp.template(xcpp.fill) ";
58 @string %WOKUMake_Steps = %WOKUMake_Steps " obj.inc(src,xcpp.src) ";
59 @endif;
60
61 @if ( %Station == "hp" ) then
62 -- Pas de WNT sur HP
63 @set %WOKUMake_Steps = "";
64 @string %WOKUMake_Steps = %WOKUMake_Steps "*src ";
65 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.fill(src) ";
66 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.src(xcpp.fill) ";
67 @string %WOKUMake_Steps = %WOKUMake_Steps " xcpp.header(xcpp.fill) ";
68 @string %WOKUMake_Steps = %WOKUMake_Steps ".xcpp.template(xcpp.fill) ";
69 @string %WOKUMake_Steps = %WOKUMake_Steps " obj.inc(src,xcpp.src) ";
70 @endif;
71
72@endif;