From 146a78856b9c8416e01698d720a0948b4e72509d Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 17 Jul 2000 16:15:46 +0000 Subject: [PATCH] - New LIBOBJS macro. - Support for EPICS GPIB Module from Benjamin Franksen. --- motorApp/CommSrc/Makefile.Vx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/motorApp/CommSrc/Makefile.Vx b/motorApp/CommSrc/Makefile.Vx index cdc20b6d..a8e0996b 100644 --- a/motorApp/CommSrc/Makefile.Vx +++ b/motorApp/CommSrc/Makefile.Vx @@ -4,6 +4,12 @@ include $(TOP)/config/CONFIG_APP #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE +# If the EPICS GPIB Module from Benjamin Franksen is used, +# then remove the '#' from the following and add GPIB to +# the config/RELEASE file . If GPIB driver support is from +# EPICS base, then leave this line commented out. +#USR_CFLAGS += -DGPIB + SRCS.c += ../gpibIO.c # Uncomment the following for device drivers that need serial @@ -20,7 +26,7 @@ SRCS.c += ../gpibIO.c # or GPIB communication support via MPF. In addition, the # MPF directory must be defined in the config/RELEASE file. #SRCS.cc += ../serialIOMPF.cc -#MPFLIBOBJS = gpibIO.o serialIOMPF.o +#MPFLIBOBJS = $(SRCS.cc:../%.cc=%.o) $(SRCS.c:../%.c=%.o) #motorCOM_mpf: $(MPFLIBOBJS) # $(LINK.c) $@ $(MPFLIBOBJS) #INSTALLS += motorCOM_mpf