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 += devAiTestAsyn.c
SRCS += devAoTestAsyn.c
SRCS += devBiTestAsyn.c
@@ -14,6 +16,9 @@ SRCS += devSiTestAsyn.c
SRCS += devSoTestAsyn.c
SRCS += devWfTestAsyn.c
OBJS_IOC = $(SRCS:%.c=%)
LIBRARY_IOC = testDevIoc
# For R3.13 compatability
OBJS_vxWorks = $(SRCS:%.c=%)
include $(TOP)/configure/RULES