summaryrefslogtreecommitdiff
path: root/channels/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-07-06 15:47:16 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-07-06 15:47:16 +0000
commit8b6501133463ae6a257c0305fb6ee782fbbecab0 (patch)
tree6286f8b31fd3e752ee531245d0673254f554441e /channels/Makefile
parent1745732a37ea6067f3beb70d7f67dc574903e69b (diff)
it really seems pointless to run gentone to create these header files every time we build Asterisk...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73677 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/channels/Makefile b/channels/Makefile
index beba0d1ff..c9488004c 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -60,7 +60,7 @@ all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules
clean::
- rm -f busy.h ringtone.h gentone
+ rm -f gentone
$(MAKE) -C misdn clean
ifneq ($(wildcard h323/Makefile.ast),)
@@ -85,18 +85,14 @@ gentone: gentone.c
$(CMD_PREFIX) $(HOST_CC) $(STATIC_BUILD) -o $@ $(HOST_CFLAGS) $(HOST_LDFLAGS) $^ $(LIBS)
gentone: LIBS+=-lm
-busy.h: gentone
+busy.h:
./gentone busy 480 620
-ringtone.h: gentone
+ringtone.h:
./gentone ringtone 440 480
-chan_oss.o: busy.h ringtone.h
-
$(if $(filter chan_iax2,$(EMBEDDED_MODS)),modules.link,chan_iax2.so): iax2-parser.o iax2-provision.o
-chan_alsa.o: busy.h ringtone.h
-
ifeq ($(OSARCH),linux-gnu)
chan_h323.so: chan_h323.o h323/libchanh323.a h323/Makefile.ast
$(ECHO_PREFIX) echo " [LD] $^ -> $@"