]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - conf/MachineDef.OSF1
Moved from AliTransbit to AliL3Transbit.
[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 = -g
12
13# Shared library suffix
14SL = so
15
16# AWK
17AWK = awk
18
19# The options
20CXXOPTS = $(OPT) -nostdnew -rtti -taso
21COPT = $(OPT)
22FOPT = $(OPT) -nofor_main -warn noinformational -taso
23
24# CERNLIB defines
25
26CLIBDEFS = -DCERNLIB_DECS -DCERNLIB_BLDLIB -DCERNLIB_CZ
27CLIBCXXOPTS =
28CLIBCOPT =
29CLIBFOPT = -I. -warn noinformational
30
31# Additional directories for dependencies
32
33DEPINC = -I/usr/include/cxx
34
35LD = cxx
36LDFLAGS = -taso
37
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
43
44LIBS = $(ROOTLIBS)
45GLIBS = $(ROOTLIBS) -lXm -lXt -lX11 -lm -lPW -lUfor -lfor -lFutil -lots
46
47CLIBS = $(LIBDIR)/libminicern.a
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