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