Merged from R4-3.

- Comment: MPF_SERIAL must be defined if either serial or GPIB communication is required.
- Updated support modules to latest releases; mpfSerial R1-2, MPF R1-6, EPICS base R3-13-4
This commit is contained in:
Ron Sluiter
2001-04-20 19:28:22 +00:00
parent 5c4d902c85
commit 45b33d8064
+5 -5
View File
@@ -11,9 +11,9 @@
#SUPPORT=/usr/local/epics/3.13.2/support
# Define the following if MPF is defined and serial motor controller
# support is required.
#MPF_SERIAL=$(SUPPORT)/mpfSerial/mpfSerial1-1
# Define the following if MPF is defined (i.e., if either serial
# or GPIB motor controller support is required).
#MPF_SERIAL=$(SUPPORT)/mpfSerial/mpfSerial1-2
# If the EPICS GPIB Module from Benjamin Franksen is used, then remove the '#'
# from the following and modify the motorApp/CommSrc/Makefile.Vx file per
@@ -23,9 +23,9 @@
# If any motor controller communication mechanism besides the VME backplane is
# required, then MPF must be defined.
#MPF=$(SUPPORT)/mpf/mpf1-5
#MPF=$(SUPPORT)/mpf/mpf1-6
#EPICS_BASE=$(SUPPORT)/base/3-13-2
#EPICS_BASE=$(SUPPORT)/base/3-13-4
# The following must be defined if motorExApp is to be built.
#TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top