Removed Makefile.Unix files.

This commit is contained in:
Janet B. Anderson
1997-02-05 22:18:03 +00:00
parent d21c4ba0ab
commit 11b9be6dfd
22 changed files with 0 additions and 1094 deletions
-37
View File
@@ -1,37 +0,0 @@
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
USR_LDLIBS = -lca -lCom -lm
DEPLIBS = $(INSTALL_LIB)/libca.a $(INSTALL_LIB)/libCom.a
SRCS.c = \
../ca_test.c \
../iocLogServer.c \
../chglimits.c \
../startCArepeater.c
OBJS = \
ca_test.o \
iocLogServer.o \
chglimits.o \
startCArepeater.o
PROD = \
ca_test \
iocLogServer \
chglimits \
startCArepeater
ifeq ($(T_A),solaris)
PROD += S99logServer
PROD += S99caRepeater
endif
include $(TOP)/config/RULES.Unix
S99%: ../rc2.%
@/usr/bin/sed -e s%:EPICS:%`chdir $(TOP); /usr/bin/pwd`% \
-e s%:INSTALL_BIN:%`chdir $(INSTALL_BIN); /usr/bin/pwd`% \
$< >$@