Searched refs:PKGCFGDIR (Results 1 – 2 of 2) sorted by relevance
82 PKGCFGDIR="$(pkg-config --variable pc_path pkg-config | cut -d ':' -f 1)"84 if [ "$HOMEBREW_CAPSTONE" != "1" ] && [ ${PKGCFGDIR}x != x ]; then86 ${MAKE} CC=$CC PKGCFGDIR=$PKGCFGDIR install88 ${MAKE} PKGCFGDIR=$PKGCFGDIR install118 PKGCFGDIR="$(pkg-config --variable pc_path pkg-config | cut -d ':' -f 1)"120 if [ ${PKGCFGDIR}x != x ]; then121 ${MAKE} PKGCFGDIR=$PKGCFGDIR uninstall
256 PKGCFGDIR ?= $(LIBDATADIR)/pkgconfig macro387 mkdir -p $(PKGCFGDIR)388 $(INSTALL_DATA) $(PKGCFGF) $(PKGCFGDIR)/395 rm -f $(PKGCFGDIR)/$(LIBNAME).pc