Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/grantlee.mk
| Show First 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | |||||
| # Export the plist substitutions | # Export the plist substitutions | ||||
| PLIST_SUB+= GRANTLEE_VERSION_FULL=${GRANTLEE_VERSION} \ | PLIST_SUB+= GRANTLEE_VERSION_FULL=${GRANTLEE_VERSION} \ | ||||
| GRANTLEE_VERSION_SHORT=${GRANTLEE_VERSION:R} | GRANTLEE_VERSION_SHORT=${GRANTLEE_VERSION:R} | ||||
| # GrantleeMacros.cmake provides grantlee_adjust_plugin_name() which appends a | # GrantleeMacros.cmake provides grantlee_adjust_plugin_name() which appends a | ||||
| # letter 'd' to the library name in Debug mode. Provide a PLIST_SUB which can be | # letter 'd' to the library name in Debug mode. Provide a PLIST_SUB which can be | ||||
| # appended in the plist. | # appended in the plist. | ||||
| . if defined(WITH_DEBUG) | . if defined(_WITH_DEBUG) | ||||
| PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=d | PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=d | ||||
| . else | . else | ||||
| PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX="" | PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX="" | ||||
| . endif | . endif | ||||
| .endif | .endif | ||||