Change MPL initialisation and precision.
TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================
#=============================
# Build the IOC application
PROD_IOC = tv301sf
# tv301sf.dbd will be created and installed
DBD += tv301sf.dbd
# tv301sf.dbd will be made up from these files:
tv301sf_DBD += base.dbd
# Include dbd files from all support applications:
#tv301sf_DBD += xxx.dbd
#uh
tv301sf_DBD += drvAsynIPPort.dbd
tv301sf_DBD += iocshGlobalCommands.dbd
tv301sf_DBD += stream.dbd
# Add all the support libraries needed by this IOC
#tv301sf_LIBS += xxx
#uh
tv301sf_LIBS += asyn
tv301sf_LIBS += stream
# tv301sf_registerRecordDeviceDriver.cpp derives from tv301sf.dbd
tv301sf_SRCS += tv301sf_registerRecordDeviceDriver.cpp
# Build the main IOC entry point on workstation OSs.
tv301sf_SRCS_DEFAULT += tv301sfMain.cpp
tv301sf_SRCS_vxWorks += -nil-
# Add support from base/src/vxWorks if needed
#tv301sf_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
# Finally link to the EPICS Base libraries
tv301sf_LIBS += $(EPICS_BASE_IOC_LIBS)
#===========================
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE