new way to build
This commit is contained in:
@@ -2,5 +2,18 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
include $(TOP)/configure/RULES_ARCHS
|
||||
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
|
||||
|
||||
OBJS_IOC = $(SRCS:%.c=%.o)
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
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