From 71b97100e538b226c3f20894158ab24fc26803c7 Mon Sep 17 00:00:00 2001 From: Mike Bordua Date: Mon, 27 Jun 1994 23:48:35 +0000 Subject: [PATCH] Modified to work with New Rules. --- src/libCom/Makefile.Unix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/libCom/Makefile.Unix b/src/libCom/Makefile.Unix index e90143eb4..dce9004b3 100644 --- a/src/libCom/Makefile.Unix +++ b/src/libCom/Makefile.Unix @@ -2,7 +2,6 @@ EPICS = ../../.. include $(EPICS)/config/CONFIG T_ARCH = sun4 -OBDIR = O.$(T_ARCH) USR_LDFLAGS = -lm USR_CFLAGS = -DACCESS_SECURITY -D_NO_PROTO @@ -40,21 +39,7 @@ all :: bld_errSym $(LIBNAME) $(PROD) bld_errSym: $(EPICS_BASE)/tools/blderrSymTbl -$(OBDIR)/%.o: %.c - $(COMPILE.c) -o $@ $< - -$(OBDIR)/%.a: $(OBJS) - $(LINK.c) -o $@ $< - $(AR) $(ARFLAGS) $@ $% - $(RM) $% - -install :: install_inc - -install_inc : $(EPICS_BASE_LIB)/$(T_ARCH)/libCom.a - -$(EPICS_BASE_LIB)/$(T_ARCH)/libCom.a : $(OBDIR)/libCom.a - install -m 644 $(OBDIR)/libCom.a $@ - ranlib -t $@ +install: $(EPICS_BASE_LIB)/$(T_ARCH)/libCom.a include $(EPICS)/config/RULES