Update of /cvsroot/audacity/lib-src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19825/lib-src

Modified Files:
        Makefile.in 
Log Message:
Added sbsms and a sliding time scale/pitch shift effect.  Modified 
configuration for unix/win build to include sbsms.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/lib-src/Makefile.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Makefile.in 9 Jul 2008 16:03:52 -0000       1.49
+++ Makefile.in 25 Nov 2008 06:45:45 -0000      1.50
@@ -1,7 +1,7 @@
 all: @LOCAL_LIBS@ @LIBSRC_BUILD@
 
 # portSMF
-portSMF:
+portsmf:
        $(MAKE) -C portsmf
 
 # dlcompat
@@ -120,6 +120,12 @@
 libsndfile.a: libsndfile-recursive
        ln -sf libsndfile/src/.libs/libsndfile.a libsndfile.a
 
+# SBSMS
+sbsms-recursive:
+       $(MAKE) -C sbsms
+libsbsms.a: sbsms-recursive
+       ln -sf sbsms/src/.libs/libsbsms.a .
+
 # SoundTouch
 soundtouch-recursive:
        $(MAKE) -C soundtouch
@@ -180,6 +186,7 @@
        -$(MAKE) -C portmixer clean
        -$(MAKE) -C portmixer/px_unix_oss clean
        -$(MAKE) -C portmixer/px_mac_core clean
+       -$(MAKE) -C sbsms clean
        -$(MAKE) -C soundtouch clean
        -$(MAKE) -C twolame clean
        -rm -rf @LOCAL_LIBS@
@@ -207,6 +214,7 @@
        -$(MAKE) -C portmixer distclean
        -$(MAKE) -C portmixer/px_unix_oss distclean
        -$(MAKE) -C portmixer/px_mac_core distclean
+       -$(MAKE) -C sbsms distclean
        -$(MAKE) -C soundtouch distclean
        -$(MAKE) -C twolame distclean
        -rm -f @LOCAL_LIBS@
@@ -215,7 +223,7 @@
 .PHONY: portsmf eexpat-recursive FileDialog-recursive \
                widgetextra libogg-recursive \
        libvorbis-recursive libnyquist-recursive libmad-recursive \
-       libid3tag-recursive soundtouch-recursive libsndfile-recursive \
+       libid3tag-recursive sbsms-recursive soundtouch-recursive 
libsndfile-recursive \
        libresample-recursive libsamplerate-recursive libvamp-recursive \
        portaudio-v19-recursive portmixer-recursive libtwolame-recursive \
        liblrdf-recursive redland-recursive slv2-recursive


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to