added sax modif in plugin_makefile

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11965 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
marsamos 2016-01-08 15:13:32 +00:00
parent 33438bfa8a
commit 413688e796
1 changed files with 6 additions and 10 deletions

View File

@ -321,7 +321,7 @@ sax: extlibs uncompress-sax configure-sax
touch ./make-sax
uncompress-sax: touch-dummy
$(call download_and_unpack,$(SAX),$(SAX_URL),SaX,SaX)
$(call download_and_unpack,$(SAX),$(SAX_URL),SaX,$(SAX))
touch uncompress-sax
configure-sax: touch-dummy
@ -342,11 +342,8 @@ configure-sax: touch-dummy
AR="$(AR)" \
ARFLAGS="$(ARFLAGS)" \
RANLIB="$(RANLIB)" \
DFLAGS="$(DFLAGS)" \
FDFLAGS="$(DFLAGS)" \
LAPACK_LIBS="$(LAPACK_LIBS)" \
BLAS_LIBS="$(BLAS_LIBS)" \
FFT_LIBS="$(FFT_LIBS)"
LIB_LAPACK="$(LAPACK_LIBS)" \
LIB_BLAS="$(BLAS_LIBS)"
touch ./configure-sax
###########################################################
@ -637,18 +634,17 @@ gpu_distclean:
clean: w90_clean want_clean yambo_clean yambo-devel_clean plumed_clean \
epw_clean gui_clean phonon_clean tddfpt_clean xspectra_clean neb_clean \
pwcond_clean ld1_clean gipaw_clean gpu_clean west_clean test-suite_clean \
sax_clean
pwcond_clean ld1_clean gipaw_clean gpu_clean west_clean test-suite_clean
veryclean: w90_veryclean want_veryclean yambo_veryclean yambo-devel_veryclean \
plumed_veryclean epw_veryclean gui_veryclean phonon_veryclean \
tddfpt_veryclean xspectra_veryclean neb_veryclean pwcond_veryclean \
ld1_veryclean gipaw_veryclean gpu_veryclean west_veryclean \
test-suite_veryclean sax_veryclean
test-suite_veryclean
#distclean : veryclean
distclean: w90_distclean want_distclean yambo_distclean yambo-devel_distclean \
epw_distclean gui_distclean phonon_distclean test-suite_distclean \
tddfpt_distclean xspectra_distclean neb_distclean pwcond_distclean \
ld1_distclean gipaw_distclean gpu_distclean west_distclean sax_distclean
ld1_distclean gipaw_distclean gpu_distclean west_distclean