eliminiate sound_thread() and other stuff from chan_oss since Asterisk indications can handle it

remove gentone and all the headers containing tones that are no longer needed


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-01-03 19:56:29 +00:00
parent 2e5cc8f3c0
commit e566f4eda7
7 changed files with 14 additions and 2427 deletions

View File

@@ -58,7 +58,6 @@ ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
endif
clean::
rm -f gentone
$(MAKE) -C misdn clean
ifneq ($(wildcard h323/Makefile.ast),)
@@ -81,23 +80,6 @@ endif
dist-clean::
rm -f h323/Makefile
# gentone must be built with the HOST environment
gentone: gentone.c
$(ECHO_PREFIX) echo " [HOST_CC] $^ -> $@"
$(CMD_PREFIX) $(HOST_CC) -o $@ $^ -lm
busy.h: gentone
-@mv $@ $@.tmp
./gentone busy 480 620
@cmp -s $@.tmp $@ && mv $@.tmp $@
-@rm -f $@.tmp
ringtone.h: gentone
-@mv $@ $@.tmp
./gentone ringtone 440 480
@cmp -s $@.tmp $@ && mv $@.tmp $@
-@rm -f $@.tmp
$(if $(filter chan_iax2,$(EMBEDDED_MODS)),modules.link,chan_iax2.so): iax2-parser.o iax2-provision.o
ifeq ($(OSARCH),linux-gnu)