]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Some additional changes related to the previous changes. AliL3Transform
[u/mrichter/AliRoot.git] / Makefile
index fbc0c9e9cbd22fd1b88914e0c33dc569eabec6be..ec7fbd9df47dc5829fd8b32b6ed202db1760613c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ PRETTY =  $(AWK) '{print $$0 substr($(DOTS),1,79-length($$0))}'
 
 ALIROOT_DIRS           = STEER TGeant3 TRD PHOS TPC ZDC MUON PMD FMD TOF ITS \
                          CASTOR RICH START STRUCT EVGEN RALICE ALIFAST \
-                         THijing CONTAINERS MEVSIM TMEVSIM THbtp HBTP EMCAL
+                         THijing CONTAINERS MEVSIM TMEVSIM THbtp HBTP EMCAL HBTAN
 
 ##### TARGETS #####
  
@@ -50,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;\
@@ -61,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: