Files
epics-base/src/dev/testDev/Makefile
1999-09-13 14:31:36 +00:00

22 lines
404 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
IOC_PROD_vxWorks = $(SRCS:%.c=%.o)
include $(TOP)/configure/RULES_BUILD