diff Makefile @ 82:c8b48bc6db3d

* Add sdkstatic target
author cannam
date Wed, 19 Sep 2007 14:04:12 +0000
parents e4826d5365b8
children 9aa6c4eaedee
line wrap: on
line diff
--- a/Makefile	Tue Sep 18 14:57:08 2007 +0000
+++ b/Makefile	Wed Sep 19 14:04:12 2007 +0000
@@ -17,6 +17,7 @@
 # Targets are:
 #   all       -- build everything
 #   sdk       -- build all the Vamp SDK libraries for plugins and hosts
+#   sdkstatic -- build only the static versions of the SDK libraries
 #   plugins   -- build the example plugins (and the SDK if required)
 #   host      -- build the simple Vamp plugin host (and the SDK if required)
 #   test      -- build the host and example plugins, and run a quick test
@@ -159,6 +160,8 @@
 
 sdk:		$(SDK_STATIC) $(SDK_DYNAMIC) $(HOSTSDK_STATIC) $(HOSTSDK_DYNAMIC)
 
+sdkstatic:	$(SDK_STATIC) $(HOSTSDK_STATIC)
+
 plugins:	$(PLUGIN_TARGET)
 
 host:		$(HOST_TARGET)