Files
epics-base/src/dev/testDev/Makefile.Ioc
1999-11-18 15:22:15 +00:00

23 lines
393 B
Makefile

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