]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Add tmevsin and mevsim libraries.
[u/mrichter/AliRoot.git] / Makefile
index 7fa3eefaf3f129e7bd16a540cd1878e7ad80782c..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 #####
  
@@ -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 *~ \#*