add tddfpt flag in main Makefile

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5944 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
marsamos 2009-09-18 10:50:10 +00:00
parent d47ad15d98
commit 7caec4d7c2
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@ default :
@echo ' pw basic code for scf, structure optimization, MD'
@echo ' cp CP code: CP MD with ultrasoft pseudopotentials'
@echo ' ph phonon code'
@echo ' tddfpt time dependent dft code'
@echo ' pp postprocessing programs'
@echo ' gamma Gamma-only version of phonon code'
@echo ' pwcond ballistic conductance'
@ -44,6 +45,11 @@ ph : bindir mods libs pw
( cd PH ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= all ; \
else $(MAKE) $(MFLAGS) TLDEPS= all ; fi ) ; fi
tddfpt : bindir mods libs pw ph
if test -d TDDFPT ; then \
( cd TDDFPT ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= all ; \
else $(MAKE) $(MFLAGS) TLDEPS= all ; fi ) ; fi
pp : bindir mods libs pw
if test -d PP ; then \
( cd PP ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= all ; \