The threading synchronization and thread local storage mechanisms are now all "plugga...
[vuplus_xbmc] / xbmc / threads / Makefile
1 SRCS=Atomics.cpp \
2      Event.cpp \
3      LockFree.cpp \
4      Thread.cpp \
5      platform/Implementation.cpp
6
7 LIB=threads.a
8
9 include ../../Makefile.include
10 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))