Makefile now uses library build rule from RULES.Vx

This commit is contained in:
Janet B. Anderson
1995-08-17 15:43:34 +00:00
parent f9f8e55035
commit 63eefd2ba8
5 changed files with 62 additions and 81 deletions

View File

@@ -4,12 +4,9 @@ include $(EPICS)/config/CONFIG_BASE
SRCS.c = ../epicsRelease.c
OBJS = epicsRelease.o
LIBOBJS = epicsRelease.o
PROD = miscLib
LIBNAME = miscLib
include $(EPICS)/config/RULES.Vx
miscLib: $(OBJS)
$(RM) $@
$(LINK.c) $@ $(OBJS) $(LDLIBS)