]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
ConfigPPR.C removed to avoid confusions with Config.C. Config.C contains all the...
[u/mrichter/AliRoot.git] / Makefile
index d4bed253feba2967dc598799c3e1988dd9b2fcac..3473faf6c86f2c31503c5dd843d82ad44f86e7cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@ PRETTY =  $(AWK) '{print $$0 substr($(DOTS),1,79-length($$0))}'
 ##### Module libraries #####
 
 ALIROOT_DIRS           = STEER TGeant3 TRD PHOS TPC ZDC MUON PMD FMD TOF ITS \
-                         CASTOR RICH START STRUCT EVGEN RALICE ALIFAST THijing CONTAINERS 
+                         CASTOR RICH START STRUCT EVGEN RALICE ALIFAST \
+                         THijing CONTAINERS MEVSIM TMEVSIM
 
 ##### TARGETS #####
  
@@ -73,7 +74,7 @@ FORCE:
 STRUCT_DIRS    = html conf macros data share include Euclid picts \
                   doc etc Makefile .rootrc
 
-LIBRARY_DIRS   = MINICERN GEANT321 PYTHIA6 PDF
+LIBRARY_DIRS   = MINICERN GEANT321 PYTHIA6 PDF HIJING
 
 dist: AliRoot$(VERSION).tar.gz
 
@@ -137,9 +138,15 @@ htmldoc:           FORCE
 
 clean:  FORCE
                @rm -f *~ \#*
-               @for i in $(ALIROOT_DIRS) ALIROOT ; do \
+               @rm -f include/*
+               @for i in $(ALIROOT_DIRS) ALIROOT; do \
                     ${MAKE} -C $$i macroclean ; \
                 done
+                ifdef G4INSTALL
+                 @for i in TGeant4 AliGeant4; do \
+                    ${MAKE} -C $$i macroclean ; \
+                  done
+                endif  
 
 libclean:  FORCE
                @rm -f *~ \#*