# Variables and paths to dependent modules:
#MODULES = /path/to/modules
-#MODULES = /home/scs/EPICS/EPICS/modules/
-MODULES = /home/pklaus/local_software/EPICS/modules/
+MODULES = /home/scs/EPICS/EPICS/modules/
+#MODULES = /home/pklaus/local_software/EPICS/modules/
#MYMODULE = $(MODULES)/my-module
# If using the sequencer, point SNCSEQ at its top directory:
# 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
-EPICS_ROOT=/home/pklaus/local_software/EPICS
+EPICS_ROOT=/home/scs/EPICS/EPICS
+#EPICS_ROOT=/home/pklaus/local_software/EPICS
# Set RULES here if you want to use build rules from somewhere
# other than EPICS_BASE: