From 741450ce9e4f1476051b5df1dffaf4c54bce8ae8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 4 Sep 1996 18:18:25 +0000 Subject: [PATCH] Removed copy of vxWorks files. --- src/iocCore/Makefile.Vx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/iocCore/Makefile.Vx b/src/iocCore/Makefile.Vx index 527a1008c..34d6d8bad 100644 --- a/src/iocCore/Makefile.Vx +++ b/src/iocCore/Makefile.Vx @@ -3,9 +3,6 @@ include $(TOP)/config/CONFIG_BASE LINK.c=$(LD) $(LDFLAGS) -# JRW -- Don't define a SRCS.c or SRCS.cc if it is empty -# SRCS.c = - IOC_CORE_OBJS = \ $(TOP)/src/as/O.$(T_A)/asLibrary \ $(TOP)/src/dbStatic/O.$(T_A)/dbStaticLib \ @@ -18,18 +15,13 @@ IOC_CORE_OBJS = \ $(TOP)/src/dbtools/O.$(T_A)/dbSubs \ $(TOP)/src/bpt/O.$(T_A)/pbtLib -PROD = iocCore vxWorks vxWorks.sym +PROD = iocCore + +vpath vxWorks% $(VX_CONFIG_DIR)/$(T_A) +INSTALLS = vxWorks vxWorks.sym include $(TOP)/config/RULES.Vx -vxWorks: $(VX_IMAGE) - @$(RM) $@ - @cp -p $< . - -vxWorks.sym: $(VX_IMAGE_SYM) - @$(RM) $@ - @cp -p $< . - iocCore: $(IOC_CORE_OBJS) $(LINK.c) $@ $(IOC_CORE_OBJS) @what $@