]> git.uio.no Git - u/mrichter/AliRoot.git/blob - conf/MachineDef.OSF1
New makefiles for OSF and Solaris, compatibility changes in the others
[u/mrichter/AliRoot.git] / conf / MachineDef.OSF1
1 # $Id$
2  
3 # Which Machine 
4 PLATFORM      = alpha
5
6 # The compilers
7 CXX           = cxx
8 F77           = f77
9
10 # Global optimisation
11 OPT           = -O2
12
13 # Shared library suffix
14 SL            = so
15
16 # AWK
17 AWK           = awk
18
19 # The options
20 CXXOPTS       = $(OPT) -nostdnew -nortti -I/usr/include
21 COPT          = $(OPT)
22 FOPT          = $(OPT) -nofor_main -warn noinformational
23
24 # CERNLIB defines
25
26 CLIBDEFS      = -DCERNLIB_DECS -DCERNLIB_BLDLIB -DCERNLIB_CZ
27 CLIBCXXOPTS   =
28 CLIBCOPT      = 
29 CLIBFOPT      = -I. -warn noinformational
30
31 # Additional directories for dependencies
32
33 DEPINC        = -I/usr/include/cxx
34
35 LD            = cxx
36 LDFLAGS       =
37
38 SHLD          = cxx
39 SOFLAGS       = -shared -Wl,-expect_unresolved,*,-soname,$(notdir $@)
40 SHLIB        = -lUfor -lfor -lFutil
41
42 LIBS          = $(ROOTLIBS)
43 GLIBS         = $(ROOTLIBS) -lXm -lXt -lX11 -lm -lPW -lUfor -lfor -lFutil -lots
44
45 CLIBS         = $(LIBDIR)/libminicern.a