-
Notifications
You must be signed in to change notification settings - Fork 3
/
configure
69 lines (49 loc) · 1.02 KB
/
configure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
##This is my Config File to read from
##Name of Required Epic Modules
## Follow the format that we have here
##YOU MUST CHANGE INSTALL_PATH TO FOLLOW YOUR FOLLOW PATH STYLE
## IT MUST END IN A /
##THIS NEEDS TO BE CHANGED IF DEFULT ISNT "linux-86_64"
##EPIC_ARCH=linux-x86_64
##CHANGE THIS IF YOU HAVE YOUR OWN FILE
##Required File Start
INSTALL_PATH=/EPICS/
?BASE=[INSTALL_PATH]base/
BIN=bin
LIB=lib
PERL=lib/perl
CONFIGURE=configure
INCLUDE=include
STARTUP=startup
?SUPPORT=[INSTALL_PATH]support/
ASYN=asyn
AUTOSAVE=autosave
BUSY=busy
CALC=calc
DEVIOCSTATS=iocStats
SEQ=seq
SSCAN=sscan
CONFIGURE=configure
##Required File End
##Detector array start
?SUPPORT=[INSTALL_PATH]support/
ADProsilica
ADSimDetector
ADPluginBar
ADCompVision
ADPluginEdge
ADUVC
ADAndor3
ADPilatus
ADMerlin
ADPointGrey
##Detector array end
##COMMENTED OUT ONES THAT YOU MAY NEED TO ADD IN THE FUTURE
## ADLambda and ADEiger
## add itional EPICS modules to be packaged
##Modules start
?SUPPORT=[INSTALL_PATH]support/
modbus
quadEM
##Modules end
##END