robust makefiles

This commit is contained in:
2023-07-17 15:58:46 +02:00
parent 817a5bd161
commit 4e2bf96ba0
7 changed files with 34872 additions and 17359 deletions

View File

@@ -2,6 +2,7 @@ compile:
pyrcc5 resources.qrc > qrc_resources.py
install:
mkdir -p pyrcc5
if [ ! -f qrc_resources.py ]; then echo "pyrcc5 compilation of resources.qrc failed"; fi
if [ -f qrc_resources.py -a -f pyrcc5/qrc_resources.py-- ]; then cp pyrcc5/qrc_resources.py-- pyrcc5/qrc_resources.py---; fi
if [ -f qrc_resources.py -a -f pyrcc5/qrc_resources.py- ]; then cp pyrcc5/qrc_resources.py- pyrcc5/qrc_resources.py--; fi

File diff suppressed because it is too large Load Diff