mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
makefile
This commit is contained in:
parent
a9263c62aa
commit
4b74e7567d
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
DEPEND = github.com/norayr/dbg github.com/norayr/strutils github.com/norayr/Internet github.com/norayr/http github.com/norayr/lists github.com/norayr/opts github.com/norayr/skprLogger github.com/norayr/skprJson codeberg.org/sts-q/vishaps-ssqJson
|
DEPEND = github.com/norayr/strutils github.com/norayr/base64 github.com/norayr/dbg github.com/norayr/Internet github.com/norayr/http github.com/norayr/mbedtls github.com/norayr/lists github.com/norayr/opts github.com/norayr/skprLogger codeberg.org/sts-q/vishaps-ssqJson
|
||||||
|
|
||||||
VOC = /opt/voc/bin/voc
|
VOC = /opt/voc/bin/voc
|
||||||
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||||
|
|
@ -37,9 +37,9 @@ build_deps:
|
||||||
cd $(BLD); \
|
cd $(BLD); \
|
||||||
for i in $(DEPEND); do \
|
for i in $(DEPEND); do \
|
||||||
if [ -f "$(DPS)/$${i}/GNUmakefile" ]; then \
|
if [ -f "$(DPS)/$${i}/GNUmakefile" ]; then \
|
||||||
make -f "$(DPS)/$${i}/GNUmakefile" BUILD=$(BLD); \
|
make -f "$(DPS)/$${i}/GNUmakefile" BUILD=$(BLD); \
|
||||||
else \
|
else \
|
||||||
make -f "$(DPS)/$${i}/Makefile" BUILD=$(BLD); \
|
make -f "$(DPS)/$${i}/Makefile" BUILD=$(BLD); \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue