]> git.uio.no Git - u/mrichter/AliRoot.git/blame - conf/MachineDef.OSF1
New version of IRST code checking tool
[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
11OPT = -O
fe4da5cc 12
13# Shared library suffix
14SL = so
15
16# The options
a4a43406 17CXXOPTS = $(OPT) -I/usr/include
fe4da5cc 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
9dc2dc24 33LDFLAGS =
40da9a8f 34
35SHLD = ld
617b19ae 36SOFLAGS = -L/usr/lib/cmplrs/cxx -rpath /usr/lib/cmplrs/cxx -expect_unresolved \
4fcbd95b 37 -g0 -O1 -msym -shared /usr/lib/cmplrs/cc/crt0.o /usr/lib/cmplrs/cxx/_main.o
617b19ae 38SHLIB = -lcxxstd -lcxx -lexc -lots -lc -lUfor -lfor -lFutil -lm
fe4da5cc 39
fe4da5cc 40LIBS = $(ROOTLIBS) -lNew -lm
9119f6a9 41GLIBS = $(ROOTLIBS) $(ROOTGLIBS) -lXm -lXt -lX11 -lm -lPW -lUfor -lfor -lFutil -lm -lots
7329a960 42
43CLIBS = $(LIBDIR)/libminicern.a