]> git.uio.no Git - u/mrichter/AliRoot.git/blame - conf/MachineDef.OSF1
Last minute changes and new code for event mixing and reconstruction (A.Maevskaia)
[u/mrichter/AliRoot.git] / conf / MachineDef.OSF1
CommitLineData
809ca4d8 1# $Id$
2
fe4da5cc 3# Which Machine
4PLATFORM = alpha
5
6# The compilers
5c76f8ad 7CXX = cxx
8F77 = f77
fe4da5cc 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
abac4df7 20CXXOPTS = $(OPT) -nostdnew -nortti
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
abac4df7 38SHLD = ld
39SOFLAGS = -L/usr/lib/cmplrs/cxx -rpath /usr/lib/cmplrs/cxx \
40 -expect_unresolved "*" -msym -shared \
41 /usr/lib/cmplrs/cc/crt0.o /usr/lib/cmplrs/cxx/_main.o
42SHLIB = -lUfor -lfor -lFutil
fe4da5cc 43
0237511c 44LIBS = $(ROOTLIBS)
45GLIBS = $(ROOTLIBS) -lXm -lXt -lX11 -lm -lPW -lUfor -lfor -lFutil -lots
7329a960 46
47CLIBS = $(LIBDIR)/libminicern.a
34dc712e 48
49# Cure funny problem
50# sometimes in dependencies system include files of the sort
51# /usr/.../filename AND /usr/.../filename.cc are present
52# DEC believes that /usr/.../filename is the executable to be
53# built from /usr/.../filename.cc
54# Just avoid this to happen
55
56% : %.cc
57 @;
58