tremor: provide libvorbis* alias for targets
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Jul 2009 20:57:29 +0000 (22:57 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Jul 2009 20:57:29 +0000 (22:57 +0200)
several packages depend on libvorbis, so also provide libvorbis
targets when tremor is selected.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/libvorbis/libvorbis.mk

index 6f904089d384c0548d4ed8029cc3d11dba9c70da..a8817268f645715c2344fc400d3170624a5df76b 100644 (file)
@@ -83,15 +83,15 @@ $(TARGET_DIR)/usr/lib/tremor.a: $(TARGET_DIR)/usr/lib/tremor.so
        cp -dpf $(TREMOR_DIR)/lib/tremor.a $(TARGET_DIR)/usr/lib/
        touch $@
 
-tremor: uclibc host-pkgconfig host-autoconf host-automake libogg $(TARGET_DIR)/usr/lib/tremor.so
+tremor libvorbis: uclibc host-pkgconfig host-autoconf host-automake libogg $(TARGET_DIR)/usr/lib/tremor.so
 
-tremor-source: $(DL_DIR)/$(TREMOR_SOURCE)
+tremor-source libvorbis-source: $(DL_DIR)/$(TREMOR_SOURCE)
 
-tremor-clean:
+tremor-clean libvorbis-clean:
        $(MAKE) prefix=$(STAGING_DIR)/usr -C $(TREMOR_DIR) uninstall
        -$(MAKE) -C $(TREMOR_DIR) clean
 
-tremor-dirclean:
+tremor-dirclean libvorbis-dirclean:
        rm -rf $(TREMOR_DIR)