TOP=../../

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

#==================================================
# build a support library

LIBRARY_IOC += devSL1000

# install devXxxSoft.dbd into <top>/dbd
DBD += devSL1000.dbd

# The following are compiled and added to the Support library
devSL1000_SRCS += devSL1000.c
devSL1000_LIBS += asyn
devSL1000_LIBS += $(EPICS_BASE_IOC_LIBS)

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

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

