]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Same class as previously in AliSimpleGen.cxx
[u/mrichter/AliRoot.git] / Makefile
index 7b9c0c99a94a7b2b4c9b995204aaa3c10aa14113..1840bd2c356790cbe7ac7e03bc20b1a81bfe3b70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ 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
+                         CASTOR RICH START STRUCT EVGEN RALICE ALIFAST THijing
 
 ##### TARGETS #####
  
@@ -57,7 +57,7 @@ FORCE:
 
 ############################### General Macros ################################
 
-include $(ALICE_ROOT)/conf/GeneralMacros
+include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################### Specific Macros ###############################
 
@@ -148,6 +148,14 @@ check:
                     ${MAKE} -C $$i check ; \
                done
 
+REVENG_DIRS = $(ALIROOT_DIRS)
+
+reveng:
+       @for i in $(REVENG_DIRS) ; do \
+               echo "Reverse engineering $$i" ; \
+               ${MAKE} -C $$i reveng ; \
+       done
+