Mercurial > hg > vamp-plugin-sdk
comparison Makefile @ 82:c8b48bc6db3d
* Add sdkstatic target
| author | cannam | 
|---|---|
| date | Wed, 19 Sep 2007 14:04:12 +0000 | 
| parents | e4826d5365b8 | 
| children | 9aa6c4eaedee | 
   comparison
  equal
  deleted
  inserted
  replaced
| 81:e4826d5365b8 | 82:c8b48bc6db3d | 
|---|---|
| 15 | 15 | 
| 16 # Default build target (or use "make <target>" to select one). | 16 # Default build target (or use "make <target>" to select one). | 
| 17 # Targets are: | 17 # Targets are: | 
| 18 # all -- build everything | 18 # all -- build everything | 
| 19 # sdk -- build all the Vamp SDK libraries for plugins and hosts | 19 # sdk -- build all the Vamp SDK libraries for plugins and hosts | 
| 20 # sdkstatic -- build only the static versions of the SDK libraries | |
| 20 # plugins -- build the example plugins (and the SDK if required) | 21 # plugins -- build the example plugins (and the SDK if required) | 
| 21 # host -- build the simple Vamp plugin host (and the SDK if required) | 22 # host -- build the simple Vamp plugin host (and the SDK if required) | 
| 22 # test -- build the host and example plugins, and run a quick test | 23 # test -- build the host and example plugins, and run a quick test | 
| 23 # clean -- remove binary targets | 24 # clean -- remove binary targets | 
| 24 # distclean -- remove all targets | 25 # distclean -- remove all targets | 
| 156 | 157 | 
| 157 HOST_TARGET = \ | 158 HOST_TARGET = \ | 
| 158 $(HOSTDIR)/vamp-simple-host | 159 $(HOSTDIR)/vamp-simple-host | 
| 159 | 160 | 
| 160 sdk: $(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC) | 161 sdk: $(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC) | 
| 162 | |
| 163 sdkstatic: $(SDK_STATIC) $(HOSTSDK_STATIC) | |
| 161 | 164 | 
| 162 plugins: $(PLUGIN_TARGET) | 165 plugins: $(PLUGIN_TARGET) | 
| 163 | 166 | 
| 164 host: $(HOST_TARGET) | 167 host: $(HOST_TARGET) | 
| 165 | 168 | 
