added multiThread build

This commit is contained in:
Jeff Hill
1996-09-16 18:01:31 +00:00
parent c253066bc7
commit 0830382ec7
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ TOP=../../..
include $(TOP)/config/CONFIG_BASE
DIRS = singleThread
DIRS = singleThread multiThread
include $(TOP)/config/RULES_DIRS

View File

@@ -1,5 +1,7 @@
CAS = ../../..
#HERE := $(shell pwd)
HERE = .
CAS = $(HERE)/../../..
TOP = $(CAS)/../..
SRC = $(CAS)/generic
CA = $(CAS)/../ca