]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - conf/MachineDef.OSF1
Small improvements to the installation instructions
[u/mrichter/AliRoot.git] / conf / MachineDef.OSF1
... / ...
CommitLineData
1# $Id$
2
3# Which Machine
4PLATFORM = alpha
5
6# The compilers
7CXX = cxx
8F77 = f77
9
10# Global optimisation
11OPT = -O
12
13# Shared library suffix
14SL = so
15
16# The options
17CXXOPTS = $(OPT) -I/usr/include
18COPT = $(OPT)
19FOPT = $(OPT) -nofor_main
20
21# CERNLIB defines
22
23CLIBDEFS = -DCERNLIB_DECS -DCERNLIB_BLDLIB -DCERNLIB_CZ
24CLIBCXXOPTS =
25CLIBCOPT =
26CLIBFOPT = -I.
27
28# Additional directories for dependencies
29
30DEPINC = -I/usr/include/cxx
31
32LD = cxx
33LDFLAGS =
34
35SHLD = ld
36SOFLAGS = -L/usr/lib/cmplrs/cxx -rpath /usr/lib/cmplrs/cxx -expect_unresolved \
37 -g0 -O1 -msym -shared /usr/lib/cmplrs/cc/crt0.o /usr/lib/cmplrs/cxx/_main.o
38SHLIB = -lcxxstd -lcxx -lexc -lots -lc -lUfor -lfor -lFutil -lm
39
40LIBS = $(ROOTLIBS) -lNew -lm
41GLIBS = $(ROOTLIBS) $(ROOTGLIBS) -lXm -lXt -lX11 -lm -lPW -lUfor -lfor -lFutil -lm -lots
42
43CLIBS = $(LIBDIR)/libminicern.a