summaryrefslogtreecommitdiff
path: root/src/NIS/NIS_CMPLRS.edl
blob: 31ae004c1244f4c2b11a866fee58a4a7f7ca3fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--
-- File:	NIS_CMPLRS.edl
-- Author:	Stephane Callegari
-- History:	13-12-96 : CAL : Creation
--              01-11-97 : BGN : Portage HP/OpenGL
--                               (avec option +a1 pour C++, et -Aa pour C)
-- Copyright:	Matra Datavision 1996
--

@ifnotdefined ( %NIS_CMPLRS_EDL) then

  @set %NIS_CMPLRS_EDL = "";

  @uses "CSF.edl";

  @string %CMPLRS_CXX_Options += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " ;
  @string %CMPLRS_C_Options   += %CSF_X11_INCLUDE " " %CSF_OPENGL_INCLUDE " " ;

  @if ( %Station == "hp" ) then

    -- BGN : et ajout de _HPUX_SOURCE  pour /usr/include/math.h (M_PI)
    @string %CMPLRS_C_Options +=  " -D_HPUX_SOURCE";

	@if ( %DebugMode == "False" ) then
          @set %CMPLRS_C_ModeOpt = "+O1 -DNo_Exception ";
          @set %CMPLRS_F77_ModeOpt = "+O1";
        @endif;
 
  @endif;

  @if ( %Station == "ao1" ) then

    @string %CMPLRS_C_Options +=  " -DJWR_DEC_TRIFAN_BUG";
    @string %CMPLRS_C_Options +=  " -std1";

  @endif;

  -- FMN  @string %CMPLRS_C_Options +=  " -DLMC_COLOR";
  @string %CMPLRS_C_Options +=  " -DSILGL -DSILGL_VRS=50";



@endif;