Files
motorBase/motorExApp/NoMPF/Makefile
T
2003-06-05 20:51:26 +00:00

31 lines
749 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================
DBD += NoMPF.dbd
DBD += NoMPFVx.dbd
PROD_IOC_DEFAULT = NoMPF
PROD_IOC_vxWorks = NoMPFVx
NoMPF_SRCS += NoMPF_registerRecordDeviceDriver.cpp
NoMPF_SRCS_DEFAULT += NoMPFMain.cpp
#NoMPF_LIBS += MXmotor
NoMPF_LIBS += softMotor motor
NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS)
NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp
NoMPFVx_LIBS += oms softMotor motor
NoMPFVx_OBJS += $(EPICS_BASE_BIN)/vxComLibrary
NoMPFVx_LIBS += $(EPICS_BASE_IOC_LIBS)
#===========================
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE