TOP=../..

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

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

# LIBRARY_IOC += ik342
# Nur vxWorks
LIBRARY_IOC_vxWorks += ik342

# xxxRecord.h will be created from xxxRecord.dbd
#DBDINC += xxxRecord
# install ik342.dbd into <top>/dbd
DBD += ik342.dbd

# specify all source files to be compiled and added to the library
#ik342_SRCS += xxx
# Nur fuer vxWorks
## Install inLibrary 
ik342_SRCS_vxWorks += devIK342.c
ik342_SRCS_vxWorks += drvIK342.c
# install object files
OBJS_vxWorks += devIK342.c
OBJS_vxWorks += drvIK342.c

ik342_LIBS += $(EPICS_BASE_IOC_LIBS)

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

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

