[Q-e-commits] r8243 - trunk/espresso

dalcorso at sissa.it dalcorso at sissa.it
Tue Nov 15 10:24:50 CET 2011


Author: dalcorso
Date: 2011-11-15 10:24:50 +0100 (Tue, 15 Nov 2011)
New Revision: 8243

Modified:
   trunk/espresso/Makefile
Log:
make clean and make veryclean updated to the new directory structure.


Modified: trunk/espresso/Makefile
===================================================================
--- trunk/espresso/Makefile	2011-11-14 19:58:06 UTC (rev 8242)
+++ trunk/espresso/Makefile	2011-11-15 09:24:50 UTC (rev 8243)
@@ -203,8 +203,9 @@
 clean :
 	touch make.sys 
 	for dir in \
-		CPV D3 Gamma Modules PH PP PW PWCOND NEB VdW ACFDT EE \
-		atomic clib flib pwtools upftools iotk GIPAW XSpectra \
+		CPV PHonon/D3 PHonon/Gamma Modules PHonon/PH PP PW PWCOND \
+		NEB VdW ACFDT EE \
+		atomic/src clib flib pwtools upftools iotk GIPAW XSpectra \
 		dev-tools GWW extlibs TDDFPT Solvent \
 	; do \
 	    if test -d $$dir ; then \
@@ -226,6 +227,7 @@
 	CPV/version.h ChangeLog* intel.pcl */intel.pcl
 	- rm -f espresso.tar.gz
 	- cd examples ; ./make_clean
+	- cd PHonon/examples ; ./make_clean
 	- cd atomic_doc ; ./make_clean
 	- for dir in Doc doc-def; do \
 	    test -d $$dir && ( cd $$dir ; $(MAKE) $(MFLAGS) TLDEPS= clean ) \



More information about the Q-e-commits mailing list