mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lib.mk: Not doing anything for all target, if USE_PROJECT_LIB == false
This commit is contained in:
parent
565a432691
commit
b75f8bb103
1 changed files with 4 additions and 0 deletions
|
|
@ -6,7 +6,11 @@
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
include $(MODDIR)/make/rules.mk
|
include $(MODDIR)/make/rules.mk
|
||||||
|
|
||||||
|
ifeq ($(USE_PROJECT_LIB),false)
|
||||||
|
all:
|
||||||
|
else
|
||||||
all: $(LD_CONF) $(LIB_SO) $(LINKS_SO) $(MSVCPP_IMPLIB) $(STRIP_DONE)
|
all: $(LD_CONF) $(LIB_SO) $(LINKS_SO) $(MSVCPP_IMPLIB) $(STRIP_DONE)
|
||||||
|
endif
|
||||||
install: install_LIB install_LD_CONF
|
install: install_LIB install_LD_CONF
|
||||||
clean: libclean local_libclean clean.ld-conf
|
clean: libclean local_libclean clean.ld-conf
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue