New program for running programs with different priority and changing the

maximum number of file descriptors.
This commit is contained in:
Jim Kowalkowski
1996-10-22 15:40:04 +00:00
parent 072c850568
commit 0faa5d56cc
2 changed files with 157 additions and 0 deletions

View File

@@ -7,17 +7,20 @@ 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)