Removed redundent makefiles
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user