robust makefiles
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -6,14 +6,17 @@ common/config/*.*~
|
||||
common/config/*.*-*
|
||||
facility/*.*~
|
||||
facility/sf/config/*.*-*
|
||||
facility/sf/help/BBA_Quad_BPM/*.*~
|
||||
facility/sf/pyrcc5/
|
||||
facility/sf/pyrcc5/__pycache__/
|
||||
facility/sf/pyrcc5/__pycache__/*.*
|
||||
facility/sf/pyrcc5/*.*-*
|
||||
facility/sf/*.*~
|
||||
facility/sls/config/*.*-*
|
||||
facility/sls/help/BBA_Quad_BPM/*.*~
|
||||
facility/sls/pyrcc5/
|
||||
facility/sls/pyrcc5/__pycache__
|
||||
facility/sls/pyrcc5/__pycache__/*.*
|
||||
facility/sls/pyrcc5/*.*-*
|
||||
facility/sls/*.*~
|
||||
facility/sls/*.*~
|
||||
facility/hipa/config/*.*-*
|
||||
facility/hipa/pyrcc5/__pycache__
|
||||
facility/hipa/pyrcc5/__pycache__/*.*
|
||||
facility/hipa/pyrcc5/*.*-*
|
||||
facility/hipa/*.*~
|
||||
@@ -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
|
||||
|
||||
@@ -2,8 +2,9 @@ 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
|
||||
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 qrc_resources.py pyrcc5/qrc_resources.py; fi
|
||||
if [ -f qrc_resources.py ]; then cp qrc_resources.py pyrcc5/qrc_resources.py; fi
|
||||
|
||||
17483
facility/sf/pyrcc5/qrc_resources.py
Normal file
17483
facility/sf/pyrcc5/qrc_resources.py
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user