renamed pgplus to pg_plus (bad subdirectries can not be removed) M.Z.
This commit is contained in:
15
tecs/pg_plus/make_gen
Normal file
15
tecs/pg_plus/make_gen
Normal 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
|
||||
Reference in New Issue
Block a user