Minor fixes to make install

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12407 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
spigafi 2016-05-15 16:46:55 +00:00
parent 1ec7ab0d05
commit 9091dbcf18
2 changed files with 5 additions and 2 deletions

View File

@ -251,10 +251,11 @@ links : bindir
#########################################################
install : touch-dummy
if test -d bin ; then \
mkdir -p $(PREFIX) ; for x in `find . -name *.x -type f` ; do \
@if test -d bin ; then mkdir -p $(PREFIX) ; \
for x in `find . -path ./test-suite -prune -o -name *.x -type f` ; do \
cp $$x $(PREFIX)/ ; done ; \
fi
@echo 'Quantum ESPRESSO binaries installed in $(PREFIX)'
#########################################################
# Run test-suite for numerical regression testing

View File

@ -511,6 +511,8 @@ epw_veryclean: epw_clean
# dir is not deleted for compatibility with the repository
epw_distclean:
if test -d ../EPW; then (cd ../EPW; \
$(MAKE) distclean); fi
rm -f ../archive/$(EPW).tar.gz
w90_clean: