forked from epics_driver_modules/motorBase
Use new LIBOBJS macro.
This commit is contained in:
@@ -10,19 +10,17 @@ include $(TOP)/config/CONFIG_APP
|
||||
|
||||
# The following is required for all OMS device drivers.
|
||||
SRCS.c += ../devOmsCom.c
|
||||
LIBOBJS += devOmsCom.o
|
||||
INSTALLS += devOmsCom.o
|
||||
|
||||
# The following is required for the OMS VME8/44 (i.e., devOMS) device driver.
|
||||
SRCS.c += ../devOms.c ../drvOms.c
|
||||
LIBOBJS += devOms.o drvOms.o
|
||||
INSTALLS += devOms.o drvOms.o
|
||||
|
||||
# The following is required for the OMS VME58 (i.e., devOms58) device driver.
|
||||
SRCS.c += ../devOms58.c ../drvOms58.c
|
||||
LIBOBJS += devOms58.o drvOms58.o
|
||||
INSTALLS += devOms58.o drvOms58.o
|
||||
|
||||
LIBOBJS = $(SRCS.c:../%.c=%.o)
|
||||
LIBNAME = omsLib
|
||||
|
||||
#Note that the command line that builds the
|
||||
|
||||
@@ -6,8 +6,8 @@ include $(TOP)/config/CONFIG_APP
|
||||
|
||||
# The following is required for the Soft Channel (i.e., MotorSoft) device driver.
|
||||
SRCS.c += ../devSoft.c ../devSoftAux.c
|
||||
LIBOBJS += devSoft.o devSoftAux.o
|
||||
|
||||
LIBOBJS = $(SRCS.c:../%.c=%.o)
|
||||
LIBNAME = softMotorLib
|
||||
|
||||
#Note that the command line that builds the
|
||||
|
||||
@@ -10,8 +10,8 @@ include $(TOP)/config/CONFIG_APP
|
||||
|
||||
# The following is required for the Highland V544 (i.e., V544) device driver.
|
||||
SRCS.c += ../devV544.c ../drvV544.c
|
||||
LIBOBJS += devV544.o drvV544.o
|
||||
|
||||
LIBOBJS = $(SRCS.c:../%.c=%.o)
|
||||
LIBNAME = V544Lib
|
||||
|
||||
#Note that the command line that builds the
|
||||
|
||||
Reference in New Issue
Block a user