]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add more sound-install targets
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 25 Mar 2008 19:58:24 +0000 (19:58 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 25 Mar 2008 19:58:24 +0000 (19:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7962 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
build/Makefile

index 838adb1b2d97a6fd2a9394019953ba110a207e70..65cdbdeea1f5127c6839139ae95112260cf1ea77 100644 (file)
@@ -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@
index c6f09a133615397530d720cc94b9ae3beb8190d7..c2e9c31c7abc075ae2f495fb83f5c1d29f96950d 100644 (file)
@@ -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 " +                                               +"