diff --git a/src/softIoc/Makefile b/src/softIoc/Makefile index 3e962e158..7d739a329 100644 --- a/src/softIoc/Makefile +++ b/src/softIoc/Makefile @@ -1,11 +1,10 @@ ########################################################################## -# Copyright (c) 2003 The University of Chicago, as Operator of Argonne +# Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # Copyright (c) 2003 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. -# EPICS BASE Versions 3.13.7 and higher are distributed subject to the -# Software License Agreement found in the file LICENSE that is included -# with this distribution. +# EPICS BASE is distributed subject to a Software License Agreement found +# in the file LICENSE that is included with this distribution. ########################################################################## TOP=../.. @@ -16,13 +15,15 @@ PROD_IOC = softIoc DBD += softIoc.dbd softIoc_DBD += base.dbd +softIoc_DBD += dlload.dbd softIoc_DBD += system.dbd ABS_INSTALL_DIR = $(shell $(PERL) $(TOOLS)/fullPathName.pl $(INSTALL_LOCATION)) USR_CXXFLAGS += -DEPICS_BASE=$(ABS_INSTALL_DIR) softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp -softIoc_SRCS += softMain.cpp +softIoc_SRCS_DEFAULT += softMain.cpp +softIoc_SRCS_vxWorks = -nil- softIoc_LIBS = $(EPICS_BASE_IOC_LIBS)