+OTHER_LDFLAGS_PREQUELITE_BRIDGE_NO = -l prequelite
+OTHER_LDFLAGS_PREQUELITE_BRIDGE_YES =
+OTHER_LDFLAGS_PREQUELITE = $(OTHER_LDFLAGS_PREQUELITE_BRIDGE_$(BRIDGE))
+
+OTHER_LDFLAGS_ACCOUNTS_BRIDGE_NO = -framework Accounts
+OTHER_LDFLAGS_ACCOUNTS_BRIDGE_YES =
+OTHER_LDFLAGS_ACCOUNTS = $(OTHER_LDFLAGS_ACCOUNTS_BRIDGE_$(BRIDGE))
+
+OTHER_LDFLAGS_APPLEACCOUNT_IOS_NO = -framework AppleAccount
+OTHER_LDFLAGS_APPLEACCOUNT_IOS_YES =
+
+OTHER_LDFLAGS_APPLEACCOUNT[sdk=iphoneos*] = $(OTHER_LDFLAGS_APPLEACCOUNT_IOS_$(BRIDGE))
+OTHER_LDFLAGS_APPLEACCOUNT[sdk=iphonesimulator*] = $(OTHER_LDFLAGS_APPLEACCOUNT_IOS_$(BRIDGE))
+OTHER_LDFLAGS_APPLEACCOUNT[sdk=appletv*] = $(OTHER_LDFLAGS_APPLEACCOUNT_IOS_$(BRIDGE))
+OTHER_LDFLAGS_APPLEACCOUNT[sdk=watchos*] = $(OTHER_LDFLAGS_APPLEACCOUNT_IOS_$(BRIDGE))
+
+OTHER_LDFLAGS_CORECDP_BRIDGE_NO = -framework CoreCDP
+OTHER_LDFLAGS_CORECDP_BRIDGE_YES =
+OTHER_LDFLAGS_CORECDP = $(OTHER_LDFLAGS_CORECDP_BRIDGE_$(BRIDGE))
+