moved stuff to src/libCom/osi/os/vxWorks

This commit is contained in:
Marty Kraimer
2003-08-05 18:38:19 +00:00
parent 087f0afafb
commit da00278de6
18 changed files with 18 additions and 5798 deletions
+18 -8
View File
@@ -7,16 +7,26 @@
# and higher are distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
#
# $Id$
#
TOP = ../..
TOP=../..
include $(TOP)/configure/CONFIG
DIRS += src
DIRS += iocCore
iocCore_OBJS += $(INSTALL_BIN)/ComLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/caLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/dbStaticIocLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/registryIocLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/dbIocLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/asIocLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/miscIocLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/dbtoolsIocLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/rsrvIocLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/iocshLibrary.o
iocCore_OBJS += $(INSTALL_BIN)/vxComLibrary.o
iocCore_SRCS += registerRecordDeviceDriver.c
include $(TOP)/configure/RULES_DIRS
OBJLIB_vxWorks = iocCore
OBJLIB_OBJS += $(iocCore_OBJS)
OBJLIB_SRCS += registerRecordDeviceDriver.c
include $(TOP)/configure/RULES