diff TaskManager/Test/Sum/Makefile @ 5:75f184d16fa5

*** empty log message ***
author gongo
date Tue, 05 Feb 2008 23:32:43 +0900
parents 2356238ebea7
children 39ce245235d4
line wrap: on
line diff
--- a/TaskManager/Test/Sum/Makefile	Tue Feb 05 20:34:53 2008 +0900
+++ b/TaskManager/Test/Sum/Makefile	Tue Feb 05 23:32:43 2008 +0900
@@ -1,8 +1,9 @@
 TARGET = main
 
-CC      = g++
+CC      = ccmalloc --no-wrapper g++
 CFLAGS  = -Wall -O2 -g
-LIBS    = -L../../ -lmanager
+LIBS    = -L../../ -lmanager ~/src/ccmalloc-0.4.0/obj/ccmalloc-g++.o \
+	~/src/ccmalloc-0.4.0/lib/libccmalloc.a -ldl
 INCLUDE = -I../../../include/TaskManager