14 lines
335 B
Plaintext
14 lines
335 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
|
|
|
|
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
|