17 # This file should ONLY define paths to other support modules, |
17 # This file should ONLY define paths to other support modules, |
18 # or include statements that pull in similar RELEASE files. |
18 # or include statements that pull in similar RELEASE files. |
19 # Build settings that are NOT module paths should appear in a |
19 # Build settings that are NOT module paths should appear in a |
20 # CONFIG_SITE file. |
20 # CONFIG_SITE file. |
21 |
21 |
22 TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top |
22 TEMPLATE_TOP=${EPICS_HOME}/templates/makeBaseApp/top |
23 |
23 |
24 HOME=/home/epics/ |
24 HOME=/home/epics/ |
25 MODULES=$(HOME)/EPICS/modules |
25 MODULES=$(HOME)/EPICS/modules |
26 SUPPORT=$(HOME)/EPICS/support |
26 SUPPORT=$(HOME)/EPICS/support |
27 |
27 |
28 # If using the sequencer, point SNCSEQ at its top directory: |
28 # If using the sequencer, point SNCSEQ at its top directory: |
29 SNCSEQ=$(MODULES)/seq-2.2.2 |
29 SNCSEQ=$(MODULES)/seq-2.2.2 |
30 ASYN=$(SUPPORT)/asyn4-26 |
30 ASYN=$(SUPPORT)/asyn4-26 |
31 STREAM=$(SUPPORT)/stream |
31 STREAM=$(SUPPORT)/stream |
32 EUROTHERM2K=$(SUPPORT)/eurotherm2k-1-18 |
32 EUROTHERM2K=$(SUPPORT)/eurotherm2k-1-18 |
|
33 CALC=$(SUPPORT)/calc-3-4-2 |
33 |
34 |
34 # EPICS_BASE usually appears last so other apps can override stuff: |
35 # EPICS_BASE usually appears last so other apps can override stuff: |
35 EPICS_BASE=$(HOME)/EPICS/base |
36 EPICS_BASE=${EPICS_HOME} |
36 |
37 |
37 # Set RULES here if you want to take build rules from somewhere |
38 # Set RULES here if you want to take build rules from somewhere |
38 # other than EPICS_BASE: |
39 # other than EPICS_BASE: |
39 #RULES=/path/to/epics/support/module/rules/x-y |
40 #RULES=/path/to/epics/support/module/rules/x-y |