added multiThread build
This commit is contained in:
@@ -3,7 +3,7 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
DIRS = singleThread
|
||||
DIRS = singleThread multiThread
|
||||
|
||||
include $(TOP)/config/RULES_DIRS
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
|
||||
CAS = ../../..
|
||||
#HERE := $(shell pwd)
|
||||
HERE = .
|
||||
CAS = $(HERE)/../../..
|
||||
TOP = $(CAS)/../..
|
||||
SRC = $(CAS)/generic
|
||||
CA = $(CAS)/../ca
|
||||
|
||||
Reference in New Issue
Block a user