moved to src/vxWorks/iocCore
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
IOC_CORE_OBJS = \
|
||||
$(TOP)/src/as/O.$(T_A)/asLibrary \
|
||||
$(TOP)/src/dbStatic/O.$(T_A)/dbStaticLib \
|
||||
$(TOP)/src/db/O.$(T_A)/dbLib \
|
||||
$(TOP)/src/rsrv/O.$(T_A)/rsrvLib \
|
||||
$(TOP)/src/libCom/O.$(T_A)/libCom \
|
||||
$(TOP)/src/libvxWorks/O.$(T_A)/vxComLib \
|
||||
$(TOP)/src/ca/O.$(T_A)/caLib \
|
||||
$(TOP)/src/misc/O.$(T_A)/miscLib \
|
||||
$(TOP)/src/dbtools/O.$(T_A)/dbSubs \
|
||||
$(TOP)/src/bpt/O.$(T_A)/pbtLib
|
||||
|
||||
PROD = iocCore
|
||||
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
iocCore: $(IOC_CORE_OBJS)
|
||||
$(LINK.c) $@ $(IOC_CORE_OBJS)
|
||||
|
||||
Reference in New Issue
Block a user