mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Add support for installation file type PKG_CONFIG
This commit is contained in:
parent
ad1cd39a0b
commit
05be1d8ead
4 changed files with 24 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ ifneq ($(wildcard pckg-defs.mk),)
|
|||
INSTALLED_PKG_MK += $(INSTALL_PCKG_DEFS_DIR)/$(PROJECT).mk
|
||||
endif
|
||||
|
||||
all:
|
||||
install: install_MAKE $(INSTALLED_PKG_MK)
|
||||
all: build_PKG_CONFIG
|
||||
install: install_MAKE $(INSTALLED_PKG_MK) install_PKG_CONFIG
|
||||
clean: textclean localclean doneclean
|
||||
test:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue