new way to build

This commit is contained in:
Marty Kraimer
2000-02-02 20:06:49 +00:00
parent 9fe023c66a
commit 60427c66e2
14 changed files with 66 additions and 157 deletions

View File

@@ -7,7 +7,7 @@ INC += devApsEr.h
SRCS += devApsEg.c
SRCS += devApsEr.c
OBJS_IOC += $(SRCS:%.c=%.o)
OBJS_vxWorks += $(SRCS:%.c=%.o)
include $(TOP)/configure/RULES

View File

@@ -5,7 +5,7 @@ include $(TOP)/configure/CONFIG
SRCS += devAt5Vxi.c
SRCS += devAt8Fp.c
OBJS_IOC += $(SRCS:%.c=%.o)
OBJS_vxWorks += $(SRCS:%.c=%.o)
include $(TOP)/configure/RULES

View File

@@ -4,7 +4,7 @@ include $(TOP)/configure/CONFIG
SRCS += devSmCompumotor1830.c
OBJS_IOC = $(SRCS:%.c=%.o)
OBJS_vxWorks += $(SRCS:%.c=%.o)
include $(TOP)/configure/RULES

View File

@@ -6,7 +6,7 @@ INC += devCommonGpib.h
SRCS += devCommonGpib.c
OBJS_IOC += $(SRCS:%.c=%.o)
OBJS_vxWorks += $(SRCS:%.c=%.o)
include $(TOP)/configure/RULES

View File

@@ -4,7 +4,7 @@ include $(TOP)/configure/CONFIG
SRCS += devWfJoergerVtr1.c
OBJS_IOC += $(SRCS:%.c=%.o)
OBJS_vxWorks += $(SRCS:%.c=%.o)
include $(TOP)/configure/RULES