aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-03 19:56:29 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-03 19:56:29 +0000
commita7ebd360e357e8dd68b0a1d0e5e2f7a9913d88c2 (patch)
treed04b833784432fde7d7b531f3fa46f3a593998fa /channels/Makefile
parent22177a5c6b4e9f4ced5659e9839c04c1a3063cb9 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@96270 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/channels/Makefile b/channels/Makefile
index f2c6b0ec4..88056066e 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -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)