Files
sicspsi/tecs/pg_plus/make_gen

16 lines
349 B
Plaintext

# Makefile for modifications to PGPLOT allowing for
# timeout on cursor input for the devices VMAC, XWINDOW and XSERVE
.SUFFIXES:
.SUFFIXES: .o .c .f
VPATH=$(SRC)
OBJ= pgqinf.o pgband.o ttdriv.o xwdriv.o grtermio.o vtdriv.o
all: $(OBJ)
rm -f libpgplus.a
cp $(ORIG)/libpgplot.a libpgplus.a
$(AR) $(ARFLAGS) libpgplus.a *.o
ranlib libpgplus.a