add requirements to rules
This commit is contained in:
parent
2787aee01a
commit
81f421b9c0
1 changed files with 3 additions and 2 deletions
|
@ -61,13 +61,14 @@ include Makefile.app-config
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
# install the necessary android sdks
|
# install the necessary android sdks
|
||||||
./android-sdk/installed: app-config.sh
|
./android-sdk/installed: app-config.sh ./.Makefile.scripts/make--android-sdk.sh
|
||||||
./.Makefile.scripts/make--android-sdk.sh
|
./.Makefile.scripts/make--android-sdk.sh
|
||||||
|
|
||||||
# generate the AndroidManifest.xml
|
# generate the AndroidManifest.xml
|
||||||
./AndroidManifest.xml: app-config.sh
|
./AndroidManifest.xml: app-config.sh ./.Makefile.scripts/make--AndroidManifest.xml
|
||||||
./.Makefile.scripts/make--AndroidManifest.xml
|
./.Makefile.scripts/make--AndroidManifest.xml
|
||||||
|
|
||||||
|
# !!this step (when/if) run will trigger a restart of the "make" as the rules tartget is included
|
||||||
Makefile.app-config: app-config.sh Makefile
|
Makefile.app-config: app-config.sh Makefile
|
||||||
source app-config.sh; \
|
source app-config.sh; \
|
||||||
tee $@ << MAKEFILE_APP_CONFIG
|
tee $@ << MAKEFILE_APP_CONFIG
|
||||||
|
|
Loading…
Add table
Reference in a new issue