new way to build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user