Files
pcas/src/softIoc/Makefile
T
Andrew Johnson 1f33045887 Created softIoc application, which can be used without having a
makeBaseApp working area.  Read comments in softMain.cpp for
more details.  'softIoc -h' gives usage.

Tested on Solaris & Linux, not appropriate for vxWorks,
other architectures untested.
2003-04-09 01:40:51 +00:00

28 lines
890 B
Makefile

##########################################################################
# Copyright (c) 2003 The University of Chicago, 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.
##########################################################################
TOP=../..
include $(TOP)/configure/CONFIG
PROD_IOC_DEFAULT = softIoc
PROD_IOC_vxWorks = -nil-
DBD += softIoc.dbd
USR_CXXFLAGS += -DEPICS_BASE=$(shell $(PERL) ../absPath.pl $(INSTALL_LOCATION))
softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp
softIoc_SRCS += softMain.cpp
softIoc_LIBS = $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES