Use new LIBOBJS macro.

This commit is contained in:
Ron Sluiter
2000-06-14 16:30:31 +00:00
parent 664f52b7c9
commit 20d1f64b28
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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