X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=Makefile;h=3473faf6c86f2c31503c5dd843d82ad44f86e7cc;hb=6f2d42c1acd3682654758202941183836bf5890e;hp=7428a2421f99779fb2ab0384947b855a3f56d230;hpb=6c83c8fa59e859d5af08ea10a6aca45543e1bc9c;p=u%2Fmrichter%2FAliRoot.git diff --git a/Makefile b/Makefile index 7428a2421f9..3473faf6c86 100644 --- 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 ##### @@ -138,9 +139,14 @@ htmldoc: FORCE clean: FORCE @rm -f *~ \#* @rm -f include/* - @for i in $(ALIROOT_DIRS) ALIROOT ; do \ + @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 *~ \#*