Refactored the Event object. Becasue the Event is used in filesystem/FileCache.cpp...
[vuplus_xbmc] / xbmc / threads / Makefile
1 SRCS=Atomics.cpp \
2      Condition.cpp \
3      Event.cpp \
4      Interruptible.cpp \
5      LockFree.cpp \
6      Semaphore.cpp \
7      Thread.cpp \
8      ThreadLocal.cpp \
9
10 LIB=threads.a
11
12 include ../../Makefile.include
13 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))