TOP=../..

include $(TOP)/configure/CONFIG
#----------------------------------------
#  ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================


#AB300.dbd will be created from AB300Include.dbd
DBD += AB300.dbd

# If you are building source files remove comment from following statements
#LIBRARY_IOC += AB300Ioc
#AB300Ioc_LIBS += $(EPICS_BASE_IOC_LIBS)

## Build and add other local sources like this:
AB300_SRCS += devAB300.c

#The following creates an application
PROD_IOC = AB300

#=============================

#AB300_registerRecordDeviceDriver.cpp will be created from AB300.dbd
AB300_SRCS += AB300_registerRecordDeviceDriver.cpp

## If AB300 is to be built for both vxWorks and for the host then
AB300_SRCS_DEFAULT += AB300Main.cpp
AB300_SRCS_vxWorks += -nil-


## For sequence programs, use
#AB300_SRCS += sncExample.stt
#AB300_LIBS += seq pv

## The following adds support from base/src/vxWorks
AB300_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary

# If you are building source files remove comment from following statement
#AB300_LIBS += AB300Ioc
AB300_LIBS += gpib
AB300_LIBS += $(EPICS_BASE_IOC_LIBS)


include $(TOP)/configure/RULES
#----------------------------------------
#  ADD RULES AFTER THIS LINE
