31 lines
718 B
Plaintext
31 lines
718 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
|
|
|
|
# IPAC release V2-7 or later is required.
|
|
#IPAC=
|
|
#$(SUPPORT)/ipac-2-15
|
|
#
|
|
# # SEQ is required for testIPServer
|
|
#$(SUPPORT)/seq-2-2-5
|
|
#
|
|
CALC=
|
|
PCRE=
|
|
#
|
|
EPICS_BASE=$(HOME)/Apps/epics7/epics-base
|