SRCS= \
	SemaphoreDarwin.cpp

LIB=threads_darwin.a

include ../../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))


