Cleanup of files

This commit is contained in:
Janet B. Anderson
1994-09-09 17:33:30 +00:00
parent 786b590841
commit cc01f3f5fc
22 changed files with 36 additions and 240 deletions
+1 -6
View File
@@ -15,7 +15,7 @@ SRCS = \
../syncgrp.c ../if_depen.c ../netdb_depen.c ../bsd_depen.c \
../posix_depen.c ../caRepeater.c
OBJS =
OBJS = caRepeater.o
LIBOBJS = \
iocinf.o access.o test_event.o service.o flow_control.o repeater.o \
@@ -27,8 +27,3 @@ PROD = caRepeater
include $(EPICS)/config/RULES.Unix
$(PROD): $(OBJS) $(DEPLIBS)
%: %.o
$(LINK.c) -o $@ $< $(LDLIBS)