mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs-orig.mk: Beautification
This commit is contained in:
parent
9d9512d506
commit
ed0ea8baef
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ LOCAL_C = $(wildcard *.c)
|
|||
LOCAL_CPP = $(wildcard *.c *.cpp *.cc *.C)
|
||||
LOCAL_CSRC = $(LOCAL_H) $(LOCAL_C) $(LOCAL_CPP)
|
||||
|
||||
PREREQ_DIR = $(patsubst %,$(MODDIR)/%,$(LOCAL_PREREQ))
|
||||
PREREQ_DONE = $(patsubst %,%/all.done,$(PREREQ_DIR))
|
||||
PREREQ_DIR = $(addprefix $(MODDIR)/,$(LOCAL_PREREQ))
|
||||
PREREQ_DONE = $(addsuffix /all.done,$(PREREQ_DIR))
|
||||
PREREQ_H = $(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.h))
|
||||
PREREQ_C = $(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.c))
|
||||
PREREQ_CPP = $(foreach dir,$(PREREQ_DIR),$(wildcard $(dir)/*.c)) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue