mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
lib.mk: Install all available .a archives
Install all $(wildcard *.a) libs to INSTALL_LIBDIR, not only lib$(LIBNAME).a.
This commit is contained in:
parent
76b50851de
commit
b2c2c7326f
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ all: $(LIB_SO) $(LINKS_SO) $(MSVCPP_IMPLIB) $(STRIP_DONE)
|
|||
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
install: $(LOCAL_TARGETS) all target-dir.done $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO)
|
||||
install: $(LOCAL_TARGETS) all target-dir.done \
|
||||
$(sort $(INSTALLED_LIB_A) $(INSTALLED_LIB_SO) $(INSTALLED_LINKS_SO) $(wildcard *.a))
|
||||
clean: libclean local_libclean
|
||||
distclean: clean
|
||||
local_libclean: clean.mingw clean.unix clean.all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue