Updated to reflect <motor>/Makefile and motorExApp changes.

This commit is contained in:
Ron Sluiter
2011-08-16 15:56:15 +00:00
parent db2dae5c11
commit 6736dd0c82
+4 -14
View File
@@ -2,25 +2,15 @@ To build any examples;
- in <motor>/configure/RELEASE: EPICS_BASE and MOTOR must be defined.
- in <motor>/Makefile: the following two lines must be uncommented;
#DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp)
#DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot)
- in <motor>/Makefile: the following three lines must be uncommented;
#!DIRS += motorExApp iocBoot
#!motorExApp_DEPEND_DIRS = motorApp
#!iocBoot_DEPEND_DIRS = motorExApp
To build this simulation example;
- in <motor>/configure/RELEASE: ASYN must be defined.
- in <motor>/motorExApp/Makefile: #DIRS += WithAsyn must be uncommented.
- in <motor>/motorExApp/WithAsyn/Makefile: uncomment both,
#!WithAsyn_LIBS += motorSimSupport
and,
#!WithAsynVx_LIBS += motorSimSupport
- in both <motor>/motorExApp/WithAsyn/WithAsynInclude.dbd, and in
<motor>/motorExApp/WithAsyn/WithAsynVxInclude.dbd
uncomment, #include "motorSimSupport.dbd"
- in <motor>/iocBoot/iocSim/Makefile set the target architecture
Finally, cd <motor>; gnumake clean uninstall; gnumake