]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Added Starting track location to hit class and related changes to modules.
[u/mrichter/AliRoot.git] / Makefile
index b2f9ed2286c1cbe66534ea63cf386af586a2af69..ec7fbd9df47dc5829fd8b32b6ed202db1760613c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@ PRETTY =  $(AWK) '{print $$0 substr($(DOTS),1,79-length($$0))}'
 ##### Module libraries #####
 
 ALIROOT_DIRS           = STEER TGeant3 TRD PHOS TPC ZDC MUON PMD FMD TOF ITS \
-                         CASTOR RICH START STRUCT EVGEN RALICE ALIFAST THijing CONTAINERS 
+                         CASTOR RICH START STRUCT EVGEN RALICE ALIFAST \
+                         THijing CONTAINERS MEVSIM TMEVSIM THbtp HBTP EMCAL HBTAN
 
 ##### TARGETS #####
  
@@ -49,7 +50,7 @@ aliroot geant321 minicern pdf pythia6 hijing: FORCE
        echo "Making in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR
 
-TGeant4 AliGeant4: FORCE
+TGeant4 AliGeant4 AliFluka : FORCE
        @DIR=$@; \
        echo "Making dependencies in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR depend;\
@@ -60,6 +61,13 @@ cernlibs: geant321 pythia6 minicern pdf hijing
 
 geant4: TGeant4 AliGeant4
 
+Flugg: FORCE
+       @DIR=$@; \
+       echo "Making in $$DIR" | $(PRETTY); \
+       ${MAKE} -C $$DIR/source
+
+fluka:  Flugg TGeant4 AliGeant4 AliFluka
+
 all:   cernlibs default
 
 FORCE: