Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1621 → Rev 1681

/shark/branches/xen/tracer/makefile
File deleted
/shark/branches/xen/tracer/newtrace/Makefile
0,0 → 1,7
targets:= \
FTrace.o \
FTrace_OSD.o \
FTrace_OSD_ll.o \
FTrace_udp.o \
FTrace_disk.o
 
/shark/branches/xen/tracer/oldtrace/Makefile
0,0 → 1,9
targets:= \
oldtrace.o \
trccirc.o \
trcdfix.o \
trcudp.o \
trcfixed.o \
trcdummy.o \
ctable.o
 
/shark/branches/xen/tracer/Makefile
0,0 → 1,11
targets-NEW:= libtracer.a
targets-OLD:= libtracer.a
 
objs-NEW:= newtrace/
objs-OLD:= oldtrace/
 
targets:= $(targets-$(TRACER))
libtracer.a-objs:= $(objs-$(TRACER))
 
exported-cppflags:= -I$(curdir)/include -I$(srctree)/drivers/net/include