Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/config/sys/SGI-CC.gmk is written in an unsupported language. File is not indexed.

0001 #
0002 # -------- SGI ---------   !!! not supported !!!
0003 #                             Irix-6.5.5 CC-8
0004 ifeq ($(G4SYSTEM),SGI-CC)
0005   CXX       := CC
0006   ifdef G4OPTIMISE
0007     CXXFLAGS  := -O -OPT:Olimit=5000
0008   else
0009     ifdef G4DEBUG
0010       CXXFLAGS  := -g 
0011       FCFLAGS   := -g
0012       CCFLAGS   := -g
0013     endif
0014   endif
0015   CXXFLAGS  += -ptused
0016   CPPFLAGS  += -DSOCKET_IRIX_SOLARIS
0017   FC        := f77
0018   FCLIBS    := -lftn
0019   SHEXT     := so
0020   LOADLIBS += -lm -lstdc++
0021   ifndef X11FLAGS
0022     X11FLAGS  := -I/usr/include/X11/extensions -I/usr/include/X11
0023   endif
0024   ifndef X11LIBS
0025     X11LIBS   := -L/usr/lib -lXmu -lXt -lXext -lX11
0026   endif
0027   ifndef XMFLAGS
0028     XMFLAGS   :=
0029   endif
0030   ifndef XMLIBS
0031     XMLIBS    := -L/usr/lib -lXm
0032   endif
0033   ifndef XAWFLAGS
0034     XAWFLAGS   :=
0035   endif
0036   ifndef XAWLIBS
0037     XAWLIBS    := -lXaw
0038   endif
0039   ifndef OGLFLAGS
0040     OGLFLAGS  :=
0041   endif
0042   ifndef OGLLIBS
0043     OGLLIBS   := -L/usr/lib -lGL
0044   endif
0045 
0046   define build-granular-shared-lib
0047     @echo "Shared Libraries not supported on $(G4SYSTEM)
0048   endef
0049   define build-global-shared-lib
0050     @echo "Shared Libraries not supported on $(G4SYSTEM)
0051   endef
0052 
0053 endif