summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-02-02 17:52:04 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-02-02 17:52:04 +0000
commit3faeb827e8158f98a5ad9c3fc4006d29ee33de11 (patch)
tree38a67692067e47e04fe2ef836a2b2cc18fb4b0e1 /Makefile
parenteafd604d74acd879c8ee1208115d4abf8100228b (diff)
Version 0.4.0 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@146 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c2f71ae..6fb057e 100755
--- a/Makefile
+++ b/Makefile
@@ -35,12 +35,18 @@ KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char
#
#KFLAGS+=-DCONFIG_ZAPTEL_MMX
#
-# Pick your echo canceller: MARK, STEVE, or STEVE2 :)
+# Pick your echo canceller: MARK2, MARK3, STEVE, or STEVE2 :)
#
#KFLAGS+=-DECHO_CAN_STEVE
#KFLAGS+=-DECHO_CAN_STEVE2
#KFLAGS+=-DECHO_CAN_MARK
KFLAGS+=-DECHO_CAN_MARK2
+#KFLAGS+=-DECHO_CAN_MARK3
+#
+# Uncomment for aggressive residual echo supression under
+# MARK2 echo canceller
+#
+#KFLAGS+=-DAGGRESSIVE_SUPPRESSOR
#
# Uncomment -DCONFIG_ZAPATA_NET to enable SyncPPP, CiscoHDLC, and Frame Relay
# support.
@@ -82,12 +88,12 @@ all: $(MODULES) ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL)
devel: tor2ee
-tests: patgen pattest patlooptest hdlcstress hdlctest
+tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify
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 sec.h mec.h sec-2.h
+zaptel.o: zaptel.c zaptel.h digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h
gcc $(KFLAGS) -c zaptel.c
torisa.o: torisa.c zaptel.h torisa.h