Searched refs:PC_PATH (Results 1 – 4 of 4) sorted by relevance
1151 PC_PATH=$(pkg-config --variable=pc_path pkg-config)1152 PC_PATH="${PC_PATH%%:*}"1154 PC_PATH=""1506 if [ "$PC_PATH" != "" ]; then1530 PC_PATH=""1594 printf 'PC_PATH=%s\n' "$PC_PATH"1713 contents=$(replace "$contents" "PC_PATH" "$PC_PATH")
243 printf ' PC_PATH The location to install pkg-config files to. Must be a\n'1141 if [ -z "${PC_PATH+set}" ]; then1151 PC_PATH=$(pkg-config --variable=pc_path pkg-config)1152 PC_PATH="${PC_PATH%%:*}"1154 PC_PATH=""1506 if [ "$PC_PATH" != "" ]; then1516 pkg_config_install="\$(SAFE_INSTALL) \$(PC_INSTALL_ARGS) \"\$(BCL_PC)\" \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""1517 pkg_config_uninstall="\$(RM) -f \"\$(DESTDIR)\$(PC_PATH)/\$(BCL_PC)\""1530 PC_PATH[all...]
131 PC_PATH = %%PC_PATH%%
2216 * Gets the `$PC_PATH`, including the `$DESTDIR`. This generates the default2218 * @return The `$PC_PATH`, with the `$DESTDIR`.