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