Moved message sniffer to the modules directory, added "debug" make target.

git-svn-id: http://yate.null.ro/svn/yate/trunk@689 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-02-17 10:17:51 +00:00
parent 2bcd544a47
commit efda56b1bb
4 changed files with 10 additions and 5 deletions

View File

@ -48,11 +48,14 @@ scrdir = $(basedir)/scripts
# include optional local make rules
-include YateLocal.mak
.PHONY: all everything
.PHONY: all everything debug
all: engine modules clients
everything: engine contrib modules clients test apidocs
debug:
$(MAKE) all DEBUG=-g3 MODSTRIP=
.PHONY: clean distclean cvsclean clean-config-files clean-tables clean-apidocs
clean:
@-$(RM) $(CLEANS) 2>/dev/null

View File

@ -22,8 +22,10 @@ MKDEPS := ../config.status
PROGS := cdrbuild.yate cdrfile.yate \
regexroute.yate regfile.yate accfile.yate register.yate \
tonegen.yate wavefile.yate conference.yate moh.yate \
callgen.yate rmanager.yate pbx.yate dumbchan.yate \
callfork.yate dbpbx.yate extmodule.yate osschan.yate \
callgen.yate rmanager.yate msgsniff.yate \
pbx.yate dbpbx.yate dumbchan.yate callfork.yate \
extmodule.yate \
osschan.yate \
ysipchan.yate yrtpchan.yate
LIBS :=

View File

@ -1,6 +1,6 @@
#!/bin/sh
tests="msgsniff"
tests=""
if [ "$1" = "-d" ]; then
for f in $tests; do rm $f.yate; done
else

View File

@ -11,7 +11,7 @@ MODFLAGS:= @MODULE_LDFLAGS@
MODSTRIP:= @MODULE_SYMBOLS@
MKDEPS := ../config.status
PROGS = msgsniff.yate randcall.yate
PROGS = randcall.yate
LIBS =
OBJS =