Removed raw SDL_[sync] calls from Application and introduced a raw condition variable...
[vuplus_xbmc] / xbmc / threads / Makefile
1 SRCS=Atomics.cpp \
2      Condition.cpp \
3      Event.cpp \
4      LockFree.cpp \
5      Semaphore.cpp \
6      Thread.cpp \
7      XBMC_mutex.cpp \
8
9 LIB=threads.a
10
11 include ../../Makefile.include
12 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))