renamed pgplus to pg_plus (bad subdirectries can not be removed) M.Z.

This commit is contained in:
cvs
2004-06-15 06:52:17 +00:00
parent 2a49eb287c
commit 199f118c44
11 changed files with 6980 additions and 0 deletions

15
tecs/pg_plus/make_gen Normal file
View File

@@ -0,0 +1,15 @@
# 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