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

*** empty log message ***
author gongo
date Tue, 05 Feb 2008 23:32:43 +0900
parents 2356238ebea7
children 39ce245235d4
comparison
equal deleted inserted replaced
4:3b57f13a207a 5:75f184d16fa5
1 TARGET = main 1 TARGET = main
2 2
3 CC = g++ 3 CC = ccmalloc --no-wrapper g++
4 CFLAGS = -Wall -O2 -g 4 CFLAGS = -Wall -O2 -g
5 LIBS = -L../../ -lmanager 5 LIBS = -L../../ -lmanager ~/src/ccmalloc-0.4.0/obj/ccmalloc-g++.o \
6 ~/src/ccmalloc-0.4.0/lib/libccmalloc.a -ldl
6 INCLUDE = -I../../../include/TaskManager 7 INCLUDE = -I../../../include/TaskManager
7 8
8 9
9 all: $(TARGET) 10 all: $(TARGET)
10 11