]> git.uio.no Git - u/mrichter/AliRoot.git/blame - conf/MachineDef.HP-UX.egcs
New version of IRST code checking tool
[u/mrichter/AliRoot.git] / conf / MachineDef.HP-UX.egcs
CommitLineData
809ca4d8 1# $Id$
2
9d02daf6 3# Which Machine
7329a960 4PLATFORM = HP-UX
9d02daf6 5
6# The compilers
7CXX = echo $*.cxx ; g++
8F77 = echo $*.F ; g77
9CC = echo $*.c ; gcc
10
11# Global optimisation
7329a960 12OPT = -O
9d02daf6 13
14# Shared library suffix
15SL = sl
16
17# The options
18CXXOPTS = $(OPT) -Wall -fPIC
19
9d02daf6 20COPT = $(OPT) -fPIC
21FOPT = $(OPT) -fPIC -fno-second-underscore
22
23# CERNLIB defines
24
25CLIBDEFS = -DCERNLIB_LINUX -DCERNLIB_BLDLIB -DCERNLIB_CZ
26CLIBCXXOPTS =
27CLIBCOPT =
28CLIBFOPT =
29
30# Additional directories for dependencies
31
32DEPINC = -I/usr/local/include/g++ \
33 -I/usr/local/hppa1.1-hp-hpux10.20/include \
34 -I/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.60/include
35
36LD = g++
37LDFLAGS = $(OPT)
38
39SHLD = $(LD)
9d02daf6 40SOFLAGS = -shared -fPIC
41SHLIB =
42
9d02daf6 43LIBS = $(ROOTLIBS) -lm
44GLIBS = $(ROOTLIBS) $(ROOTGLIBS) -L/usr/X11R6/lib -lX11 -lg2c -lcrypt