]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Changed default digitisation to all particles.
[u/mrichter/AliRoot.git] / Makefile
index b7387f413678951191a64cf024b6578f1e413147..093a6369d95caef8031372e9581bf1203c01a627 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ alilibs:  lib
           ${MAKE} -C $$i ; \
        done
 
-aliroot geant321 minicern pdf pythia hijing: FORCE
+aliroot geant321 minicern pdf pythia6 hijing: FORCE
        @DIR=`echo $@ | $(AWK) '{print toupper($$0)}'` ; \
        echo "Making dependencies in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR depend;\
@@ -56,7 +56,7 @@ TGeant4 AliGeant4: FORCE
        echo "Making in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR
 
-cernlibs: geant321 pythia minicern pdf hijing
+cernlibs: geant321 pythia6 minicern pdf hijing
 
 geant4: TGeant4 AliGeant4
 
@@ -73,7 +73,7 @@ FORCE:
 STRUCT_DIRS    = html conf macros data share include Euclid picts \
                   doc etc Makefile .rootrc
 
-LIBRARY_DIRS   = MINICERN GEANT321 PYTHIA PDF
+LIBRARY_DIRS   = MINICERN GEANT321 PYTHIA6 PDF
 
 dist: AliRoot$(VERSION).tar.gz
 
@@ -150,7 +150,7 @@ libclean:  FORCE
 allclean: libclean clean
 
 # IRST coding rule check
-CHECK_DIRS = $(ALIROOT_DIRS) ALIROOT
+CHECK_DIRS = $(ALIROOT_DIRS) ALIROOT TGeant4 AliGeant4
 check:     
                @for i in $(CHECK_DIRS) ; do \
                     echo "Checking $$i" ; \