########################################################################## # Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # EPICS BASE is distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution. ########################################################################## # This is a Makefile fragment, see src/ioc/Makefile. SRC_DIRS += $(STDDIR)/softIoc PROD_IOC = softIoc DBD += base.dbd DBD += softIoc.dbd softIoc_DBD += base.dbd softIoc_DBD += dlload.dbd softIoc_DBD += system.dbd softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp softIoc_SRCS_DEFAULT += softMain.cpp softIoc_SRCS_vxWorks = -nil- softIoc_LIBS = $(EPICS_BASE_IOC_LIBS) DB += softIocExit.db FINAL_LOCATION ?= $(shell $(PERL) $(TOOLS)/fullPathName.pl $(INSTALL_LOCATION))