source: trunk/geant4/config/sys/SGI-CC.gmk @ 472

Last change on this file since 472 was 472, checked in by garnier, 17 years ago

r549@wl-72148: laurentgarnier | 2007-05-15 10:37:42 +0200
import de geant4

File size: 1.1 KB
Line 
1#
2# -------- SGI ---------   !!! not supported !!!
3#                             Irix-6.5.5 CC-8
4ifeq ($(G4SYSTEM),SGI-CC)
5  CXX       := CC
6  ifdef G4OPTIMISE
7    CXXFLAGS  := -O -OPT:Olimit=5000
8  else
9    ifdef G4DEBUG
10      CXXFLAGS  := -g
11      FCFLAGS   := -g
12      CCFLAGS   := -g
13    endif
14  endif
15  CXXFLAGS  += -ptused
16  CPPFLAGS  += -DSOCKET_IRIX_SOLARIS
17  FC        := f77
18  FCLIBS    := -lftn
19  SHEXT     := so
20  ifndef X11FLAGS
21    X11FLAGS  := -I/usr/include/X11/extensions -I/usr/include/X11
22  endif
23  ifndef X11LIBS
24    X11LIBS   := -L/usr/lib -lXmu -lXt -lXext -lX11
25  endif
26  ifndef XMFLAGS
27    XMFLAGS   :=
28  endif
29  ifndef XMLIBS
30    XMLIBS    := -L/usr/lib -lXm
31  endif
32  ifndef XAWFLAGS
33    XAWFLAGS   :=
34  endif
35  ifndef XAWLIBS
36    XAWLIBS    := -lXaw
37  endif
38  ifndef OGLFLAGS
39    OGLFLAGS  :=
40  endif
41  ifndef OGLLIBS
42    OGLLIBS   := -L/usr/lib -lGLU -lGL
43  endif
44
45  define build-granular-shared-lib
46    @echo "Shared Libraries not supported on $(G4SYSTEM)
47  endef
48  define build-global-shared-lib
49    @echo "Shared Libraries not supported on $(G4SYSTEM)
50  endef
51
52endif
Note: See TracBrowser for help on using the repository browser.