summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-18 06:00:29 +0000
committermatteo <matteo@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-03-18 06:00:29 +0000
commit2be2fd790835e01f7051580cc7b178f4ea510689 (patch)
tree39831f49b3c22a325de3ea6f6b51bbf6b42e4104 /Makefile
parentf04ea3143569dbadcdd5ed96e8feed0601464156 (diff)
Tue Mar 18 07:00:01 CET 2003
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@156 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1451727..74f8a70 100755
--- a/Makefile
+++ b/Makefile
@@ -179,8 +179,11 @@ $(LIBTONEZONE): $(TZOBJS)
ztcfg.c: ztcfg.h
-ztcfg: ztcfg.o mknotch.o complex.o $(LIBTONEZONE)
- $(CC) -o ztcfg ztcfg.o mknotch.o complex.o -lm -L. -ltonezone
+ztcfg: ztcfg.o $(LIBTONEZONE)
+ $(CC) -o ztcfg ztcfg.o -lm -L. -ltonezone
+
+ztcfg-dude: ztcfg-dude.o mknotch.o complex.o $(LIBTONEZONE)
+ $(CC) -o ztcfg ztcfg-dude.o mknotch.o complex.o -lm -L. -ltonezone
mknotch.o: mknotch.cc
$(CC) -c mknotch.cc