summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-10-28 22:08:48 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-10-28 22:08:48 +0000
commit7f5c6e162a9c5ff654115136ccc6783a67749a72 (patch)
treee78add6b051106cf07f5d7fe67b0a591574377de /Makefile
parentcd0da1d15c640b4a63fe9e0222b216bebaf0b08f (diff)
Version 0.3.2 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@124 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b72670d..4cb8fff 100755
--- a/Makefile
+++ b/Makefile
@@ -37,9 +37,10 @@ KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char
#
# Pick your echo canceller: MARK, STEVE, or STEVE2 :)
#
-KFLAGS+=-DECHO_CAN_STEVE
+#KFLAGS+=-DECHO_CAN_STEVE
#KFLAGS+=-DECHO_CAN_STEVE2
#KFLAGS+=-DECHO_CAN_MARK
+KFLAGS+=-DECHO_CAN_MARK2
#
# Uncomment -DCONFIG_ZAPATA_NET to enable SyncPPP, CiscoHDLC, and Frame Relay
# support.
@@ -78,12 +79,12 @@ all: $(MODULES) ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL)
devel: tor2ee
-tests: patgen pattest hdlcstress hdlctest
+tests: patgen pattest patlooptest hdlcstress hdlctest
tor2.o: tor2.c tor2-hw.h tor.h tor2fw.h zaptel.h
gcc $(KFLAGS) -c tor2.c
-zaptel.o: zaptel.c zaptel.h digits.h arith.h
+zaptel.o: zaptel.c zaptel.h digits.h arith.h sec.h mec.h sec-2.h
gcc $(KFLAGS) -c zaptel.c
torisa.o: torisa.c zaptel.h torisa.h
@@ -136,7 +137,7 @@ tor2fw.h: makefw tormenta2.rbt
gendigits: gendigits.o
$(CC) -o gendigits gendigits.o -lm
-zaptel.c: tones.h
+zaptel.c: tones.h
zttool.o: zttool.c zaptel.h