From: Anthony Minessale Date: Tue, 25 Mar 2008 19:58:24 +0000 (+0000) Subject: add more sound-install targets X-Git-Tag: v1.0-rc2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0eec73230da8400f14125ec33a80946fa66ef46;p=thirdparty%2Ffreeswitch.git add more sound-install targets git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7962 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index 838adb1b2d..65cdbdeea1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,16 @@ sounds-install: sounds-en-us-callie-8000-install 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@ diff --git a/build/Makefile b/build/Makefile index c6f09a1336..c2e9c31c7a 100644 --- a/build/Makefile +++ b/build/Makefile @@ -12,7 +12,15 @@ install: @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 " + +"