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

Last change on this file since 1255 was 1213, checked in by garnier, 16 years ago

Suppression de Xaw. Sauf dans Configure et les fichier G4UIXaw.hh et cc

File size: 1006 bytes
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 OGLFLAGS
33 OGLFLAGS :=
34 endif
35 ifndef OGLLIBS
36 OGLLIBS := -L/usr/lib -lGLU -lGL
37 endif
38
39 define build-granular-shared-lib
40 @echo "Shared Libraries not supported on $(G4SYSTEM)
41 endef
42 define build-global-shared-lib
43 @echo "Shared Libraries not supported on $(G4SYSTEM)
44 endef
45
46endif
Note: See TracBrowser for help on using the repository browser.