1<?xml version="1.0" ?>
2<!-- $Id: plugins_deps.bkl 32015 2005-02-13 21:06:55Z VS $ -->
3
4<makefile>
5
6    <!-- Additional dependencies of core libraries if plugins are
7         disabled (these would be deps of the plugins if they were
8         enabled): -->
9
10    <set var="PLUGIN_ADV_EXTRALIBS">
11        <if cond="USE_PLUGINS=='0'">
12            $(EXTRALIBS_SDL)
13        </if>
14    </set>
15
16
17    <!-- monolithic library must link against all this: -->
18
19    <set var="PLUGIN_MONOLIB_EXTRALIBS">$(PLUGIN_ADV_EXTRALIBS)</set>
20
21</makefile>
22