[zaptel-commits] branch group/kernelmove r1084 - /team/group/kernelmove/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed May 24 11:03:18 MST 2006


Author: tzafrir
Date: Wed May 24 13:03:18 2006
New Revision: 1084

URL: http://svn.digium.com/view/zaptel?rev=1084&view=rev
Log:
small Makefile cleanups

Modified:
    team/group/kernelmove/Makefile

Modified: team/group/kernelmove/Makefile
URL: http://svn.digium.com/view/zaptel/team/group/kernelmove/Makefile?rev=1084&r1=1083&r2=1084&view=diff
==============================================================================
--- team/group/kernelmove/Makefile (original)
+++ team/group/kernelmove/Makefile Wed May 24 13:03:18 2006
@@ -126,7 +126,7 @@
 endif
 BINS:=ztcfg ztmonitor ztspeed $(ZTTOOL) zttest fxotune
 UTILS:=tor2ee ztspeed zttool ztmonitor sethdlc-new \
-  usbfxstest fxstest fxotune fxsdump ztdiag
+  usbfxstest fxstest fxotune fxsdump ztdiag torisatool
 UTILSO:=$(UTILS:%=%.o)
 
 #PRIMARY=wcfxsusb
@@ -175,9 +175,6 @@
 tonezone.lo: tonezone.c
 	$(CC) -c $(LCFLAGS) -o $@ $^
 
-torisatool: torisatool.o
-	$(CC) -o $@ $^
-
 prereq: version.h
 
 zttool.o: zttool.c $(ZAPTEL_H)
@@ -212,10 +209,8 @@
 	$(CC) -o $@ $^ -lm
 
 mknotch.o: mknotch.cc
-	$(CC) -o $@ -c $^
 
 complex.o: complex.cc
-	$(CC) -o $@ -c $^
 
 usbfxstest: LDFLAGS+=-lzap
 fxstest: $(LIBTONEZONE_SO)



More information about the zaptel-commits mailing list