new way to build

This commit is contained in:
Marty Kraimer
1999-11-18 15:22:15 +00:00
parent 76f7caa362
commit 9f06418137
14 changed files with 309 additions and 250 deletions
+1 -16
View File
@@ -2,20 +2,5 @@ TOP=../../..
include $(TOP)/configure/CONFIG
MYSRCS += devAiTestAsyn.c
MYSRCS += devAoTestAsyn.c
MYSRCS += devBiTestAsyn.c
MYSRCS += devBoTestAsyn.c
MYSRCS += devEventTestIoEvent.c
MYSRCS += devHistogramTestAsyn.c
MYSRCS += devMbbiTestAsyn.c
MYSRCS += devMbboTestAsyn.c
MYSRCS += devSiTestAsyn.c
MYSRCS += devSoTestAsyn.c
MYSRCS += devWfTestAsyn.c
PROD_vxWorks = $(MYSRCS:%.c=%.o)
include $(TOP)/configure/RULES_BUILD
include $(TOP)/configure/RULES_ARCHS
+22
View File
@@ -0,0 +1,22 @@
TOP=../../..
include $(TOP)/configure/CONFIG
SRCS += devAiTestAsyn.c
SRCS += devAoTestAsyn.c
SRCS += devBiTestAsyn.c
SRCS += devBoTestAsyn.c
SRCS += devEventTestIoEvent.c
SRCS += devHistogramTestAsyn.c
SRCS += devMbbiTestAsyn.c
SRCS += devMbboTestAsyn.c
SRCS += devSiTestAsyn.c
SRCS += devSoTestAsyn.c
SRCS += devWfTestAsyn.c
PROD = $(SRCS:%.c=%.o)
include $(TOP)/configure/RULES_BUILD