Add "Macro Pulse length" to pg9520.
TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================
#=============================
# Build the IOC application
PROD_IOC = pg9520
# pg9520.dbd will be created and installed
DBD += pg9520.dbd
# pg9520.dbd will be made up from these files:
pg9520_DBD += base.dbd
# Include dbd files from all support applications:
#pg9520_DBD += xxx.dbd
# Add all the support libraries needed by this IOC
#pg9520_LIBS += xxx
# pg9520_registerRecordDeviceDriver.cpp derives from pg9520.dbd
pg9520_SRCS += pg9520_registerRecordDeviceDriver.cpp
# Build the main IOC entry point on workstation OSs.
pg9520_SRCS_DEFAULT += pg9520Main.cpp
pg9520_SRCS_vxWorks += -nil-
# Add support from base/src/vxWorks if needed
#pg9520_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary
# Finally link to the EPICS Base libraries
pg9520_LIBS += $(EPICS_BASE_IOC_LIBS)
#===========================
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE