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