]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ALIROOT/binaliroot.pkg
Corrected indices. (E. Futo)
[u/mrichter/AliRoot.git] / ALIROOT / binaliroot.pkg
CommitLineData
efaab2ef 1SRCS:=aliroot.cxx
d94e688b 2CSRCS:=fpu.c
efaab2ef 3
2d8cad5a 4ELIBSDIR:=
efaab2ef 5
b9d0a01d 6ELIBS:= MUON TPC ITS PMD TRD FMD TOF PHOS CRT RICH ZDC VZERO EMCAL STRUCT \
7554020a 7START EVGEN STEER CONTAINERS pythia6 pdf THijing hijing TMEVSIM \
df657419 8mevsim THbtp HBTP THerwig herwig TEPEMGEN EPEMGEN FASTSIM microcern
efaab2ef 9
2d8cad5a 10# The two variables below are used for the creation of profile target.
11# ARLIBS stands for ARchive LIBrarieS and for each module one wants to profile
12# consists of dictionary object file and static library itself.
13# The shared libraries for modules without profiling are listed in the second
14# variable SHLIBS (SHared LIBrarieS).
15# Please note that the order of static libraries is important, the ones
16# which provide code for the others have to be placed after their "clients".
17# For example ITS uses TPC code, TPC uses CONTAINERS code, so the order has
18# to be ITS TPC CONTAINERS
19
20ARLIBS:= \
21 FMD/tgt_$(ALICE_TARGET)/G__FMD.o $(LIBPATH)/libFMD.a \
22 CRT/tgt_$(ALICE_TARGET)/G__CRT.o $(LIBPATH)/libCRT.a \
23 RICH/tgt_$(ALICE_TARGET)/G__RICH.o $(LIBPATH)/libRICH.a \
24 ZDC/tgt_$(ALICE_TARGET)/G__ZDC.o $(LIBPATH)/libZDC.a \
25 VZERO/tgt_$(ALICE_TARGET)/G__VZERO.o $(LIBPATH)/libVZERO.a \
26 EMCAL/tgt_$(ALICE_TARGET)/G__EMCAL.o $(LIBPATH)/libEMCAL.a \
27 START/tgt_$(ALICE_TARGET)/G__START.o $(LIBPATH)/libSTART.a \
28 TOF/tgt_$(ALICE_TARGET)/G__TOF.o $(LIBPATH)/libTOF.a \
29 TRD/tgt_$(ALICE_TARGET)/G__TRD.o $(LIBPATH)/libTRD.a \
30 PMD/tgt_$(ALICE_TARGET)/G__PMD.o $(LIBPATH)/libPMD.a \
31 MUON/tgt_$(ALICE_TARGET)/G__MUON.o $(LIBPATH)/libMUON.a \
32 PHOS/tgt_$(ALICE_TARGET)/G__PHOS.o $(LIBPATH)/libPHOS.a \
33 ITS/tgt_$(ALICE_TARGET)/G__ITS.o $(LIBPATH)/libITS.a \
34 STRUCT/tgt_$(ALICE_TARGET)/G__STRUCT.o $(LIBPATH)/libSTRUCT.a \
35 TPC/tgt_$(ALICE_TARGET)/G__TPC.o $(LIBPATH)/libTPC.a \
36 STEER/tgt_$(ALICE_TARGET)/G__STEER.o $(LIBPATH)/libSTEER.a \
37 CONTAINERS/tgt_$(ALICE_TARGET)/G__CONTAINERS.o $(LIBPATH)/libCONTAINERS.a
38
39SHLIBS:= $(BINLIBDIRS) -lEVGEN -lpythia6 -lpdf -lTHijing -lhijing -lTMEVSIM -lmevsim -lTHbtp -lHBTP -lTHerwig -lherwig -lTEPEMGEN -lEPEMGEN -lFASTSIM -lmicrocern