X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=Makefile;h=ec7fbd9df47dc5829fd8b32b6ed202db1760613c;hb=a96e18ecbf1d3e177edccd189ce443c1651d05a5;hp=3473faf6c86f2c31503c5dd843d82ad44f86e7cc;hpb=e72c66aac83e7de4230d4027e39be7a599db0599;p=u%2Fmrichter%2FAliRoot.git diff --git a/Makefile b/Makefile index 3473faf6c86..ec7fbd9df47 100644 --- 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 + 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: