# Variables and paths to dependent modules:
#MODULES = /path/to/modules
-MODULES = /home/scs/EPICS/EPICS/modules/
+MODULES = /home/scs/EPICS/EPICS_7.0.3/modules/
#MODULES = /home/pklaus/local_software/EPICS/modules/
#MYMODULE = $(MODULES)/my-module
# 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/scs/EPICS/EPICS_7.0.3
#EPICS_ROOT=/home/pklaus/local_software/EPICS
# Set RULES here if you want to use build rules from somewhere