Added libppr.a to build.

This commit is contained in:
Mike Bordua
1994-08-18 03:50:40 +00:00
parent f79b61e315
commit f2b9bbefcf

View File

@@ -2,11 +2,9 @@ EPICS = ../../..
include $(EPICS)/config/CONFIG
T_ARCH = sun4
USR_LDLIBS = -lm -s
USR_CFLAGS = -UvxWorks
USR_CFLAGS = -DXWINDOWS -UvxWorks -I$(OPENWIN)/include
CC = $(oldCC)
@@ -24,7 +22,10 @@ OBJS = \
$(OBDIR)/recListProg.o $(OBDIR)/recordTest.o \
$(OBDIR)/startCArepeater.o $(OBDIR)/sydPlot.o
LIBOBJS =
LIBOBJS = \
$(OBDIR)/guiSubr.o $(OBDIR)/pprPlot.o $(OBDIR)/sydPlot.o
LIBNAME = libppr.a
TARGETS = \
$(OBDIR)/apCreateShadow $(OBDIR)/apStatusSync $(OBDIR)/bfRing \
@@ -33,6 +34,4 @@ TARGETS = \
$(OBDIR)/racPrint $(OBDIR)/recListProg $(OBDIR)/recordTest \
$(OBDIR)/startCArepeater
#all :: $(PROD)
include $(EPICS)/config/RULES.Unix