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