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