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