modified main Makefile for dft-d3

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13906 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
marsamos 2017-10-13 13:40:04 +00:00
parent 3f9a8c436e
commit d77464602c
1 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,7 @@ default :
# If "|| exit 1" is not present, the error code from make in subdirectories
# is not returned and make goes on even if compilation has failed
pw : bindir libfft libdavid libcg libla libutil mods liblapack libs libiotk
pw : bindir libfft libdavid libcg libla libutil mods liblapack libs libiotk dftd3
if test -d PW ; then \
( cd PW ; $(MAKE) TLDEPS= all || exit 1) ; fi
@ -188,6 +188,9 @@ libs : mods
lrmods : libs libla libfft libutil
( cd LR_Modules ; $(MAKE) TLDEPS= all || exit 1 )
dftd3 : mods
( cd dft-d3 ; $(MAKE) TLDEPS= all || exit 1 )
bindir :
test -d bin || mkdir bin