10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
# Makefile for modifications to PGPLOT allowing for
|
|
# timeout on cursor input for the devices VMAC, XWINDOW and XSERVE
|
|
|
|
ORIG=/afs/psi.ch/project/sinq/tru64/distsrc/pgplot
|
|
|
|
FFLAGS=-g -Wimplicit -Wall -g -I$(ORIG)
|
|
CFLAGS=-g -DPG_PPU -I. -I/usr/X11R6/include
|
|
|
|
include make_gen
|