Searched refs:PKG_CONFIG_DIR (Results 1 – 8 of 8) sorted by relevance
/xen/tools/ |
A D | Rules.mk | 251 PKG_CONFIG_DIR ?= $(XEN_ROOT)/tools/pkg-config 255 $(PKG_CONFIG_DIR)/%.pc: %.pc.in Makefile $(XEN_ROOT)/tools/Rules.mk 256 mkdir -p $(PKG_CONFIG_DIR)
|
A D | Makefile | 3 export PKG_CONFIG_DIR = $(CURDIR)/pkg-config macro
|
/xen/tools/libs/ |
A D | libs.mk | 35 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/libvchan/ |
A D | Makefile | 35 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/xenstat/libxenstat/ |
A D | Makefile | 50 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/xenstore/ |
A D | Makefile | 128 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/tools/libxc/ |
A D | Makefile | 168 PKG_CONFIG_LOCAL := $(foreach pc,$(PKG_CONFIG),$(PKG_CONFIG_DIR)/$(pc))
|
/xen/stubdom/ |
A D | Makefile | 6 export PKG_CONFIG_DIR = $(CURDIR)/pkg-config macro
|
Completed in 7 milliseconds