From f2b9bbefcf66d6a4ed9481d362f6855de551e713 Mon Sep 17 00:00:00 2001 From: Mike Bordua Date: Thu, 18 Aug 1994 03:50:40 +0000 Subject: [PATCH] Added libppr.a to build. --- src/util/Makefile.Unix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/util/Makefile.Unix b/src/util/Makefile.Unix index 61d583469..00cb61992 100644 --- a/src/util/Makefile.Unix +++ b/src/util/Makefile.Unix @@ -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