equal
deleted
inserted
replaced
22 TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top |
22 TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top |
23 |
23 |
24 # If using the sequencer, point SNCSEQ at its top directory: |
24 # If using the sequencer, point SNCSEQ at its top directory: |
25 #SNCSEQ=$(EPICS_BASE)/../modules/soft/seq |
25 #SNCSEQ=$(EPICS_BASE)/../modules/soft/seq |
26 |
26 |
27 MODULES=/opt/epics/modules |
27 SUPPORT=/home/epics/EPICS/support |
28 |
28 |
29 STREAM=$(MODULES)/stream/2-4-1 |
29 STREAM=$(SUPPORT)/stream-2-6 |
30 ASYN=/usr/lib/epics |
30 ASYN=$(SUPPORT)/asyn4-21 |
|
31 SNCSEQ=$(SUPPORT)/seq-2-1-14 |
|
32 AUTOSAVE=$(SUPPORT)/autosave-5-1 |
|
33 IOCSTATS=$(SUPPORT)/iocStats-3-1-11 |
|
34 |
31 |
35 |
32 # EPICS_BASE usually appears last so other apps can override stuff: |
36 # EPICS_BASE usually appears last so other apps can override stuff: |
33 EPICS_BASE=/usr/lib/epics |
37 EPICS_BASE=/home/epics/EPICS/base |
34 |
38 |
35 # Set RULES here if you want to take build rules from somewhere |
39 # Set RULES here if you want to take build rules from somewhere |
36 # other than EPICS_BASE: |
40 # other than EPICS_BASE: |
37 #RULES=/path/to/epics/support/module/rules/x-y |
41 #RULES=/path/to/epics/support/module/rules/x-y |