aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-06 15:47:16 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-06 15:47:16 +0000
commit533501bcc1cefd0edc98bed97a1792e7c658c12f (patch)
tree6286f8b31fd3e752ee531245d0673254f554441e /channels/Makefile
parent9f38683033428f839099be7ec6e9537ded9b22ec (diff)
it really seems pointless to run gentone to create these header files every time we build Asterisk...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@73677 f38db490-d61c-443f-a65b-d21fe96a405b
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] $^ -> $@"