35 lines
916 B
Plaintext
35 lines
916 B
Plaintext
#RELEASE Location of external products
|
|
HOME=/home/pi
|
|
SUPPORT=$(HOME)/Apps/epics7/support
|
|
#
|
|
#
|
|
ASYN=$(SUPPORT)/asyn
|
|
STREAM=$(SUPPORT)/StreamDevice
|
|
#CALC=$(SUPPORT)/calc
|
|
AUTOSAVE = $(SUPPORT)/autosave
|
|
|
|
## Using this driver in combination with streamDevice
|
|
## requires a workaround forbidding read queries with
|
|
## a max length of 256 byte. To compile the driver with
|
|
## with workaround enabled, uncomment the following line
|
|
#in configure/RELEASE
|
|
#STREAM_WORKAROUND = 1
|
|
DRVASYNI2C =$(SUPPORT)/drvAsynI2C
|
|
SNCSEQ=$(SUPPORT)/seq-2-2
|
|
#
|
|
# SEQ is required for testIPServer
|
|
#SNCSEQ=$(SUPPORT)/seq-2-2-5
|
|
#SNCSEQ=
|
|
|
|
## For sCalcout support in asynOctet - applications include asynCalc.dbd
|
|
#CALC=$(SUPPORT)/calc-3-7-3
|
|
CALC=
|
|
PCRE=
|
|
|
|
# If CALC was built with SSCAN support then SSCAN must be defined for testEpicsApp
|
|
#SSCAN=$(SUPPORT)/sscan-2-11-3
|
|
|
|
# EPICS_BASE 3.14.6 or later is required
|
|
EPICS_BASE=/home/pi/Apps/epics7/epics-base
|
|
|