mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
$(TOPDIR), make, scripts: Merged changes from V_1_2_3_33_YAPPLICATION_INIFILE_CTOR
Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
parent
6fbb886828
commit
78bd6215b4
12 changed files with 346 additions and 28 deletions
|
|
@ -3,24 +3,31 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
all: all.link
|
||||
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
ifneq ($(strip $(SRC_ALL_CPP)),)
|
||||
|
||||
# mandatory targets
|
||||
all: all.link
|
||||
install: $(ALL)
|
||||
|
||||
# convenience targets
|
||||
link: all.link
|
||||
clean-link: clean.link
|
||||
|
||||
# rules
|
||||
all.link: $(PROJECT)
|
||||
|
||||
$(PROJECT):
|
||||
ln -s . $@
|
||||
|
||||
ifeq ($(SCOPE_PREFIX),)
|
||||
all.link: $(BUILD_HDRDIR)/$(PROJECT)
|
||||
|
||||
$(BUILD_HDRDIR)/$(PROJECT):
|
||||
cd $(BUILD_HDRDIR) && ln -s . $(PROJECT)
|
||||
endif
|
||||
|
||||
$(LIB_SO): $(OBJ)
|
||||
|
||||
all.done: $(PREREQ_DONE) $(BUILD_HDR) $(BUILD_EXE_SH) $(MEMBERS) $(LIB_A) $(LIB_SO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue