Files
pcas/src/util/Makefile.Unix
Matt Needes 8334f1fdd4 New stuff.
1994-08-21 01:02:07 +00:00

32 lines
873 B
Makefile

EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG
USR_LDLIBS = -lm -s
USR_CFLAGS = -DXWINDOWS -UvxWorks -I$(OPENWIN)/include
CC = $(oldCC)
SRCS = \
../apCreateShadow.c ../apStatusSync.c ../bfRing.c ../ca_test.c \
../calcTest.c ../cmdClient.c ../extrDoc.c ../guiSubr.c \
../iocLogServer.c ../pprPlot.c ../racPrint.c ../recListProg.c \
../recordTest.c ../startCArepeater.c ../sydPlot.c
OBJS = \
apCreateShadow.o apStatusSync.o bfRing.o ca_test.o calcTest.o \
cmdClient.o extrDoc.o guiSubr.o iocLogServer.o pprPlot.o racPrint.o \
recListProg.o recordTest.o startCArepeater.o sydPlot.o
LIBOBJS = \
guiSubr.o pprPlot.o sydPlot.o
LIBNAME = libppr.a
TARGETS = \
apCreateShadow apStatusSync bfRing ca_test calcTest cmdClient \
extrDoc iocLogServer racPrint recListProg recordTest startCArepeater
include $(EPICS)/config/RULES.Unix