mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
depend.mk: Add target show-vars
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
8624229904
commit
915e150f04
1 changed files with 5 additions and 0 deletions
|
|
@ -35,5 +35,10 @@ endif
|
||||||
.%.o.dep.mk: %.c $(BUILD_HDR)
|
.%.o.dep.mk: %.c $(BUILD_HDR)
|
||||||
$(CC) -M $(BUILD_CFLAGS) $(DEPEND_CPPFLAGS) $< -o $@
|
$(CC) -M $(BUILD_CFLAGS) $(DEPEND_CPPFLAGS) $< -o $@
|
||||||
|
|
||||||
|
show-vars: show-vars-depend-mk
|
||||||
|
show-vars-depend-mk:
|
||||||
|
@echo DEPEND_MK = $(DEPEND_MK)
|
||||||
|
@echo BUILD_HDR = $(BUILD_HDR)
|
||||||
|
|
||||||
endif # DEPEND_MK_INCLUDED
|
endif # DEPEND_MK_INCLUDED
|
||||||
DEPEND_MK_INCLUDED := true
|
DEPEND_MK_INCLUDED := true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue