Searched refs:PKG_CONFIG_FILE (Results 1 – 1 of 1) sorted by relevance
210 PKG_CONFIG_FILE = libtraceevent.pc macro213 cp -f ${PKG_CONFIG_FILE}.template ${PKG_CONFIG_FILE}; \214 sed -i "s|INSTALL_PREFIX|${1}|g" ${PKG_CONFIG_FILE}; \215 sed -i "s|LIB_VERSION|${EVENT_PARSE_VERSION}|g" ${PKG_CONFIG_FILE}; \216 sed -i "s|LIB_DIR|${libdir}|g" ${PKG_CONFIG_FILE}; \217 sed -i "s|HEADER_DIR|$(includedir)|g" ${PKG_CONFIG_FILE}; \218 $(call do_install,$(PKG_CONFIG_FILE),$(pkgconfig_dir),644); \230 $(call QUIET_INSTALL, $(PKG_CONFIG_FILE)) \246 $(RM) $(PKG_CONFIG_FILE)