summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-17 18:11:45 +0000
committermatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-17 18:11:45 +0000
commitf04ea3143569dbadcdd5ed96e8feed0601464156 (patch)
treeba9a6a7e6bfd24d828419d8707209c8cc9f6798e /Makefile
parentef7de3f35f2ef572c106a972b7b16b0e947e620b (diff)
lun mar 17 19:11:15 CET 2003
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@155 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6fb057e..1451727 100755
--- a/Makefile
+++ b/Makefile
@@ -179,8 +179,14 @@ $(LIBTONEZONE): $(TZOBJS)
ztcfg.c: ztcfg.h
-ztcfg: ztcfg.o $(LIBTONEZONE)
- $(CC) -o ztcfg ztcfg.o -L. -ltonezone
+ztcfg: ztcfg.o mknotch.o complex.o $(LIBTONEZONE)
+ $(CC) -o ztcfg ztcfg.o mknotch.o complex.o -lm -L. -ltonezone
+
+mknotch.o: mknotch.cc
+ $(CC) -c mknotch.cc
+
+complex.o: complex.cc
+ $(CC) -c complex.cc
usbfxstest.o: usbfxstest.c
$(CC) -g -c usbfxstest.c