]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Target fluka added
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Mar 2002 13:17:54 +0000 (13:17 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Mar 2002 13:17:54 +0000 (13:17 +0000)
Makefile

index 7c83daa7654865a948f33a6171efc45f71a2ed43..ec7fbd9df47dc5829fd8b32b6ed202db1760613c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ aliroot geant321 minicern pdf pythia6 hijing: FORCE
        echo "Making in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR
 
        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;\
        @DIR=$@; \
        echo "Making dependencies in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR depend;\
@@ -61,6 +61,13 @@ cernlibs: geant321 pythia6 minicern pdf hijing
 
 geant4: TGeant4 AliGeant4
 
 
 geant4: TGeant4 AliGeant4
 
+Flugg: FORCE
+       @DIR=$@; \
+       echo "Making in $$DIR" | $(PRETTY); \
+       ${MAKE} -C $$DIR/source
+
+fluka:  Flugg TGeant4 AliGeant4 AliFluka
+
 all:   cernlibs default
 
 FORCE:
 all:   cernlibs default
 
 FORCE: