]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Obsolete. Replaced by AliSegmentation and AliHitMap.
[u/mrichter/AliRoot.git] / Makefile
index 1840bd2c356790cbe7ac7e03bc20b1a81bfe3b70..093a6369d95caef8031372e9581bf1203c01a627 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,14 +42,23 @@ alilibs:  lib
           ${MAKE} -C $$i ; \
        done
 
-aliroot geant321 minicern pdf pythia: bin
+aliroot geant321 minicern pdf pythia6 hijing: FORCE
        @DIR=`echo $@ | $(AWK) '{print toupper($$0)}'` ; \
        echo "Making dependencies in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR depend;\
        echo "Making in $$DIR" | $(PRETTY); \
        ${MAKE} -C $$DIR
 
-cernlibs: geant321 pythia minicern pdf
+TGeant4 AliGeant4: FORCE
+       @DIR=$@; \
+       echo "Making dependencies in $$DIR" | $(PRETTY); \
+       ${MAKE} -C $$DIR depend;\
+       echo "Making in $$DIR" | $(PRETTY); \
+       ${MAKE} -C $$DIR
+
+cernlibs: geant321 pythia6 minicern pdf hijing
+
+geant4: TGeant4 AliGeant4
 
 all:   cernlibs default
 
@@ -64,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
 
@@ -141,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" ; \