Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 637 → Rev 1027

/shark/trunk/tracer/makefile
17,7 → 17,7
 
ifeq ($(findstring NEW,$(TRACER)) , NEW)
OBJS = newtrace/FTrace.o newtrace/FTrace_OSD.o newtrace/FTrace_OSD_ll.o\
newtrace/FTrace_udp.o
newtrace/FTrace_udp.o newtrace/FTrace_disk.o
CFG_OPT += -D__NEW_TRACER__
endif
ifeq ($(findstring OLD,$(TRACER)) , OLD)