new way to build

This commit is contained in:
Marty Kraimer
2000-01-24 21:10:02 +00:00
parent 6d44e17e46
commit 99ef10d0c3
10 changed files with 165 additions and 225 deletions

View File

@@ -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

View File

@@ -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