[Freeswitch-svn] [commit] r7962 - in freeswitch/trunk: . build
Freeswitch SVN
anthm at freeswitch.org
Tue Mar 25 15:58:25 EDT 2008
Author: anthm
Date: Tue Mar 25 15:58:24 2008
New Revision: 7962
Modified:
freeswitch/trunk/Makefile.am
freeswitch/trunk/build/Makefile
Log:
add more sound-install targets
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Tue Mar 25 15:58:24 2008
@@ -31,6 +31,16 @@
moh: sounds-music-8000
moh-install: sounds-music-8000-install
+hd-sounds: sounds-en-us-callie-8000 sounds-en-us-callie-16000
+hd-sounds-install: sounds-en-us-callie-8000-install sounds-en-us-callie-16000-install
+hd-moh: sounds-music-8000 sounds-music-16000
+hd-moh-install: sounds-music-8000-install sounds-music-16000-install
+
+uhd-sounds: sounds-en-us-callie-8000 sounds-en-us-callie-16000 sounds-en-us-callie-32000
+uhd-sounds-install: sounds-en-us-callie-8000-install sounds-en-us-callie-16000-install sounds-en-us-callie-32000-install
+uhd-moh: sounds-music-8000 sounds-music-16000 sounds-music-32000
+uhd-moh-install: sounds-music-8000-install sounds-music-16000-install sounds-music-32000-install
+
libdir = @libdir@
bindir = @bindir@
includedir = @includedir@
Modified: freeswitch/trunk/build/Makefile
==============================================================================
--- freeswitch/trunk/build/Makefile (original)
+++ freeswitch/trunk/build/Makefile Tue Mar 25 15:58:24 2008
@@ -12,7 +12,15 @@
@echo " + FreeSWITCH has been successfully installed. +"
@echo " + +"
@echo " + Install sounds: +"
+ @echo " + (uhd-sounds includes hd-sounds, sounds) +"
+ @echo " + (hd-sounds includes sounds) +"
@echo " + ------------------------------------ +"
+ @echo " + $(MAKE) uhd-sounds-install +"
+ @echo " + $(MAKE) uhd-moh-install +"
+ @echo " + +"
+ @echo " + $(MAKE) hd-sounds-install +"
+ @echo " + $(MAKE) hd-moh-install +"
+ @echo " + +"
@echo " + $(MAKE) sounds-install +"
@echo " + $(MAKE) moh-install +"
@echo " + +"
More information about the Freeswitch-svn
mailing list