Changes to create vxWorks archive libraries and prods.

This commit is contained in:
Janet B. Anderson
2001-06-07 14:26:06 +00:00
parent 06bec39aa7
commit 7874d35daf
52 changed files with 881 additions and 239 deletions
+6 -1
View File
@@ -2,6 +2,8 @@ TOP=../../..
include $(TOP)/configure/CONFIG
SHARED_LIBRARIES = NO
SRCS += devAiSoft.c
SRCS += devAiSoftRaw.c
SRCS += devAoSoft.c
@@ -27,7 +29,10 @@ SRCS += devSiSoft.c
SRCS += devSoSoft.c
SRCS += devWfSoft.c
OBJS_IOC = $(SRCS:%.c=%)
LIBRARY_IOC += softDevIoc
# For R3.13 compatability
OBJS_vxWorks = $(SRCS:%.c=%)
include $(TOP)/configure/RULES