diff --git a/motorApp/AcsSrc/Makefile.Host b/motorApp/AcsSrc/Makefile.Host deleted file mode 100644 index 63b5d153..00000000 --- a/motorApp/AcsSrc/Makefile.Host +++ /dev/null @@ -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 diff --git a/motorApp/AcsSrc/Makefile.Vx b/motorApp/AcsSrc/Makefile.Vx deleted file mode 100644 index 5fe2880f..00000000 --- a/motorApp/AcsSrc/Makefile.Vx +++ /dev/null @@ -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 diff --git a/motorApp/CommSrc/Makefile.Host b/motorApp/CommSrc/Makefile.Host deleted file mode 100644 index e3d583bf..00000000 --- a/motorApp/CommSrc/Makefile.Host +++ /dev/null @@ -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 diff --git a/motorApp/CommSrc/Makefile.Vx b/motorApp/CommSrc/Makefile.Vx deleted file mode 100644 index 94a252b5..00000000 --- a/motorApp/CommSrc/Makefile.Vx +++ /dev/null @@ -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 -# /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 diff --git a/motorApp/ImsSrc/Makefile.Host b/motorApp/ImsSrc/Makefile.Host deleted file mode 100644 index 861b739c..00000000 --- a/motorApp/ImsSrc/Makefile.Host +++ /dev/null @@ -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 diff --git a/motorApp/ImsSrc/Makefile.Vx b/motorApp/ImsSrc/Makefile.Vx deleted file mode 100644 index 1ae4b2e7..00000000 --- a/motorApp/ImsSrc/Makefile.Vx +++ /dev/null @@ -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 diff --git a/motorApp/MclennanSrc/Makefile.Host b/motorApp/MclennanSrc/Makefile.Host deleted file mode 100644 index c3ef9d6b..00000000 --- a/motorApp/MclennanSrc/Makefile.Host +++ /dev/null @@ -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 diff --git a/motorApp/MclennanSrc/Makefile.Vx b/motorApp/MclennanSrc/Makefile.Vx deleted file mode 100644 index 6736433b..00000000 --- a/motorApp/MclennanSrc/Makefile.Vx +++ /dev/null @@ -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 diff --git a/motorApp/NewportSrc/Makefile.Host b/motorApp/NewportSrc/Makefile.Host deleted file mode 100644 index f560335b..00000000 --- a/motorApp/NewportSrc/Makefile.Host +++ /dev/null @@ -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 diff --git a/motorApp/NewportSrc/Makefile.Vx b/motorApp/NewportSrc/Makefile.Vx deleted file mode 100644 index d5bcf9f0..00000000 --- a/motorApp/NewportSrc/Makefile.Vx +++ /dev/null @@ -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 diff --git a/motorApp/V544Src/Makefile.Host b/motorApp/V544Src/Makefile.Host deleted file mode 100644 index 830893f0..00000000 --- a/motorApp/V544Src/Makefile.Host +++ /dev/null @@ -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 diff --git a/motorApp/V544Src/Makefile.Vx b/motorApp/V544Src/Makefile.Vx deleted file mode 100644 index b59e7100..00000000 --- a/motorApp/V544Src/Makefile.Vx +++ /dev/null @@ -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