make: Add support for installation file type PKG_CONFIG

This commit is contained in:
Jan Lindemann 2012-04-28 16:01:18 +00:00 committed by Jan Lindemann
commit 05be1d8ead
4 changed files with 24 additions and 2 deletions

View file

@ -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: