]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Not needed any more.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Apr 2002 14:30:13 +0000 (14:30 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Apr 2002 14:30:13 +0000 (14:30 +0000)
HLT/src/Makefile.AliROOT [deleted file]
HLT/src/Makefile_Root [deleted file]

diff --git a/HLT/src/Makefile.AliROOT b/HLT/src/Makefile.AliROOT
deleted file mode 100644 (file)
index d1df3f8..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-############################### HLT Makefile ##################################
-
-# Include machine specific definitions
-
-include $(ALICE_ROOT)/conf/GeneralDef
-include $(ALICE_ROOT)/conf/MachineDef.$(ALICE_TARGET)
-
-PACKAGE = AliL3
-
-# C++ sources
-
-
-SRCS          = AliL3ConfMapper.cxx AliL3ConfMapPoint.cxx AliLevel3.cxx\
-                AliL3ConfMapTrack.cxx AliL3ConfMapFit.cxx AliL3Track.cxx\
-                AliL3Transform.cxx AliL3TrackMerger.cxx AliL3VertexArray.cxx \
-                 AliL3Vertex.cxx AliL3VertexFinder.cxx \
-                 AliL3Merger.cxx AliL3GlobalMerger.cxx AliL3ClustFinder.cxx \
-                 AliL3TrackArray.cxx AliL3InterMerger.cxx AliL3Logger.cxx \
-                 AliL3MemHandler.cxx AliL3FileHandler.cxx AliL3Evaluate.cxx \
-                 AliL3Benchmark.cxx AliL3Display.cxx AliL3ClustFinderNew.cxx AliL3Fitter.cxx
-                
-
-# C++ Headers
-
-HDRS          = $(SRCS:.cxx=.h) AliL3LinkDef.h
-# Library dictionary
-
-DICT          = AliL3Cint.cxx
-DICTH         = $(DICT:.cxx=.h)
-DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
-
-# FORTRAN Objectrs
-
-FOBJS         = $(FSRCS:.f=.o)
-
-# C Objects
-
-COBJS         = $(CSRCS:.c=.o)
-
-# C++ Objects
-
-OBJS          = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(SRCS)) $(DICTO)
-
-# C++ compilation flags
-
-CXXFLAGS      = $(CXXOPTS) -g -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include/  -I$(ALICE_ROOT)/TPC  -I$(ALICE_ROOT)/CONTAINERS -I$(HOME)/level3code/hough/ -I$(HOME)/level3code/comp/ 
-
-#CXXFLAGS      = $(CXXOPTS) -g -Wall -I$(ROOTSYS)/include -I. -I $(ALICE_ROOT)/TPC -I$(ALICE_ROOT)/include/ -DCOMPILING
-# FORTRAN compilation flags
-
-FFLAGS      = $(FOPT)
-##### TARGETS #####
-# Target
-
-SLIBRARY       = $(LEVEL3)/lib_$(USERNAME)/libAliL3.$(SL)
-
-default:       $(SLIBRARY)
-
-$(LEVEL3)/lib_$(USERNAME)/libAliL3.$(SL):  $(OBJS)
-
-$(DICT):               $(HDRS)
-
-depend:                        $(SRCS)
-
-TOCLEAN                        = $(OBJS) *Cint.h *Cint.cxx
-
-############################### General Macros ################################
-
-include $(ALICE_ROOT)/conf/GeneralMacros
-
-############################ Dependencies #####################################
-
-include tgt_$(ALICE_TARGET)/Make-depend 
-
-###########
-mrproper:
-       rm -fr tgt_Linux
-       rm -fr $(DICT) $(DICTH) $(DICTO)
-clean:
-       rm -fr tgt_Linux/*.o
-       rm -fr $(LEVEL3)/lib_$(USERNAME)/libAliL3.so
-       rm -fr $(DICT) $(DICTH) $(DICTO)
-
-wipe: clean mrproper
diff --git a/HLT/src/Makefile_Root b/HLT/src/Makefile_Root
deleted file mode 100644 (file)
index 2e638c4..0000000
+++ /dev/null
@@ -1,449 +0,0 @@
-# Makefile for the ROOT test programs.
-# This Makefile shows nicely how to compile and link applications
-# using the ROOT libraries on all supported platforms.
-#
-# Copyright (c) 2000 Rene Brun and Fons Rademakers
-#
-# Author: Fons Rademakers, 29/2/2000
-
-ARCH          = linuxegcs
-# ARCH          = linuxalphaegcs
-
-CXX           =
-ObjSuf        = o
-SrcSuf        = cxx
-ExeSuf        =
-DllSuf        = so
-OutPutOpt     = -o 
-
-EVENTLIB      = $(EVENTSO)
-
-ROOTCFLAGS   := $(shell root-config --cflags)
-ROOTLIBS     := $(shell root-config --libs)
-ROOTGLIBS    := $(shell root-config --glibs)
-
-
-ifeq ($(ARCH),hpux)
-# HP-UX with CC
-CXX           = CC
-CXXFLAGS      = -O +Z
-LD            = CC
-LDFLAGS       = -O +a1 -z
-SOFLAGS       = -b
-DllSuf        = sl
-endif
-
-ifeq ($(ARCH),hpuxacc)
-# HP-UX 10.x with aCC
-CXX           = aCC
-CXXFLAGS      = -O +Z
-LD            = aCC
-LDFLAGS       = -O -z
-SOFLAGS       = -b
-endif
-
-ifeq ($(ARCH),hpuxegcs)
-# HP-UX 10.x with g++
-CXXFLAGS      = -O -fPIC
-CXX           = g++
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -fPIC -shared
-endif
-
-ifeq ($(ARCH),aix)
-# IBM AIX
-CXX           = xlC
-CXXFLAGS      = -O
-LD            = xlC
-LDFLAGS       = -O
-SOFLAGS       =
-endif
-
-ifeq ($(ARCH),aixegcs)
-# IBM AIX with GCC
-CXX           = g++
-CXXFLAGS      = -O
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),solaris)
-# Solaris CC
-CXX           = /opt/SUNWspro/bin/CC
-CXXFLAGS      = -O -KPIC
-LD            = /opt/SUNWspro/bin/CC
-LDFLAGS       = -O
-SOFLAGS       = -G
-endif
-
-ifeq ($(ARCH),solarisCC5)
-# Solaris CC 5.0
-CXX           = CC
-CXXFLAGS      = -O -KPIC -D__SunOS_5_6 -library=iostream,no%Cstd
-LD            = CC
-LDFLAGS       = -O -library=iostream,no%Cstd -o
-SOFLAGS       = -G
-endif
-
-ifeq ($(ARCH),solarisegcs)
-# Solaris egcs
-CXX           = g++
-CXXFLAGS      = -O -fPIC
-LD            = CC
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),solarisgcc)
-# Solaris gcc
-CXX           = g++
-CXXFLAGS      = -O -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),solariskcc)
-# Solaris kcc
-CXX           = KCC
-CXXFLAGS      = -O4 -KPIC
-LD            = KCC
-LDFLAGS       = -O4
-SOFLAGS       =
-endif
-
-ifeq ($(ARCH),solarisx86)
-# Solaris CC on Intel
-CXX           = CC
-CXXFLAGS      = -O -KPIC
-LD            = CC
-LDFLAGS       = -O
-SOFLAGS       = -G
-endif
-
-ifeq ($(ARCH),sgicc)
-# SGI
-CXX           = CC -n32  -I/usr/include/CC.sgi
-CXXFLAGS      = -O
-LD            = CC -n32  -I/usr/include/CC.sgi
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),sgiegcs)
-# SGI 6.x with EGCS
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O -Wl,-u,__builtin_new -Wl,-u,__builtin_delete -Wl,-u,__nw__FUiPv
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),sgin32egcs)
-# SGI 6.x with EGCS for n32 ABI
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O -L/usr/lib32 -Wl,-woff,134
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),sgigcc)
-# SGI with GCC
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O -Wl,-u,__builtin_new -Wl,-u,__builtin_delete -Wl,-u,__nw__FUiPv
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),sgikcc)
-# SGI with KCC
-CXX           = KCC -n32 --no_exceptions
-CXXFLAGS      = -O
-LD            = KCC -n32 --no_exceptions
-LDFLAGS       = -O
-SOFLAGS       =
-endif
-
-ifeq ($(ARCH),alphagcc)
-# Alpha/OSF with g++
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -Wl,-expect_unresolved,* -shared
-endif
-
-ifeq ($(ARCH),alphaegcs)
-# Alpha/OSF with egcs
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -Wl,-expect_unresolved,* -shared
-endif
-
-ifeq ($(ARCH),alphakcc)
-# Alpha/OSF with kai compiler (not yet valid)
-CXX           = g++
-CXXFLAGS      = -O -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -Wl,-expect_unresolved,* -shared
-endif
-
-ifeq ($(ARCH),alphacxx6)
-# Alpha/OSF with cxx6
-CXX           = cxx
-CXXFLAGS      = -O0
-LD            = cxx
-LDFLAGS       = -O
-SOFLAGS       = -Wl,-expect_unresolved,* -shared
-endif
-
-ifeq ($(ARCH),alphacxx)
-# Alpha/OSF with cxx5
-CXX           = cxx
-CXXFLAGS      = -O
-LD            = cxx
-LDFLAGS       = -O
-SOFLAGS       = -Wl,-expect_unresolved,* -call_shared
-endif
-
-ifeq ($(ARCH),linux)
-# Linux with gcc 2.7.2.x
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),linuxrh42)
-# Linux with gcc 2.7.2.x (RedHat 4.2)
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),linuxdeb)
-# Linux with gcc 2.7.2.x
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),linuxdeb2)
-# Linux with gcc 2.7.2.x
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),linuxsuse6)
-# Linux with gcc 2.7.2.x
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),linuxegcs)
-# Linux with egcs (>= RedHat 5.2)
-CXX           = g++
-CXXFLAGS      = -O2 -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O2
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),linuxkcc)
-# Linux with the KAI compiler
-CXX           = KCC
-CXXFLAGS      = -fPIC +K0
-LD            = KCC
-LDFLAGS       = -O
-SOFLAGS       =
-endif
-
-ifeq ($(ARCH),linuxppcegcs)
-# MkLinux with egcs/glibc
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared -Wl,-soname,
-endif
-
-ifeq ($(ARCH),linuxia64gcc)
-# Itanium Linux with gcc 2.9x
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared
-endif
-
-ifeq ($(ARCH),linuxalphaegcs)
-# Alpha Linux with egcs
-CXX           = g++ 
-CXXFLAGS      = -O2 -Wall -fPIC -mcpu=ev6
-LD            = g++ 
-LDFLAGS       = -O2
-SOFLAGS       = -shared -mcpu=ev6
-endif
-
-ifeq ($(ARCH),mklinux)
-# MkLinux with libc5
-CXX           = g++
-CXXFLAGS      = -O -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared -Wl,-soname,
-endif
-
-ifeq ($(ARCH),freebsd)
-# FreeBSD with libc5
-CXX           = g++
-CXXFLAGS      = -O -pipe -W -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared -Wl,-x
-endif
-
-ifeq ($(ARCH),freebsd4)
-# FreeBSD with glibc
-CXX           = g++
-CXXFLAGS      = -O -pipe -W -Wall -fPIC
-LD            = g++
-LDFLAGS       = -O
-SOFLAGS       = -shared -Wl,-x
-endif
-
-ifeq ($(ARCH),hiux)
-# Hitachi HIUX
-CXX           = g++
-CXXFLAGS      = -O2 -fPIC
-LD            = g++
-LDFLAGS       = -Wl,+s
-SOFLAGS       = -Wl,-b,-E -nostdlib -nostartfiles
-DllSuf        = sl
-endif
-
-ifeq ($(ARCH),win32)
-# Windows with the VC++ compiler
-ObjSuf        = obj
-SrcSuf        = cxx
-ExeSuf        = .exe
-DllSuf        = dll
-OutPutOpt     = -out:
-CXX           = cl
-CXXOPT        = -O2
-#CXXOPT        = -Z7
-CXXFLAGS      = $(CXXOPT) -G5 -MD -DWIN32 -D_WINDOWS -nologo \
-                -DVISUAL_CPLUSPLUS -D_X86_=1 -D_DLL
-LD            = link
-LDOPT         = -opt:ref
-#LDOPT         = -debug
-LDFLAGS       = $(LDOPT) -pdb:none -nologo -nodefaultlib -incremental:no
-SOFLAGS       = -DLL
-SYSLIBS       = msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib \
-                advapi32.lib  user32.lib gdi32.lib comdlg32.lib winspool.lib \
-                msvcirt.lib
-EVENTLIB      = libEvent.lib
-
-ROOTLIBS     := $(shell root-config --nonew --libs)
-ROOTGLIBS    := $(shell root-config --nonew --glibs)
-endif
-
-ifeq ($(CXX),)
-$(error $(ARCH) invalid architecture)
-endif
-
-CXXFLAGS     += $(ROOTCFLAGS)
-LIBS          = $(ROOTLIBS) $(SYSLIBS)
-GLIBS         = $(ROOTGLIBS) $(SYSLIBS)
-
-#------------------------------------------------------------------------------
-
-SRCS           = AliL3ConfMapper.cxx AliL3ConfMapPoint.cxx AliLevel3.cxx\
-                 AliL3ConfMapTrack.cxx AliL3ConfMapFit.cxx AliL3Track.cxx\
-                 AliL3Transform.cxx AliL3TrackMerger.cxx AliL3VertexArray.cxx \
-                 AliL3Vertex.cxx AliL3VertexFinder.cxx AliL3HoughTrack.cxx\
-                 AliL3Merger.cxx AliL3GlobalMerger.cxx AliL3ClustFinder.cxx \
-                 AliL3TrackArray.cxx AliL3InterMerger.cxx AliL3Logger.cxx \
-                 AliL3MemHandler.cxx  AliL3Benchmark.cxx\
-
-HDRS          = $(SRCS:.cxx=.h) AliL3LinkDef.h
-
-DICT          = AliL3Cint.cxx
-DICTH         = $(DICT:.cxx=.h)
-DICTO         = $(DICT:.cxx=.o)
-
-OBJS          = $(SRCS:.cxx=.o) $(DICTO)
-
-LEVELSO       = libAliL3.$(DllSuf)
-
-PROGRAMS      = $(LEVELSO)
-
-#------------------------------------------------------------------------------
-
-.SUFFIXES: .$(SrcSuf) .$(ObjSuf) .$(DllSuf)
-
-all:            $(PROGRAMS)
-
-
-$(LEVELSO):     $(OBJS)
-ifeq ($(ARCH),aix)
-               /usr/ibmcxx/bin/makeC++SharedLib $(OutPutOpt) $(LEVELSO) $(LIBS) -p 0 $(OBJS)
-else
-ifeq ($(ARCH),alphacxx)
-# due to a bug in cxx/ld under osf3.xx, one cannot use cxx to generate
-# a shared library. One must use ld instead.
-               ld -L/usr/lib/cmplrs/cxx -rpath /usr/lib/cmplrs/cxx -expect_unresolved "*" \
- -g0 -O1 -shared /usr/lib/cmplrs/cc/crt0.o /usr/lib/cmplrs/cxx/_main.o \
- -o Hello.so Hello.o HelloDict.o -lcxxstd -lcxx -lexc -lots -lc
-else
-ifeq ($(ARCH),win32)
-               $(LD) $(SOFLAGS) $(LDFLAGS) $^ $(LIBS) $(OutPutOpt)$@
-else
-               $(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@
-endif
-endif
-endif
-
-clean:
-               @rm -f $(OBJS) $(DICT) $(DICTH) $(PROGRAMS) core
-
-distclean:      clean
-               @rm -f $(PROGRAMS) $(EVENTSO) $(EVENTLIB) *Dict.* *.def *.exp \
-                  *.root *.ps .def so_locations
-mrproper: 
-               @rm -f $(OBJS) $(DICT) $(DICTH) core
-
-wipe: clean mrproper
-
-
-.SUFFIXES: .$(SrcSuf)
-
-###
-
-#AliL3LinkDef.$(ObjSuf): fwhm.h
-
-$(DICT):       $(HDRS)
-       @echo "Generating dictionary HelloDict..."
-       @rootcint -f $(DICT) -c $(HDRS)
-
-
-.$(SrcSuf).$(ObjSuf):
-       $(CXX) $(CXXFLAGS) -c $<