Converted to R3.14.x.

This commit is contained in:
Ron Sluiter
2002-10-21 21:14:31 +00:00
parent 666480bcdf
commit 66ebc16e5c
12 changed files with 0 additions and 225 deletions
-11
View File
@@ -1,11 +0,0 @@
# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
DBDINSTALL += devAcsMotor.dbd
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE
-22
View File
@@ -1,22 +0,0 @@
# Makefile.Vx
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
# The following are used for debugging messages.
#USR_CFLAGS += -DDEBUG
#USR_CXXFLAGS += -DDEBUG
# Advanced Control Systems driver support.
SRCS.c += ../devMCB4B.c ../drvMCB4B.c
LIBOBJS = $(SRCS.c:../%.c=%.o)
LIBNAME = AcsLib
#Note that the command line that builds the
#library $(LIBNAME) may be HUGE (>3kB)
#
include $(TOP)/config/RULES.Vx
#----------------------------------------
# ADD RULES AFTER THIS LINE
-11
View File
@@ -1,11 +0,0 @@
# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
INC += gpibIO.h serialIO.h
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE
-37
View File
@@ -1,37 +0,0 @@
# Makefile.Vx
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
# The following are used for debugging messages.
USR_CFLAGS += -DDEBUG
USR_CXXFLAGS += -DDEBUG
# 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
# Marty Kraimer's mpfSerial, then leave this line commented out.
#USR_CFLAGS += -DGPIB
ifdef MPF_GPIB
SRCS.c += ../gpibIO.c
endif
# The following is for device drivers that need serial
# communication support via MPF. Define MPF_SERIAL in
# <ioctop>/config/RELEASE.
ifdef MPF_SERIAL
SRCS.cc += ../serialIOMPF.cc
endif
LIBOBJS = $(SRCS.cc:../%.cc=%.o) $(SRCS.c:../%.c=%.o)
LIBNAME = motorCOM_mpf
#Note that the command line that builds the
#library $(LIBNAME) may be HUGE (>3kB)
#
include $(TOP)/config/RULES.Vx
#----------------------------------------
# ADD RULES AFTER THIS LINE
-11
View File
@@ -1,11 +0,0 @@
# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
DBDINSTALL += devImsMotor.dbd
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE
-23
View File
@@ -1,23 +0,0 @@
# Makefile.Vx
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
# The following are used for debugging messages.
#USR_CFLAGS += -DDEBUG
#USR_CXXFLAGS += -DDEBUG
# Intelligent Motion Systems driver support.
SRCS.c += ../devIM483SM.c ../drvIM483SM.c
SRCS.c += ../devIM483PL.c ../drvIM483PL.c
LIBOBJS = $(SRCS.c:../%.c=%.o)
LIBNAME = ImsLib
#Note that the command line that builds the
#library $(LIBNAME) may be HUGE (>3kB)
#
include $(TOP)/config/RULES.Vx
#----------------------------------------
# ADD RULES AFTER THIS LINE
-11
View File
@@ -1,11 +0,0 @@
# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
DBDINSTALL += devMclennanMotor.dbd
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE
-22
View File
@@ -1,22 +0,0 @@
# Makefile.Vx
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
# The following are used for debugging messages.
#USR_CFLAGS += -DDEBUG
#USR_CXXFLAGS += -DDEBUG
# Mclennan Servo Systems driver support.
SRCS.c += ../devPM304.c ../drvPM304.c
LIBOBJS = $(SRCS.c:../%.c=%.o)
LIBNAME = MclennanLib
#Note that the command line that builds the
#library $(LIBNAME) may be HUGE (>3kB)
#
include $(TOP)/config/RULES.Vx
#----------------------------------------
# ADD RULES AFTER THIS LINE
-11
View File
@@ -1,11 +0,0 @@
# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
DBDINSTALL += devNewport.dbd
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE
-33
View File
@@ -1,33 +0,0 @@
# Makefile.Vx
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
# The following are used for debugging messages.
#USR_CFLAGS += -DDEBUG
#USR_CXXFLAGS += -DDEBUG
# NOTE: GPIB and/or serial communication support must be included in MotorSrc.
# The following is required for the Newport MM3000 (i.e., MM3000) device driver.
SRCS.c += ../devMM3000.c ../drvMM3000.c
INSTALLS += devMM3000.o drvMM3000.o
# The following is required for the Newport MM4000/5 (i.e., MM4000) device driver.
SRCS.c += ../devMM4000.c ../drvMM4000.c
INSTALLS += devMM4000.o drvMM4000.o
# The following is required for the Newport PM500 device driver.
SRCS.c += ../devPM500.c ../drvPM500.c
INSTALLS += devPM500.o drvPM500.o
LIBOBJS = $(SRCS.c:../%.c=%.o)
LIBNAME = newportLib
#Note that the command line that builds the
#library $(LIBNAME) may be HUGE (>3kB)
#
include $(TOP)/config/RULES.Vx
#----------------------------------------
# ADD RULES AFTER THIS LINE
-11
View File
@@ -1,11 +0,0 @@
# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
DBDINSTALL += devHighland.dbd
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE
-22
View File
@@ -1,22 +0,0 @@
# Makefile.Vx
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
# The following are used for debugging messages.
#USR_CFLAGS += -DDEBUG
#USR_CXXFLAGS += -DDEBUG
# The following is required for the Highland V544 (i.e., V544) device driver.
SRCS.c += ../devV544.c ../drvV544.c
LIBOBJS = $(SRCS.c:../%.c=%.o)
LIBNAME = V544Lib
#Note that the command line that builds the
#library $(LIBNAME) may be HUGE (>3kB)
#
include $(TOP)/config/RULES.Vx
#----------------------------------------
# ADD RULES AFTER THIS LINE