#SNCSEQ = $(MODULES)/seq-ver
# EPICS_BASE should appear last so earlier modules can override stuff:
-EPICS_BASE = /Users/pklaus/local_software/EPICS/base
+EPICS_BASE = $(EPICS_ROOT)/base
+
+# EPICS_ROOT is an absolute path here. If you need a different one, you don't
+# need to change it here, you can specify the right when when using make:
+# make EPICS_ROOT=/your/override/here
+EPICS_ROOT=/home/scs/EPICS/EPICS
# Set RULES here if you want to use build rules from somewhere
# other than EPICS_BASE:
-#!../../bin/darwin-x86/ALARMS
+#!../../bin/linux-arm/ALARMS
#- You may have to change ALARMS to something else
#- everywhere it appears in this file