Removed redundent makefiles

This commit is contained in:
Robert Osfield
2010-06-03 16:00:28 +00:00
parent 980078f534
commit c3bc3e5394
5 changed files with 0 additions and 361 deletions

View File

@@ -1,17 +0,0 @@
TOPDIR = ../.
include $(TOPDIR)/Make/makedefs
C++FILES = \
SprocThread.c++ \
SprocMutex.c++ \
SprocBarrier.c++ \
SprocCondition.c++ \
SharedArena.c++ \
$(NULL)
INC += -I$(TOPDIR)/include -I.
TARGET_BASENAME = OpenThreads
LIB = libOpenThreads
include $(TOPDIR)/Make/makerules