TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #============================= # This flag will cause byte swapping appropriate for Linux USR_CFLAGS_Linux += -DLinux_vme -DGEFANUC USR_LDFLAGS_Linux += -L${LINUXVME_LIB} -L/usr/lib/gef #============================= # Build the IOC application PROD_IOC_Linux = V1495Upgrade # V1495Upgrade.dbd will be created and installed #DBD += V1495Upgrade.dbd # V1495Upgrade.dbd will be made up from these files: #V1495Upgrade_DBD += base.dbd # Include dbd files from all support applications: #V1495Upgrade_DBD += xxx.dbd # Add all the support libraries needed by this IOC #V1495Upgrade_LIBS += xxx # V1495Upgrade_registerRecordDeviceDriver.cpp derives from V1495Upgrade.dbd # V1495Upgrade_SRCS += V1495Upgrade_registerRecordDeviceDriver.cpp V1495Upgrade_SRCS += v1495.c V1495Upgrade_SRCS += v1495firmware.c # Build the main IOC entry point on workstation OSs. #V1495Upgrade_SRCS_DEFAULT += V1495UpgradeMain.cpp #V1495Upgrade_SRCS_vxWorks += -nil- # Add support from base/src/vxWorks if needed #V1495Upgrade_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary # Finally link to the EPICS Base libraries #V1495Upgrade_LIBS += $(EPICS_BASE_IOC_LIBS) V1495Upgrade_SYS_LIBS_Linux += jvme vme #=========================== include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE